COLOR #CCD2AC

HEX: #CCD2AC RGB: (204,210,172)

Color info

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

RGB color model

#CCD2AC color RGB value is (204,210,172).

RGB: (204,210,172) (80%, 82%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 172 of 255 = 67%

204
210
172

R + G + B ~ 76%. #CCD2AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 210 + 172 = 586 (100%)
R 204 of 586 ~ 34.81%
G 210 of 586 ~ 35.84%
B 172 of 586 ~ 29.35'%

%34.81
%35.84
%29.35

CMYK color model

#CCD2AC color CMYK value is (3,0,18,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 17.65%
CMYK: (3,0,18,18) C3M0Y18K18 (3%,0%,18%,18%) (0.03/0.00/0.18/0.18) 

CMYK percentages

%2.86
%0
%18.1
%17.65

Codes

Color #CCD2AC in popluar color models

CC D2 AC
RGB 204 210 172
HSL 69° 29.69% 74.90%
HSB/HSV 69° 18.10% 82.35%
CMYK 2.86% 0.00% 18.10%
17.65%

Color #CCD2AC in popluar number systems.

HEX CC D2 AC
Decimal 204 210 172
Binary 11001100 11010010 10101100
Octal 314 322 254

Shades and tints

Shades of #CCD2AC

#CCD2AC
(204,210,172)
#BABF9D
(186,191,157)
#A8AC8E
(168,172,142)
#96997F
(150,153,127)
#848670
(132,134,112)
#727361
(114,115,97)
#606052
(96,96,82)
#4E4D43
(78,77,67)
#3C3A34
(60,58,52)
#2A2725
(42,39,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCD2AC

#CCD2AC
(204,210,172)
#D0D6B3
(208,214,179)
#D4DABA
(212,218,186)
#D8DEC1
(216,222,193)
#DCE2C8
(220,226,200)
#E0E6CF
(224,230,207)
#E4EAD6
(228,234,214)
#E8EEDD
(232,238,221)
#ECF2E4
(236,242,228)
#F0F6EB
(240,246,235)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2AC; }

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

This text font color is #CCD2AC.

Background Color

.myBgColor { background-color: #CCD2AC; }

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

This div background color is #CCD2AC.

Border color

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

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

This div border color is #CCD2AC.

Opacity

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

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

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

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

This text has shadow with #CCD2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD2AC.

Preview

Color preview on black background

This text has color #CCD2AC on black background.


Color preview on white background

This text has color #CCD2AC on white background.


Black color preview on #CCD2AC background

This text has black color on #CCD2AC background.


White color preview on #CCD2AC background

This text has white color on #CCD2AC background.


Related colors

Complementary color

Complementary color for #hex is #332D53.


I love getcolorcode.com

Triadic colors

1 #ACCCD2 and #D2ACCC with #CCD2AC are triadic colors.

2 #ACD2CC and #D2CCAC with #CCD2AC are triadic colors.