COLOR #CED5EC

HEX: #CED5EC
RGB: (206,213,236)

Color info

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

RGB color model

#CED5EC color RGB value is (206,213,236).

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

RGB channels and saturation

R 206 of 255 = 81%
G 213 of 255 = 84%
B 236 of 255 = 93%

206
213
236

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

Portions of RGB colors in percentages

R + G + B =
206 + 213 + 236 = 655 (100%)
R 206 of 655 ~ 31.45%
G 213 of 655 ~ 32.52%
B 236 of 655 ~ 36.03%

%31.45
%32.52
%36.03

CMYK color model

#CED5EC color CMYK value is (13,10,0,7).

  • cyan value is 12.71%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(13,10,0,7)
C13M10Y0K7 
(13%,10%,0%,7%)
(0.13/0.10/0.00/0.07)	

CMYK percentages

%12.71
%9.75
%0
%7.45

Codes

Color #CED5EC in popluar color models

CED5EC
RGB206213236
HSL226°44.12%86.67%
HSB/HSV226°12.71%92.55%
CMYK12.71%9.75%0.00%
7.45%

Color #CED5EC in popluar number systems.

HEXCED5EC
Decimal206213236
Binary110011101101010111101100
Octal316325354

Shades and tints

Shades of #CED5EC

#CED5EC
(206,213,236)
#BCC2D7
(188,194,215)
#AAAFC2
(170,175,194)
#989CAD
(152,156,173)
#868998
(134,137,152)
#747683
(116,118,131)
#62636E
(98,99,110)
#505059
(80,80,89)
#3E3D44
(62,61,68)
#2C2A2F
(44,42,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #CED5EC

#CED5EC
(206,213,236)
#D2D8ED
(210,216,237)
#D6DBEE
(214,219,238)
#DADEEF
(218,222,239)
#DEE1F0
(222,225,240)
#E2E4F1
(226,228,241)
#E6E7F2
(230,231,242)
#EAEAF3
(234,234,243)
#EEEDF4
(238,237,244)
#F2F0F5
(242,240,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED5EC; }

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

This text font color is #CED5EC.


Background Color

.myBgColor { background-color: #CED5EC; }

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

This div background color is #CED5EC.


Border color

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

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

This div border color is #CED5EC.


Opacity

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

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

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

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

This text has shadow with #CED5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED5EC on black background.


Color preview on white background

This text has color #CED5EC on white background.



Black color preview on #CED5EC background

This text has black color on #CED5EC background.


White color preview on #CED5EC background

This text has white color on #CED5EC background.