COLOR #CED4EB

HEX: #CED4EB
RGB: (206,212,235)

Color info

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

RGB color model

#CED4EB color RGB value is (206,212,235).

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

RGB channels and saturation

R 206 of 255 = 81%
G 212 of 255 = 83%
B 235 of 255 = 92%

206
212
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 212 + 235 = 653 (100%)
R 206 of 653 ~ 31.55%
G 212 of 653 ~ 32.47%
B 235 of 653 ~ 35.99%

%31.55
%32.47
%35.99

CMYK color model

#CED4EB color CMYK value is (12,10,0,8).

  • cyan value is 12.34%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,10,0,8)
C12M10Y0K8 
(12%,10%,0%,8%)
(0.12/0.10/0.00/0.08)	

CMYK percentages

%12.34
%9.79
%0
%7.84

Codes

Color #CED4EB in popluar color models

CED4EB
RGB206212235
HSL228°42.03%86.47%
HSB/HSV228°12.34%92.16%
CMYK12.34%9.79%0.00%
7.84%

Color #CED4EB in popluar number systems.

HEXCED4EB
Decimal206212235
Binary110011101101010011101011
Octal316324353

Shades and tints

Shades of #CED4EB

#CED4EB
(206,212,235)
#BCC1D6
(188,193,214)
#AAAEC1
(170,174,193)
#989BAC
(152,155,172)
#868897
(134,136,151)
#747582
(116,117,130)
#62626D
(98,98,109)
#504F58
(80,79,88)
#3E3C43
(62,60,67)
#2C292E
(44,41,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #CED4EB

#CED4EB
(206,212,235)
#D2D7EC
(210,215,236)
#D6DAED
(214,218,237)
#DADDEE
(218,221,238)
#DEE0EF
(222,224,239)
#E2E3F0
(226,227,240)
#E6E6F1
(230,230,241)
#EAE9F2
(234,233,242)
#EEECF3
(238,236,243)
#F2EFF4
(242,239,244)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED4EB; }

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

This text font color is #CED4EB.


Background Color

.myBgColor { background-color: #CED4EB; }

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

This div background color is #CED4EB.


Border color

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

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

This div border color is #CED4EB.


Opacity

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

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

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

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

This text has shadow with #CED4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED4EB on black background.


Color preview on white background

This text has color #CED4EB on white background.



Black color preview on #CED4EB background

This text has black color on #CED4EB background.


White color preview on #CED4EB background

This text has white color on #CED4EB background.