COLOR #CED7EB

HEX: #CED7EB
RGB: (206,215,235)

Color info

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

RGB color model

#CED7EB color RGB value is (206,215,235).

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

RGB channels and saturation

R 206 of 255 = 81%
G 215 of 255 = 84%
B 235 of 255 = 92%

206
215
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 215 + 235 = 656 (100%)
R 206 of 656 ~ 31.4%
G 215 of 656 ~ 32.77%
B 235 of 656 ~ 35.82%

%31.4
%32.77
%35.82

CMYK color model

#CED7EB color CMYK value is (12,9,0,8).

  • cyan value is 12.34%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,9,0,8)
C12M9Y0K8 
(12%,9%,0%,8%)
(0.12/0.09/0.00/0.08)	

CMYK percentages

%12.34
%8.51
%0
%7.84

Codes

Color #CED7EB in popluar color models

CED7EB
RGB206215235
HSL221°42.03%86.47%
HSB/HSV221°12.34%92.16%
CMYK12.34%8.51%0.00%
7.84%

Color #CED7EB in popluar number systems.

HEXCED7EB
Decimal206215235
Binary110011101101011111101011
Octal316327353

Shades and tints

Shades of #CED7EB

#CED7EB
(206,215,235)
#BCC4D6
(188,196,214)
#AAB1C1
(170,177,193)
#989EAC
(152,158,172)
#868B97
(134,139,151)
#747882
(116,120,130)
#62656D
(98,101,109)
#505258
(80,82,88)
#3E3F43
(62,63,67)
#2C2C2E
(44,44,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #CED7EB

#CED7EB
(206,215,235)
#D2DAEC
(210,218,236)
#D6DDED
(214,221,237)
#DAE0EE
(218,224,238)
#DEE3EF
(222,227,239)
#E2E6F0
(226,230,240)
#E6E9F1
(230,233,241)
#EAECF2
(234,236,242)
#EEEFF3
(238,239,243)
#F2F2F4
(242,242,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED7EB; }

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

This text font color is #CED7EB.


Background Color

.myBgColor { background-color: #CED7EB; }

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

This div background color is #CED7EB.


Border color

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

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

This div border color is #CED7EB.


Opacity

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

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

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

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

This text has shadow with #CED7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED7EB on black background.


Color preview on white background

This text has color #CED7EB on white background.



Black color preview on #CED7EB background

This text has black color on #CED7EB background.


White color preview on #CED7EB background

This text has white color on #CED7EB background.