COLOR #CCDDAE

HEX: #CCDDAE RGB: (204,221,174)

Color info

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

RGB color model

#CCDDAE color RGB value is (204,221,174).

RGB: (204,221,174) (80%, 87%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 174 of 255 = 68%

204
221
174

R + G + B ~ 78%. #CCDDAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 174 = 599 (100%)
R 204 of 599 ~ 34.06%
G 221 of 599 ~ 36.89%
B 174 of 599 ~ 29.05'%

%34.06
%36.89
%29.05

CMYK color model

#CCDDAE color CMYK value is (8,0,21,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 21.27%
  • key color value is 13.33%

CMYK: (8,0,21,13)
C8M0Y21K13 (8%, 0%, 21%, 13%)
(0.08 / 0.00 / 0.21 / 0.13)

CMYK percentages

%7.69
%0
%21.27
%13.33

Codes

Color #CCDDAE in popluar color models

CC DD AE
RGB 204 221 174
HSL 82° 40.87% 77.45%
HSB/HSV 82° 21.27% 86.67%
CMYK 7.69% 0.00% 21.27%
13.33%

Color #CCDDAE in popluar number systems.

HEX CC DD AE
Decimal 204 221 174
Binary 11001100 11011101 10101110
Octal 314 335 256

Shades and tints

Shades of #CCDDAE

#CCDDAE
(204,221,174)
#BAC99F
(186,201,159)
#A8B590
(168,181,144)
#96A181
(150,161,129)
#848D72
(132,141,114)
#727963
(114,121,99)
#606554
(96,101,84)
#4E5145
(78,81,69)
#3C3D36
(60,61,54)
#2A2927
(42,41,39)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCDDAE

#CCDDAE
(204,221,174)
#D0E0B5
(208,224,181)
#D4E3BC
(212,227,188)
#D8E6C3
(216,230,195)
#DCE9CA
(220,233,202)
#E0ECD1
(224,236,209)
#E4EFD8
(228,239,216)
#E8F2DF
(232,242,223)
#ECF5E6
(236,245,230)
#F0F8ED
(240,248,237)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDDAE color. Also use rgb(204,221,174) instead hex code.

Text Font Color

.myTextColor { color: #CCDDAE; }

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

This text font color is #CCDDAE.

Background Color

.myBgColor { background-color: #CCDDAE; }

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

This div background color is #CCDDAE.

Border color

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

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

This div border color is #CCDDAE.

Opacity

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

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

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

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

This text has shadow with #CCDDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDAE.

Preview

Color preview on black background

This text has color #CCDDAE on black background.


Color preview on white background

This text has color #CCDDAE on white background.


Black color preview on #CCDDAE background

This text has black color on #CCDDAE background.


White color preview on #CCDDAE background

This text has white color on #CCDDAE background.


Related colors

Complementary color

Complementary color for #hex is #332251.


I love getcolorcode.com

Triadic colors

1 #AECCDD and #DDAECC with #CCDDAE are triadic colors.

2 #AEDDCC and #DDCCAE with #CCDDAE are triadic colors.