COLOR #CED6E4

HEX: #CED6E4
RGB: (206,214,228)

Color info

#CED6E4 contains red, green and blue colors in about the same proportion. Web safe color of #CED6E4 is #CCCCCC (or #CCC).

RGB color model

#CED6E4 color RGB value is (206,214,228).

  • red value is 206;
  • green value is 214;
  • blue value is 228.
RGB:
(206,214,228)
(81%,84%,89%)

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 228 of 255 = 89%

206
214
228

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

Portions of RGB colors in percentages

R + G + B =
206 + 214 + 228 = 648 (100%)
R 206 of 648 ~ 31.79%
G 214 of 648 ~ 33.02%
B 228 of 648 ~ 35.19%

%31.79
%33.02
%35.19

CMYK color model

#CED6E4 color CMYK value is (10,6,0,11).

  • cyan value is 9.65%
  • magenta value is 6.14%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(10,6,0,11)
C10M6Y0K11 
(10%,6%,0%,11%)
(0.10/0.06/0.00/0.11)	

CMYK percentages

%9.65
%6.14
%0
%10.59

Codes

Color #CED6E4 in popluar color models

CED6E4
RGB206214228
HSL218°28.95%85.10%
HSB/HSV218°9.65%89.41%
CMYK9.65%6.14%0.00%
10.59%

Color #CED6E4 in popluar number systems.

HEXCED6E4
Decimal206214228
Binary110011101101011011100100
Octal316326344

Shades and tints

Shades of #CED6E4

#CED6E4
(206,214,228)
#BCC3D0
(188,195,208)
#AAB0BC
(170,176,188)
#989DA8
(152,157,168)
#868A94
(134,138,148)
#747780
(116,119,128)
#62646C
(98,100,108)
#505158
(80,81,88)
#3E3E44
(62,62,68)
#2C2B30
(44,43,48)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #CED6E4

#CED6E4
(206,214,228)
#D2D9E6
(210,217,230)
#D6DCE8
(214,220,232)
#DADFEA
(218,223,234)
#DEE2EC
(222,226,236)
#E2E5EE
(226,229,238)
#E6E8F0
(230,232,240)
#EAEBF2
(234,235,242)
#EEEEF4
(238,238,244)
#F2F1F6
(242,241,246)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED6E4 color. Also use rgb(206,214,228) instead hex code.

Text Font Color

.myTextColor { color: #CED6E4; }

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

This text font color is #CED6E4.


Background Color

.myBgColor { background-color: #CED6E4; }

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

This div background color is #CED6E4.


Border color

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

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

This div border color is #CED6E4.


Opacity

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

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

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

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

This text has shadow with #CED6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED6E4 on black background.


Color preview on white background

This text has color #CED6E4 on white background.



Black color preview on #CED6E4 background

This text has black color on #CED6E4 background.


White color preview on #CED6E4 background

This text has white color on #CED6E4 background.