COLOR #CEDAEB

HEX: #CEDAEB
RGB: (206,218,235)

Color info

#CEDAEB contains red, green and blue colors in about the same proportion. Web safe color of #CEDAEB is #CCCCFF (or #CCF).

RGB color model

#CEDAEB color RGB value is (206,218,235).

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

RGB channels and saturation

R 206 of 255 = 81%
G 218 of 255 = 85%
B 235 of 255 = 92%

206
218
235

R + G + B ~ 86%. #CEDAEB is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 218 + 235 = 659 (100%)
R 206 of 659 ~ 31.26%
G 218 of 659 ~ 33.08%
B 235 of 659 ~ 35.66%

%31.26
%33.08
%35.66

CMYK color model

#CEDAEB color CMYK value is (12,7,0,8).

  • cyan value is 12.34%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,7,0,8)
C12M7Y0K8 
(12%,7%,0%,8%)
(0.12/0.07/0.00/0.08)	

CMYK percentages

%12.34
%7.23
%0
%7.84

Codes

Color #CEDAEB in popluar color models

CEDAEB
RGB206218235
HSL215°42.03%86.47%
HSB/HSV215°12.34%92.16%
CMYK12.34%7.23%0.00%
7.84%

Color #CEDAEB in popluar number systems.

HEXCEDAEB
Decimal206218235
Binary110011101101101011101011
Octal316332353

Shades and tints

Shades of #CEDAEB

#CEDAEB
(206,218,235)
#BCC7D6
(188,199,214)
#AAB4C1
(170,180,193)
#98A1AC
(152,161,172)
#868E97
(134,142,151)
#747B82
(116,123,130)
#62686D
(98,104,109)
#505558
(80,85,88)
#3E4243
(62,66,67)
#2C2F2E
(44,47,46)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #CEDAEB

#CEDAEB
(206,218,235)
#D2DDEC
(210,221,236)
#D6E0ED
(214,224,237)
#DAE3EE
(218,227,238)
#DEE6EF
(222,230,239)
#E2E9F0
(226,233,240)
#E6ECF1
(230,236,241)
#EAEFF2
(234,239,242)
#EEF2F3
(238,242,243)
#F2F5F4
(242,245,244)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDAEB; }

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

This text font color is #CEDAEB.


Background Color

.myBgColor { background-color: #CEDAEB; }

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

This div background color is #CEDAEB.


Border color

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

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

This div border color is #CEDAEB.


Opacity

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

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

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

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

This text has shadow with #CEDAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDAEB on black background.


Color preview on white background

This text has color #CEDAEB on white background.



Black color preview on #CEDAEB background

This text has black color on #CEDAEB background.


White color preview on #CEDAEB background

This text has white color on #CEDAEB background.