COLOR #CED49D

HEX: #CED49D RGB: (206,212,157)

Color info

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

RGB color model

#CED49D color RGB value is (206,212,157).

RGB: (206,212,157) (81%, 83%, 62%)

RGB channels and saturation

R 206 of 255 = 81%
G 212 of 255 = 83%
B 157 of 255 = 62%

206
212
157

R + G + B ~ 75%. #CED49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 212 + 157 = 575 (100%)
R 206 of 575 ~ 35.83%
G 212 of 575 ~ 36.87%
B 157 of 575 ~ 27.3'%

%35.83
%36.87
%27.3

CMYK color model

#CED49D color CMYK value is (3,0,26,17).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 16.86%

CMYK: (3,0,26,17)
C3M0Y26K17 (3%, 0%, 26%, 17%)
(0.03 / 0.00 / 0.26 / 0.17)

CMYK percentages

%2.83
%0
%25.94
%16.86

Codes

Color #CED49D in popluar color models

CE D4 9D
RGB 206 212 157
HSL 67° 39.01% 72.35%
HSB/HSV 67° 25.94% 83.14%
CMYK 2.83% 0.00% 25.94%
16.86%

Color #CED49D in popluar number systems.

HEX CE D4 9D
Decimal 206 212 157
Binary 11001110 11010100 10011101
Octal 316 324 235

Shades and tints

Shades of #CED49D

#CED49D
(206,212,157)
#BCC18F
(188,193,143)
#AAAE81
(170,174,129)
#989B73
(152,155,115)
#868865
(134,136,101)
#747557
(116,117,87)
#626249
(98,98,73)
#504F3B
(80,79,59)
#3E3C2D
(62,60,45)
#2C291F
(44,41,31)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #CED49D

#CED49D
(206,212,157)
#D2D7A5
(210,215,165)
#D6DAAD
(214,218,173)
#DADDB5
(218,221,181)
#DEE0BD
(222,224,189)
#E2E3C5
(226,227,197)
#E6E6CD
(230,230,205)
#EAE9D5
(234,233,213)
#EEECDD
(238,236,221)
#F2EFE5
(242,239,229)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED49D color. Also use rgb(206,212,157) instead hex code.

Text Font Color

.myTextColor { color: #CED49D; }

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

This text font color is #CED49D.

Background Color

.myBgColor { background-color: #CED49D; }

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

This div background color is #CED49D.

Border color

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

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

This div border color is #CED49D.

Opacity

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

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

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

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

This text has shadow with #CED49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED49D.

Preview

Color preview on black background

This text has color #CED49D on black background.


Color preview on white background

This text has color #CED49D on white background.


Black color preview on #CED49D background

This text has black color on #CED49D background.


White color preview on #CED49D background

This text has white color on #CED49D background.


Related colors

Complementary color

Complementary color for #hex is #312B62.


I love getcolorcode.com

Triadic colors

1 #9DCED4 and #D49DCE with #CED49D are triadic colors.

2 #9DD4CE and #D4CE9D with #CED49D are triadic colors.