COLOR #CEDAE6

HEX: #CEDAE6 RGB: (206,218,230)

Color info

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

RGB color model

#CEDAE6 color RGB value is (206,218,230).

RGB: (206,218,230) (81%, 85%, 90%)

RGB channels and saturation

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

206
218
230

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

Portions of RGB colors in percentages

R + G + B = 206 + 218 + 230 = 654 (100%)
R 206 of 654 ~ 31.5%
G 218 of 654 ~ 33.33%
B 230 of 654 ~ 35.17'%

%31.5
%33.33
%35.17

CMYK color model

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

  • cyan value is 10.43%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (10,5,0,10)
C10M5Y0K10 (10%, 5%, 0%, 10%)
(0.10 / 0.05 / 0.00 / 0.10)

CMYK percentages

%10.43
%5.22
%0
%9.8

Codes

Color #CEDAE6 in popluar color models

CE DA E6
RGB 206 218 230
HSL 210° 32.43% 85.49%
HSB/HSV 210° 10.43% 90.20%
CMYK 10.43% 5.22% 0.00%
9.80%

Color #CEDAE6 in popluar number systems.

HEX CE DA E6
Decimal 206 218 230
Binary 11001110 11011010 11100110
Octal 316 332 346

Shades and tints

Shades of #CEDAE6

#CEDAE6
(206,218,230)
#BCC7D2
(188,199,210)
#AAB4BE
(170,180,190)
#98A1AA
(152,161,170)
#868E96
(134,142,150)
#747B82
(116,123,130)
#62686E
(98,104,110)
#50555A
(80,85,90)
#3E4246
(62,66,70)
#2C2F32
(44,47,50)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #CEDAE6

#CEDAE6
(206,218,230)
#D2DDE8
(210,221,232)
#D6E0EA
(214,224,234)
#DAE3EC
(218,227,236)
#DEE6EE
(222,230,238)
#E2E9F0
(226,233,240)
#E6ECF2
(230,236,242)
#EAEFF4
(234,239,244)
#EEF2F6
(238,242,246)
#F2F5F8
(242,245,248)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDAE6; }

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

This text font color is #CEDAE6.

Background Color

.myBgColor { background-color: #CEDAE6; }

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

This div background color is #CEDAE6.

Border color

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

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

This div border color is #CEDAE6.

Opacity

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

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

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

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

This text has shadow with #CEDAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDAE6.

Preview

Color preview on black background

This text has color #CEDAE6 on black background.


Color preview on white background

This text has color #CEDAE6 on white background.


Black color preview on #CEDAE6 background

This text has black color on #CEDAE6 background.


White color preview on #CEDAE6 background

This text has white color on #CEDAE6 background.


Related colors

Complementary color

Complementary color for #hex is #312519.


I love getcolorcode.com

Triadic colors

1 #E6CEDA and #DAE6CE with #CEDAE6 are triadic colors.

2 #E6DACE and #DACEE6 with #CEDAE6 are triadic colors.