COLOR #CED9F4

HEX: #CED9F4
RGB: (206,217,244)

Color info

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

RGB color model

#CED9F4 color RGB value is (206,217,244).

  • red value is 206;
  • green value is 217;
  • blue value is 244.
RGB:
(206,217,244)
(81%,85%,96%)

RGB channels and saturation

R 206 of 255 = 81%
G 217 of 255 = 85%
B 244 of 255 = 96%

206
217
244

R + G + B ~ 87%. #CED9F4 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 217 + 244 = 667 (100%)
R 206 of 667 ~ 30.88%
G 217 of 667 ~ 32.53%
B 244 of 667 ~ 36.58%

%30.88
%32.53
%36.58

CMYK color model

#CED9F4 color CMYK value is (16,11,0,4).

  • cyan value is 15.57%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(16,11,0,4)
C16M11Y0K4 
(16%,11%,0%,4%)
(0.16/0.11/0.00/0.04)	

CMYK percentages

%15.57
%11.07
%0
%4.31

Codes

Color #CED9F4 in popluar color models

CED9F4
RGB206217244
HSL223°63.33%88.24%
HSB/HSV223°15.57%95.69%
CMYK15.57%11.07%0.00%
4.31%

Color #CED9F4 in popluar number systems.

HEXCED9F4
Decimal206217244
Binary110011101101100111110100
Octal316331364

Shades and tints

Shades of #CED9F4

#CED9F4
(206,217,244)
#BCC6DE
(188,198,222)
#AAB3C8
(170,179,200)
#98A0B2
(152,160,178)
#868D9C
(134,141,156)
#747A86
(116,122,134)
#626770
(98,103,112)
#50545A
(80,84,90)
#3E4144
(62,65,68)
#2C2E2E
(44,46,46)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #CED9F4

#CED9F4
(206,217,244)
#D2DCF5
(210,220,245)
#D6DFF6
(214,223,246)
#DAE2F7
(218,226,247)
#DEE5F8
(222,229,248)
#E2E8F9
(226,232,249)
#E6EBFA
(230,235,250)
#EAEEFB
(234,238,251)
#EEF1FC
(238,241,252)
#F2F4FD
(242,244,253)
#F6F7FE
(246,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED9F4 color. Also use rgb(206,217,244) instead hex code.

Text Font Color

.myTextColor { color: #CED9F4; }

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

This text font color is #CED9F4.


Background Color

.myBgColor { background-color: #CED9F4; }

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

This div background color is #CED9F4.


Border color

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

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

This div border color is #CED9F4.


Opacity

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

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

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

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

This text has shadow with #CED9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED9F4 on black background.


Color preview on white background

This text has color #CED9F4 on white background.



Black color preview on #CED9F4 background

This text has black color on #CED9F4 background.


White color preview on #CED9F4 background

This text has white color on #CED9F4 background.