COLOR #CCD1AE

HEX: #CCD1AE
RGB: (204,209,174)

Color info

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

RGB color model

#CCD1AE color RGB value is (204,209,174).

  • red value is 204;
  • green value is 209;
  • blue value is 174.
RGB:
(204,209,174)
(80%,82%,68%)

RGB channels and saturation

R 204 of 255 = 80%
G 209 of 255 = 82%
B 174 of 255 = 68%

204
209
174

R + G + B ~ 77%. #CCD1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 209 + 174 = 587 (100%)
R 204 of 587 ~ 34.75%
G 209 of 587 ~ 35.6%
B 174 of 587 ~ 29.64%

%34.75
%35.6
%29.64

CMYK color model

#CCD1AE color CMYK value is (2,0,17,18).

  • cyan value is 2.39%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(2,0,17,18)
C2M0Y17K18 
(2%,0%,17%,18%)
(0.02/0.00/0.17/0.18)	

CMYK percentages

%2.39
%0
%16.75
%18.04

Codes

Color #CCD1AE in popluar color models

CCD1AE
RGB204209174
HSL69°27.56%75.10%
HSB/HSV69°16.75%81.96%
CMYK2.39%0.00%16.75%
18.04%

Color #CCD1AE in popluar number systems.

HEXCCD1AE
Decimal204209174
Binary110011001101000110101110
Octal314321256

Shades and tints

Shades of #CCD1AE

#CCD1AE
(204,209,174)
#BABE9F
(186,190,159)
#A8AB90
(168,171,144)
#969881
(150,152,129)
#848572
(132,133,114)
#727263
(114,114,99)
#605F54
(96,95,84)
#4E4C45
(78,76,69)
#3C3936
(60,57,54)
#2A2627
(42,38,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #CCD1AE

#CCD1AE
(204,209,174)
#D0D5B5
(208,213,181)
#D4D9BC
(212,217,188)
#D8DDC3
(216,221,195)
#DCE1CA
(220,225,202)
#E0E5D1
(224,229,209)
#E4E9D8
(228,233,216)
#E8EDDF
(232,237,223)
#ECF1E6
(236,241,230)
#F0F5ED
(240,245,237)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD1AE; }

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

This text font color is #CCD1AE.


Background Color

.myBgColor { background-color: #CCD1AE; }

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

This div background color is #CCD1AE.


Border color

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

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

This div border color is #CCD1AE.


Opacity

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

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

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

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

This text has shadow with #CCD1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD1AE on black background.


Color preview on white background

This text has color #CCD1AE on white background.



Black color preview on #CCD1AE background

This text has black color on #CCD1AE background.


White color preview on #CCD1AE background

This text has white color on #CCD1AE background.