COLOR #CEDBF4

HEX: #CEDBF4
RGB: (206,219,244)

Color info

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

RGB color model

#CEDBF4 color RGB value is (206,219,244).

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

RGB channels and saturation

R 206 of 255 = 81%
G 219 of 255 = 86%
B 244 of 255 = 96%

206
219
244

R + G + B ~ 88%. #CEDBF4 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 219 + 244 = 669 (100%)
R 206 of 669 ~ 30.79%
G 219 of 669 ~ 32.74%
B 244 of 669 ~ 36.47%

%30.79
%32.74
%36.47

CMYK color model

#CEDBF4 color CMYK value is (16,10,0,4).

  • cyan value is 15.57%
  • magenta value is 10.25%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(16,10,0,4)
C16M10Y0K4 
(16%,10%,0%,4%)
(0.16/0.10/0.00/0.04)	

CMYK percentages

%15.57
%10.25
%0
%4.31

Codes

Color #CEDBF4 in popluar color models

CEDBF4
RGB206219244
HSL219°63.33%88.24%
HSB/HSV219°15.57%95.69%
CMYK15.57%10.25%0.00%
4.31%

Color #CEDBF4 in popluar number systems.

HEXCEDBF4
Decimal206219244
Binary110011101101101111110100
Octal316333364

Shades and tints

Shades of #CEDBF4

#CEDBF4
(206,219,244)
#BCC8DE
(188,200,222)
#AAB5C8
(170,181,200)
#98A2B2
(152,162,178)
#868F9C
(134,143,156)
#747C86
(116,124,134)
#626970
(98,105,112)
#50565A
(80,86,90)
#3E4344
(62,67,68)
#2C302E
(44,48,46)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #CEDBF4

#CEDBF4
(206,219,244)
#D2DEF5
(210,222,245)
#D6E1F6
(214,225,246)
#DAE4F7
(218,228,247)
#DEE7F8
(222,231,248)
#E2EAF9
(226,234,249)
#E6EDFA
(230,237,250)
#EAF0FB
(234,240,251)
#EEF3FC
(238,243,252)
#F2F6FD
(242,246,253)
#F6F9FE
(246,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDBF4; }

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

This text font color is #CEDBF4.


Background Color

.myBgColor { background-color: #CEDBF4; }

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

This div background color is #CEDBF4.


Border color

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

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

This div border color is #CEDBF4.


Opacity

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

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

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

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

This text has shadow with #CEDBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDBF4 on black background.


Color preview on white background

This text has color #CEDBF4 on white background.



Black color preview on #CEDBF4 background

This text has black color on #CEDBF4 background.


White color preview on #CEDBF4 background

This text has white color on #CEDBF4 background.