COLOR #CCDAAE

HEX: #CCDAAE RGB: (204,218,174)

Color info

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

RGB color model

#CCDAAE color RGB value is (204,218,174).

RGB: (204,218,174) (80%, 85%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 174 of 255 = 68%

204
218
174

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

Portions of RGB colors in percentages

R + G + B = 204 + 218 + 174 = 596 (100%)
R 204 of 596 ~ 34.23%
G 218 of 596 ~ 36.58%
B 174 of 596 ~ 29.19'%

%34.23
%36.58
%29.19

CMYK color model

#CCDAAE color CMYK value is (6,0,20,15).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 14.51%

CMYK: (6,0,20,15)
C6M0Y20K15 (6%, 0%, 20%, 15%)
(0.06 / 0.00 / 0.20 / 0.15)

CMYK percentages

%6.42
%0
%20.18
%14.51

Codes

Color #CCDAAE in popluar color models

CC DA AE
RGB 204 218 174
HSL 79° 37.29% 76.86%
HSB/HSV 79° 20.18% 85.49%
CMYK 6.42% 0.00% 20.18%
14.51%

Color #CCDAAE in popluar number systems.

HEX CC DA AE
Decimal 204 218 174
Binary 11001100 11011010 10101110
Octal 314 332 256

Shades and tints

Shades of #CCDAAE

#CCDAAE
(204,218,174)
#BAC79F
(186,199,159)
#A8B490
(168,180,144)
#96A181
(150,161,129)
#848E72
(132,142,114)
#727B63
(114,123,99)
#606854
(96,104,84)
#4E5545
(78,85,69)
#3C4236
(60,66,54)
#2A2F27
(42,47,39)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #CCDAAE

#CCDAAE
(204,218,174)
#D0DDB5
(208,221,181)
#D4E0BC
(212,224,188)
#D8E3C3
(216,227,195)
#DCE6CA
(220,230,202)
#E0E9D1
(224,233,209)
#E4ECD8
(228,236,216)
#E8EFDF
(232,239,223)
#ECF2E6
(236,242,230)
#F0F5ED
(240,245,237)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDAAE; }

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

This text font color is #CCDAAE.

Background Color

.myBgColor { background-color: #CCDAAE; }

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

This div background color is #CCDAAE.

Border color

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

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

This div border color is #CCDAAE.

Opacity

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

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

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

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

This text has shadow with #CCDAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDAAE.

Preview

Color preview on black background

This text has color #CCDAAE on black background.


Color preview on white background

This text has color #CCDAAE on white background.


Black color preview on #CCDAAE background

This text has black color on #CCDAAE background.


White color preview on #CCDAAE background

This text has white color on #CCDAAE background.


Related colors

Complementary color

Complementary color for #hex is #332551.


I love getcolorcode.com

Triadic colors

1 #AECCDA and #DAAECC with #CCDAAE are triadic colors.

2 #AEDACC and #DACCAE with #CCDAAE are triadic colors.