COLOR #CEDAE5

HEX: #CEDAE5
RGB: (206,218,229)

Color info

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

RGB color model

#CEDAE5 color RGB value is (206,218,229).

  • red value is 206;
  • green value is 218;
  • blue value is 229.
RGB:
(206,218,229)
(81%,85%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 218 of 255 = 85%
B 229 of 255 = 90%

206
218
229

R + G + B ~ 85%. #CEDAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 218 + 229 = 653 (100%)
R 206 of 653 ~ 31.55%
G 218 of 653 ~ 33.38%
B 229 of 653 ~ 35.07%

%31.55
%33.38
%35.07

CMYK color model

#CEDAE5 color CMYK value is (10,5,0,10).

  • cyan value is 10.04%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,5,0,10)
C10M5Y0K10 
(10%,5%,0%,10%)
(0.10/0.05/0.00/0.10)	

CMYK percentages

%10.04
%4.8
%0
%10.2

Codes

Color #CEDAE5 in popluar color models

CEDAE5
RGB206218229
HSL209°30.67%85.29%
HSB/HSV209°10.04%89.80%
CMYK10.04%4.80%0.00%
10.20%

Color #CEDAE5 in popluar number systems.

HEXCEDAE5
Decimal206218229
Binary110011101101101011100101
Octal316332345

Shades and tints

Shades of #CEDAE5

#CEDAE5
(206,218,229)
#BCC7D1
(188,199,209)
#AAB4BD
(170,180,189)
#98A1A9
(152,161,169)
#868E95
(134,142,149)
#747B81
(116,123,129)
#62686D
(98,104,109)
#505559
(80,85,89)
#3E4245
(62,66,69)
#2C2F31
(44,47,49)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #CEDAE5

#CEDAE5
(206,218,229)
#D2DDE7
(210,221,231)
#D6E0E9
(214,224,233)
#DAE3EB
(218,227,235)
#DEE6ED
(222,230,237)
#E2E9EF
(226,233,239)
#E6ECF1
(230,236,241)
#EAEFF3
(234,239,243)
#EEF2F5
(238,242,245)
#F2F5F7
(242,245,247)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDAE5 color. Also use rgb(206,218,229) instead hex code.

Text Font Color

.myTextColor { color: #CEDAE5; }

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

This text font color is #CEDAE5.


Background Color

.myBgColor { background-color: #CEDAE5; }

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

This div background color is #CEDAE5.


Border color

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

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

This div border color is #CEDAE5.


Opacity

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

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

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

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

This text has shadow with #CEDAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDAE5 on black background.


Color preview on white background

This text has color #CEDAE5 on white background.



Black color preview on #CEDAE5 background

This text has black color on #CEDAE5 background.


White color preview on #CEDAE5 background

This text has white color on #CEDAE5 background.