COLOR #CED5AE

HEX: #CED5AE
RGB: (206,213,174)

Color info

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

RGB color model

#CED5AE color RGB value is (206,213,174).

  • red value is 206;
  • green value is 213;
  • blue value is 174.
RGB:
(206,213,174)
(81%,84%,68%)

RGB channels and saturation

R 206 of 255 = 81%
G 213 of 255 = 84%
B 174 of 255 = 68%

206
213
174

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

Portions of RGB colors in percentages

R + G + B =
206 + 213 + 174 = 593 (100%)
R 206 of 593 ~ 34.74%
G 213 of 593 ~ 35.92%
B 174 of 593 ~ 29.34%

%34.74
%35.92
%29.34

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(3,0,18,16)
C3M0Y18K16 
(3%,0%,18%,16%)
(0.03/0.00/0.18/0.16)	

CMYK percentages

%3.29
%0
%18.31
%16.47

Codes

Color #CED5AE in popluar color models

CED5AE
RGB206213174
HSL71°31.71%75.88%
HSB/HSV71°18.31%83.53%
CMYK3.29%0.00%18.31%
16.47%

Color #CED5AE in popluar number systems.

HEXCED5AE
Decimal206213174
Binary110011101101010110101110
Octal316325256

Shades and tints

Shades of #CED5AE

#CED5AE
(206,213,174)
#BCC29F
(188,194,159)
#AAAF90
(170,175,144)
#989C81
(152,156,129)
#868972
(134,137,114)
#747663
(116,118,99)
#626354
(98,99,84)
#505045
(80,80,69)
#3E3D36
(62,61,54)
#2C2A27
(44,42,39)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #CED5AE

#CED5AE
(206,213,174)
#D2D8B5
(210,216,181)
#D6DBBC
(214,219,188)
#DADEC3
(218,222,195)
#DEE1CA
(222,225,202)
#E2E4D1
(226,228,209)
#E6E7D8
(230,231,216)
#EAEADF
(234,234,223)
#EEEDE6
(238,237,230)
#F2F0ED
(242,240,237)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED5AE color. Also use rgb(206,213,174) instead hex code.

Text Font Color

.myTextColor { color: #CED5AE; }

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

This text font color is #CED5AE.


Background Color

.myBgColor { background-color: #CED5AE; }

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

This div background color is #CED5AE.


Border color

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

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

This div border color is #CED5AE.


Opacity

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

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

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

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

This text has shadow with #CED5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED5AE on black background.


Color preview on white background

This text has color #CED5AE on white background.



Black color preview on #CED5AE background

This text has black color on #CED5AE background.


White color preview on #CED5AE background

This text has white color on #CED5AE background.