COLOR #CED2EC

HEX: #CED2EC
RGB: (206,210,236)

Color info

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

RGB color model

#CED2EC color RGB value is (206,210,236).

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

RGB channels and saturation

R 206 of 255 = 81%
G 210 of 255 = 82%
B 236 of 255 = 93%

206
210
236

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

Portions of RGB colors in percentages

R + G + B =
206 + 210 + 236 = 652 (100%)
R 206 of 652 ~ 31.6%
G 210 of 652 ~ 32.21%
B 236 of 652 ~ 36.2%

%31.6
%32.21
%36.2

CMYK color model

#CED2EC color CMYK value is (13,11,0,7).

  • cyan value is 12.71%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(13,11,0,7)
C13M11Y0K7 
(13%,11%,0%,7%)
(0.13/0.11/0.00/0.07)	

CMYK percentages

%12.71
%11.02
%0
%7.45

Codes

Color #CED2EC in popluar color models

CED2EC
RGB206210236
HSL232°44.12%86.67%
HSB/HSV232°12.71%92.55%
CMYK12.71%11.02%0.00%
7.45%

Color #CED2EC in popluar number systems.

HEXCED2EC
Decimal206210236
Binary110011101101001011101100
Octal316322354

Shades and tints

Shades of #CED2EC

#CED2EC
(206,210,236)
#BCBFD7
(188,191,215)
#AAACC2
(170,172,194)
#9899AD
(152,153,173)
#868698
(134,134,152)
#747383
(116,115,131)
#62606E
(98,96,110)
#504D59
(80,77,89)
#3E3A44
(62,58,68)
#2C272F
(44,39,47)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #CED2EC

#CED2EC
(206,210,236)
#D2D6ED
(210,214,237)
#D6DAEE
(214,218,238)
#DADEEF
(218,222,239)
#DEE2F0
(222,226,240)
#E2E6F1
(226,230,241)
#E6EAF2
(230,234,242)
#EAEEF3
(234,238,243)
#EEF2F4
(238,242,244)
#F2F6F5
(242,246,245)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED2EC; }

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

This text font color is #CED2EC.


Background Color

.myBgColor { background-color: #CED2EC; }

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

This div background color is #CED2EC.


Border color

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

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

This div border color is #CED2EC.


Opacity

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

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

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

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

This text has shadow with #CED2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED2EC on black background.


Color preview on white background

This text has color #CED2EC on white background.



Black color preview on #CED2EC background

This text has black color on #CED2EC background.


White color preview on #CED2EC background

This text has white color on #CED2EC background.