COLOR #CCC8AC

HEX: #CCC8AC
RGB: (204,200,172)

Color info

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

RGB color model

#CCC8AC color RGB value is (204,200,172).

  • red value is 204;
  • green value is 200;
  • blue value is 172.
RGB:
(204,200,172)
(80%,78%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 172 of 255 = 67%

204
200
172

R + G + B ~ 75%. #CCC8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 200 + 172 = 576 (100%)
R 204 of 576 ~ 35.42%
G 200 of 576 ~ 34.72%
B 172 of 576 ~ 29.86%

%35.42
%34.72
%29.86

CMYK color model

#CCC8AC color CMYK value is (0,2,16,20).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 15.69%
  • key color value is 20.00%
CMYK:
(0,2,16,20)
C0M2Y16K20 
(0%,2%,16%,20%)
(0.00/0.02/0.16/0.20)	

CMYK percentages

%0
%1.96
%15.69
%20

Codes

Color #CCC8AC in popluar color models

CCC8AC
RGB204200172
HSL53°23.88%73.73%
HSB/HSV53°15.69%80.00%
CMYK0.00%1.96%15.69%
20.00%

Color #CCC8AC in popluar number systems.

HEXCCC8AC
Decimal204200172
Binary110011001100100010101100
Octal314310254

Shades and tints

Shades of #CCC8AC

#CCC8AC
(204,200,172)
#BAB69D
(186,182,157)
#A8A48E
(168,164,142)
#96927F
(150,146,127)
#848070
(132,128,112)
#726E61
(114,110,97)
#605C52
(96,92,82)
#4E4A43
(78,74,67)
#3C3834
(60,56,52)
#2A2625
(42,38,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCC8AC

#CCC8AC
(204,200,172)
#D0CDB3
(208,205,179)
#D4D2BA
(212,210,186)
#D8D7C1
(216,215,193)
#DCDCC8
(220,220,200)
#E0E1CF
(224,225,207)
#E4E6D6
(228,230,214)
#E8EBDD
(232,235,221)
#ECF0E4
(236,240,228)
#F0F5EB
(240,245,235)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC8AC color. Also use rgb(204,200,172) instead hex code.

Text Font Color

.myTextColor { color: #CCC8AC; }

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

This text font color is #CCC8AC.


Background Color

.myBgColor { background-color: #CCC8AC; }

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

This div background color is #CCC8AC.


Border color

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

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

This div border color is #CCC8AC.


Opacity

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

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

Text with #CCC8AC 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 #CCC8AC;}

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

This text has shadow with #CCC8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC8AC on black background.


Color preview on white background

This text has color #CCC8AC on white background.



Black color preview on #CCC8AC background

This text has black color on #CCC8AC background.


White color preview on #CCC8AC background

This text has white color on #CCC8AC background.