COLOR #CED3EB

HEX: #CED3EB
RGB: (206,211,235)

Color info

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

RGB color model

#CED3EB color RGB value is (206,211,235).

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

RGB channels and saturation

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

206
211
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 211 + 235 = 652 (100%)
R 206 of 652 ~ 31.6%
G 211 of 652 ~ 32.36%
B 235 of 652 ~ 36.04%

%31.6
%32.36
%36.04

CMYK color model

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

  • cyan value is 12.34%
  • magenta value is 10.21%
  • 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
%10.21
%0
%7.84

Codes

Color #CED3EB in popluar color models

CED3EB
RGB206211235
HSL230°42.03%86.47%
HSB/HSV230°12.34%92.16%
CMYK12.34%10.21%0.00%
7.84%

Color #CED3EB in popluar number systems.

HEXCED3EB
Decimal206211235
Binary110011101101001111101011
Octal316323353

Shades and tints

Shades of #CED3EB

#CED3EB
(206,211,235)
#BCC0D6
(188,192,214)
#AAADC1
(170,173,193)
#989AAC
(152,154,172)
#868797
(134,135,151)
#747482
(116,116,130)
#62616D
(98,97,109)
#504E58
(80,78,88)
#3E3B43
(62,59,67)
#2C282E
(44,40,46)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #CED3EB

#CED3EB
(206,211,235)
#D2D7EC
(210,215,236)
#D6DBED
(214,219,237)
#DADFEE
(218,223,238)
#DEE3EF
(222,227,239)
#E2E7F0
(226,231,240)
#E6EBF1
(230,235,241)
#EAEFF2
(234,239,242)
#EEF3F3
(238,243,243)
#F2F7F4
(242,247,244)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED3EB; }

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

This text font color is #CED3EB.


Background Color

.myBgColor { background-color: #CED3EB; }

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

This div background color is #CED3EB.


Border color

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

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

This div border color is #CED3EB.


Opacity

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

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

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

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

This text has shadow with #CED3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED3EB on black background.


Color preview on white background

This text has color #CED3EB on white background.



Black color preview on #CED3EB background

This text has black color on #CED3EB background.


White color preview on #CED3EB background

This text has white color on #CED3EB background.