COLOR #CEDFE2

HEX: #CEDFE2
RGB: (206,223,226)

Color info

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

RGB color model

#CEDFE2 color RGB value is (206,223,226).

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

RGB channels and saturation

R 206 of 255 = 81%
G 223 of 255 = 87%
B 226 of 255 = 89%

206
223
226

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

Portions of RGB colors in percentages

R + G + B =
206 + 223 + 226 = 655 (100%)
R 206 of 655 ~ 31.45%
G 223 of 655 ~ 34.05%
B 226 of 655 ~ 34.5%

%31.45
%34.05
%34.5

CMYK color model

#CEDFE2 color CMYK value is (9,1,0,11).

  • cyan value is 8.85%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(9,1,0,11)
C9M1Y0K11 
(9%,1%,0%,11%)
(0.09/0.01/0.00/0.11)	

CMYK percentages

%8.85
%1.33
%0
%11.37

Codes

Color #CEDFE2 in popluar color models

CEDFE2
RGB206223226
HSL189°25.64%84.71%
HSB/HSV189°8.85%88.63%
CMYK8.85%1.33%0.00%
11.37%

Color #CEDFE2 in popluar number systems.

HEXCEDFE2
Decimal206223226
Binary110011101101111111100010
Octal316337342

Shades and tints

Shades of #CEDFE2

#CEDFE2
(206,223,226)
#BCCBCE
(188,203,206)
#AAB7BA
(170,183,186)
#98A3A6
(152,163,166)
#868F92
(134,143,146)
#747B7E
(116,123,126)
#62676A
(98,103,106)
#505356
(80,83,86)
#3E3F42
(62,63,66)
#2C2B2E
(44,43,46)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #CEDFE2

#CEDFE2
(206,223,226)
#D2E1E4
(210,225,228)
#D6E3E6
(214,227,230)
#DAE5E8
(218,229,232)
#DEE7EA
(222,231,234)
#E2E9EC
(226,233,236)
#E6EBEE
(230,235,238)
#EAEDF0
(234,237,240)
#EEEFF2
(238,239,242)
#F2F1F4
(242,241,244)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDFE2; }

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

This text font color is #CEDFE2.


Background Color

.myBgColor { background-color: #CEDFE2; }

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

This div background color is #CEDFE2.


Border color

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

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

This div border color is #CEDFE2.


Opacity

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

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

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

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

This text has shadow with #CEDFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDFE2 on black background.


Color preview on white background

This text has color #CEDFE2 on white background.



Black color preview on #CEDFE2 background

This text has black color on #CEDFE2 background.


White color preview on #CEDFE2 background

This text has white color on #CEDFE2 background.