COLOR #CCC297

HEX: #CCC297 RGB: (204,194,151)

Color info

#CCC297 contains red, green and blue colors in about the same proportion. Web safe color of #CCC297 is #CCCC99 (or #CC9).

RGB color model

#CCC297 color RGB value is (204,194,151).

RGB: (204,194,151) (80%, 76%, 59%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 151 of 255 = 59%

204
194
151

R + G + B ~ 72%. #CCC297 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 194 + 151 = 549 (100%)
R 204 of 549 ~ 37.16%
G 194 of 549 ~ 35.34%
B 151 of 549 ~ 27.5'%

%37.16
%35.34
%27.5

CMYK color model

#CCC297 color CMYK value is (0,5,26,20).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 25.98%
  • key color value is 20.00%

CMYK: (0,5,26,20)
C0M5Y26K20 (0%, 5%, 26%, 20%)
(0.00 / 0.05 / 0.26 / 0.20)

CMYK percentages

%0
%4.9
%25.98
%20

Codes

Color #CCC297 in popluar color models

CC C2 97
RGB 204 194 151
HSL 49° 34.19% 69.61%
HSB/HSV 49° 25.98% 80.00%
CMYK 0.00% 4.90% 25.98%
20.00%

Color #CCC297 in popluar number systems.

HEX CC C2 97
Decimal 204 194 151
Binary 11001100 11000010 10010111
Octal 314 302 227

Shades and tints

Shades of #CCC297

#CCC297
(204,194,151)
#BAB18A
(186,177,138)
#A8A07D
(168,160,125)
#968F70
(150,143,112)
#847E63
(132,126,99)
#726D56
(114,109,86)
#605C49
(96,92,73)
#4E4B3C
(78,75,60)
#3C3A2F
(60,58,47)
#2A2922
(42,41,34)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCC297

#CCC297
(204,194,151)
#D0C7A0
(208,199,160)
#D4CCA9
(212,204,169)
#D8D1B2
(216,209,178)
#DCD6BB
(220,214,187)
#E0DBC4
(224,219,196)
#E4E0CD
(228,224,205)
#E8E5D6
(232,229,214)
#ECEADF
(236,234,223)
#F0EFE8
(240,239,232)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC297 color. Also use rgb(204,194,151) instead hex code.

Text Font Color

.myTextColor { color: #CCC297; }

<p style="color:#CCC297">This sample text font color is #CCC297.</p>

This text font color is #CCC297.

Background Color

.myBgColor { background-color: #CCC297; }

<div style="background-color:#CCC297">Inner text</div>

This div background color is #CCC297.

Border color

.myBorderColor { border: 1px solid #CCC297; }

<div style="border:3px solid #CCC297">Div</div>

This div border color is #CCC297.

Opacity

.myOpacity80 { color: #CCC297; opacity: 0.8; }

<p style="color:#CCC297;opacity:0.8;">80%</p>

Text with #CCC297 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCC297;}

<p style="text-shadow: 3px 3px 1px #CCC297">Text here.</p>

This text has shadow with #CCC297 color.


.textShadow {text-shadow: 3px 3px 1px #CCC297', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCC297, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCC297 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCC297, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCC297, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCC297 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCC297;
-webkit-box-shadow: 1px 1px 3px 2px #CCC297;
box-shadow: 1px 1px 3px 2px #CCC297;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCC297; -webkit-box-shadow: 1px 1px 3px 2px #CCC297; box-shadow:1px 1px 3px 2px #CCC297;">
Div content here
</div>

This div box has shadow with color #CCC297.

Preview

Color preview on black background

This text has color #CCC297 on black background.


Color preview on white background

This text has color #CCC297 on white background.


Black color preview on #CCC297 background

This text has black color on #CCC297 background.


White color preview on #CCC297 background

This text has white color on #CCC297 background.


Related colors

Complementary color

Complementary color for #hex is #333D68.


I love getcolorcode.com

Triadic colors

1 #97CCC2 and #C297CC with #CCC297 are triadic colors.

2 #97C2CC and #C2CC97 with #CCC297 are triadic colors.