COLOR #CEDDC4

HEX: #CEDDC4 RGB: (206,221,196)

Color info

#CEDDC4 contains red, green and blue colors in about the same proportion. Web safe color of #CEDDC4 is #CCCCCC (or #CCC).

RGB color model

#CEDDC4 color RGB value is (206,221,196).

RGB: (206,221,196) (81%, 87%, 77%)

RGB channels and saturation

R 206 of 255 = 81%
G 221 of 255 = 87%
B 196 of 255 = 77%

206
221
196

R + G + B ~ 82%. #CEDDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 221 + 196 = 623 (100%)
R 206 of 623 ~ 33.07%
G 221 of 623 ~ 35.47%
B 196 of 623 ~ 31.46'%

%33.07
%35.47
%31.46

CMYK color model

#CEDDC4 color CMYK value is (7,0,11,13).

  • cyan value is 6.79%
  • magenta value is 0.00%
  • yellow value is 11.31%
  • key color value is 13.33%

CMYK: (7,0,11,13)
C7M0Y11K13 (7%, 0%, 11%, 13%)
(0.07 / 0.00 / 0.11 / 0.13)

CMYK percentages

%6.79
%0
%11.31
%13.33

Codes

Color #CEDDC4 in popluar color models

CE DD C4
RGB 206 221 196
HSL 96° 26.88% 81.76%
HSB/HSV 96° 11.31% 86.67%
CMYK 6.79% 0.00% 11.31%
13.33%

Color #CEDDC4 in popluar number systems.

HEX CE DD C4
Decimal 206 221 196
Binary 11001110 11011101 11000100
Octal 316 335 304

Shades and tints

Shades of #CEDDC4

#CEDDC4
(206,221,196)
#BCC9B3
(188,201,179)
#AAB5A2
(170,181,162)
#98A191
(152,161,145)
#868D80
(134,141,128)
#74796F
(116,121,111)
#62655E
(98,101,94)
#50514D
(80,81,77)
#3E3D3C
(62,61,60)
#2C292B
(44,41,43)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #CEDDC4

#CEDDC4
(206,221,196)
#D2E0C9
(210,224,201)
#D6E3CE
(214,227,206)
#DAE6D3
(218,230,211)
#DEE9D8
(222,233,216)
#E2ECDD
(226,236,221)
#E6EFE2
(230,239,226)
#EAF2E7
(234,242,231)
#EEF5EC
(238,245,236)
#F2F8F1
(242,248,241)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDDC4 color. Also use rgb(206,221,196) instead hex code.

Text Font Color

.myTextColor { color: #CEDDC4; }

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

This text font color is #CEDDC4.

Background Color

.myBgColor { background-color: #CEDDC4; }

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

This div background color is #CEDDC4.

Border color

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

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

This div border color is #CEDDC4.

Opacity

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

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

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

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

This text has shadow with #CEDDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDDC4.

Preview

Color preview on black background

This text has color #CEDDC4 on black background.


Color preview on white background

This text has color #CEDDC4 on white background.


Black color preview on #CEDDC4 background

This text has black color on #CEDDC4 background.


White color preview on #CEDDC4 background

This text has white color on #CEDDC4 background.


Related colors

Complementary color

Complementary color for #hex is #31223B.


I love getcolorcode.com

Triadic colors

1 #C4CEDD and #DDC4CE with #CEDDC4 are triadic colors.

2 #C4DDCE and #DDCEC4 with #CEDDC4 are triadic colors.