COLOR #CEDFEB

HEX: #CEDFEB
RGB: (206,223,235)

Color info

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

RGB color model

#CEDFEB color RGB value is (206,223,235).

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

RGB channels and saturation

R 206 of 255 = 81%
G 223 of 255 = 87%
B 235 of 255 = 92%

206
223
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 223 + 235 = 664 (100%)
R 206 of 664 ~ 31.02%
G 223 of 664 ~ 33.58%
B 235 of 664 ~ 35.39%

%31.02
%33.58
%35.39

CMYK color model

#CEDFEB color CMYK value is (12,5,0,8).

  • cyan value is 12.34%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,5,0,8)
C12M5Y0K8 
(12%,5%,0%,8%)
(0.12/0.05/0.00/0.08)	

CMYK percentages

%12.34
%5.11
%0
%7.84

Codes

Color #CEDFEB in popluar color models

CEDFEB
RGB206223235
HSL205°42.03%86.47%
HSB/HSV205°12.34%92.16%
CMYK12.34%5.11%0.00%
7.84%

Color #CEDFEB in popluar number systems.

HEXCEDFEB
Decimal206223235
Binary110011101101111111101011
Octal316337353

Shades and tints

Shades of #CEDFEB

#CEDFEB
(206,223,235)
#BCCBD6
(188,203,214)
#AAB7C1
(170,183,193)
#98A3AC
(152,163,172)
#868F97
(134,143,151)
#747B82
(116,123,130)
#62676D
(98,103,109)
#505358
(80,83,88)
#3E3F43
(62,63,67)
#2C2B2E
(44,43,46)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #CEDFEB

#CEDFEB
(206,223,235)
#D2E1EC
(210,225,236)
#D6E3ED
(214,227,237)
#DAE5EE
(218,229,238)
#DEE7EF
(222,231,239)
#E2E9F0
(226,233,240)
#E6EBF1
(230,235,241)
#EAEDF2
(234,237,242)
#EEEFF3
(238,239,243)
#F2F1F4
(242,241,244)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDFEB; }

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

This text font color is #CEDFEB.


Background Color

.myBgColor { background-color: #CEDFEB; }

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

This div background color is #CEDFEB.


Border color

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

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

This div border color is #CEDFEB.


Opacity

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

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

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

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

This text has shadow with #CEDFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDFEB on black background.


Color preview on white background

This text has color #CEDFEB on white background.



Black color preview on #CEDFEB background

This text has black color on #CEDFEB background.


White color preview on #CEDFEB background

This text has white color on #CEDFEB background.