COLOR #CEDDD5

HEX: #CEDDD5
RGB: (206,221,213)

Color info

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

RGB color model

#CEDDD5 color RGB value is (206,221,213).

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

RGB channels and saturation

R 206 of 255 = 81%
G 221 of 255 = 87%
B 213 of 255 = 84%

206
221
213

R + G + B ~ 84%. #CEDDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 221 + 213 = 640 (100%)
R 206 of 640 ~ 32.19%
G 221 of 640 ~ 34.53%
B 213 of 640 ~ 33.28%

%32.19
%34.53
%33.28

CMYK color model

#CEDDD5 color CMYK value is (7,0,4,13).

  • cyan value is 6.79%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK:
(7,0,4,13)
C7M0Y4K13 
(7%,0%,4%,13%)
(0.07/0.00/0.04/0.13)	

CMYK percentages

%6.79
%0
%3.62
%13.33

Codes

Color #CEDDD5 in popluar color models

CEDDD5
RGB206221213
HSL148°18.07%83.73%
HSB/HSV148°6.79%86.67%
CMYK6.79%0.00%3.62%
13.33%

Color #CEDDD5 in popluar number systems.

HEXCEDDD5
Decimal206221213
Binary110011101101110111010101
Octal316335325

Shades and tints

Shades of #CEDDD5

#CEDDD5
(206,221,213)
#BCC9C2
(188,201,194)
#AAB5AF
(170,181,175)
#98A19C
(152,161,156)
#868D89
(134,141,137)
#747976
(116,121,118)
#626563
(98,101,99)
#505150
(80,81,80)
#3E3D3D
(62,61,61)
#2C292A
(44,41,42)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #CEDDD5

#CEDDD5
(206,221,213)
#D2E0D8
(210,224,216)
#D6E3DB
(214,227,219)
#DAE6DE
(218,230,222)
#DEE9E1
(222,233,225)
#E2ECE4
(226,236,228)
#E6EFE7
(230,239,231)
#EAF2EA
(234,242,234)
#EEF5ED
(238,245,237)
#F2F8F0
(242,248,240)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDDD5; }

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

This text font color is #CEDDD5.


Background Color

.myBgColor { background-color: #CEDDD5; }

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

This div background color is #CEDDD5.


Border color

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

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

This div border color is #CEDDD5.


Opacity

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

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

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

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

This text has shadow with #CEDDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDDD5 on black background.


Color preview on white background

This text has color #CEDDD5 on white background.



Black color preview on #CEDDD5 background

This text has black color on #CEDDD5 background.


White color preview on #CEDDD5 background

This text has white color on #CEDDD5 background.