COLOR #CED4F2

HEX: #CED4F2
RGB: (206,212,242)

Color info

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

RGB color model

#CED4F2 color RGB value is (206,212,242).

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

RGB channels and saturation

R 206 of 255 = 81%
G 212 of 255 = 83%
B 242 of 255 = 95%

206
212
242

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

Portions of RGB colors in percentages

R + G + B =
206 + 212 + 242 = 660 (100%)
R 206 of 660 ~ 31.21%
G 212 of 660 ~ 32.12%
B 242 of 660 ~ 36.67%

%31.21
%32.12
%36.67

CMYK color model

#CED4F2 color CMYK value is (15,12,0,5).

  • cyan value is 14.88%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(15,12,0,5)
C15M12Y0K5 
(15%,12%,0%,5%)
(0.15/0.12/0.00/0.05)	

CMYK percentages

%14.88
%12.4
%0
%5.1

Codes

Color #CED4F2 in popluar color models

CED4F2
RGB206212242
HSL230°58.06%87.84%
HSB/HSV230°14.88%94.90%
CMYK14.88%12.40%0.00%
5.10%

Color #CED4F2 in popluar number systems.

HEXCED4F2
Decimal206212242
Binary110011101101010011110010
Octal316324362

Shades and tints

Shades of #CED4F2

#CED4F2
(206,212,242)
#BCC1DC
(188,193,220)
#AAAEC6
(170,174,198)
#989BB0
(152,155,176)
#86889A
(134,136,154)
#747584
(116,117,132)
#62626E
(98,98,110)
#504F58
(80,79,88)
#3E3C42
(62,60,66)
#2C292C
(44,41,44)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #CED4F2

#CED4F2
(206,212,242)
#D2D7F3
(210,215,243)
#D6DAF4
(214,218,244)
#DADDF5
(218,221,245)
#DEE0F6
(222,224,246)
#E2E3F7
(226,227,247)
#E6E6F8
(230,230,248)
#EAE9F9
(234,233,249)
#EEECFA
(238,236,250)
#F2EFFB
(242,239,251)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED4F2; }

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

This text font color is #CED4F2.


Background Color

.myBgColor { background-color: #CED4F2; }

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

This div background color is #CED4F2.


Border color

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

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

This div border color is #CED4F2.


Opacity

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

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

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

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

This text has shadow with #CED4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED4F2 on black background.


Color preview on white background

This text has color #CED4F2 on white background.



Black color preview on #CED4F2 background

This text has black color on #CED4F2 background.


White color preview on #CED4F2 background

This text has white color on #CED4F2 background.