COLOR #CEDAE3

HEX: #CEDAE3
RGB: (206,218,227)

Color info

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

RGB color model

#CEDAE3 color RGB value is (206,218,227).

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

RGB channels and saturation

R 206 of 255 = 81%
G 218 of 255 = 85%
B 227 of 255 = 89%

206
218
227

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

Portions of RGB colors in percentages

R + G + B =
206 + 218 + 227 = 651 (100%)
R 206 of 651 ~ 31.64%
G 218 of 651 ~ 33.49%
B 227 of 651 ~ 34.87%

%31.64
%33.49
%34.87

CMYK color model

#CEDAE3 color CMYK value is (9,4,0,11).

  • cyan value is 9.25%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(9,4,0,11)
C9M4Y0K11 
(9%,4%,0%,11%)
(0.09/0.04/0.00/0.11)	

CMYK percentages

%9.25
%3.96
%0
%10.98

Codes

Color #CEDAE3 in popluar color models

CEDAE3
RGB206218227
HSL206°27.27%84.90%
HSB/HSV206°9.25%89.02%
CMYK9.25%3.96%0.00%
10.98%

Color #CEDAE3 in popluar number systems.

HEXCEDAE3
Decimal206218227
Binary110011101101101011100011
Octal316332343

Shades and tints

Shades of #CEDAE3

#CEDAE3
(206,218,227)
#BCC7CF
(188,199,207)
#AAB4BB
(170,180,187)
#98A1A7
(152,161,167)
#868E93
(134,142,147)
#747B7F
(116,123,127)
#62686B
(98,104,107)
#505557
(80,85,87)
#3E4243
(62,66,67)
#2C2F2F
(44,47,47)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #CEDAE3

#CEDAE3
(206,218,227)
#D2DDE5
(210,221,229)
#D6E0E7
(214,224,231)
#DAE3E9
(218,227,233)
#DEE6EB
(222,230,235)
#E2E9ED
(226,233,237)
#E6ECEF
(230,236,239)
#EAEFF1
(234,239,241)
#EEF2F3
(238,242,243)
#F2F5F5
(242,245,245)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDAE3; }

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

This text font color is #CEDAE3.


Background Color

.myBgColor { background-color: #CEDAE3; }

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

This div background color is #CEDAE3.


Border color

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

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

This div border color is #CEDAE3.


Opacity

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

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

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

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

This text has shadow with #CEDAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDAE3 on black background.


Color preview on white background

This text has color #CEDAE3 on white background.



Black color preview on #CEDAE3 background

This text has black color on #CEDAE3 background.


White color preview on #CEDAE3 background

This text has white color on #CEDAE3 background.