COLOR #CEDFE1

HEX: #CEDFE1
RGB: (206,223,225)

Color info

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

RGB color model

#CEDFE1 color RGB value is (206,223,225).

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

RGB channels and saturation

R 206 of 255 = 81%
G 223 of 255 = 87%
B 225 of 255 = 88%

206
223
225

R + G + B ~ 85%. #CEDFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 223 + 225 = 654 (100%)
R 206 of 654 ~ 31.5%
G 223 of 654 ~ 34.1%
B 225 of 654 ~ 34.4%

%31.5
%34.1
%34.4

CMYK color model

#CEDFE1 color CMYK value is (8,1,0,12).

  • cyan value is 8.44%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,1,0,12)
C8M1Y0K12 
(8%,1%,0%,12%)
(0.08/0.01/0.00/0.12)	

CMYK percentages

%8.44
%0.89
%0
%11.76

Codes

Color #CEDFE1 in popluar color models

CEDFE1
RGB206223225
HSL186°24.05%84.51%
HSB/HSV186°8.44%88.24%
CMYK8.44%0.89%0.00%
11.76%

Color #CEDFE1 in popluar number systems.

HEXCEDFE1
Decimal206223225
Binary110011101101111111100001
Octal316337341

Shades and tints

Shades of #CEDFE1

#CEDFE1
(206,223,225)
#BCCBCD
(188,203,205)
#AAB7B9
(170,183,185)
#98A3A5
(152,163,165)
#868F91
(134,143,145)
#747B7D
(116,123,125)
#626769
(98,103,105)
#505355
(80,83,85)
#3E3F41
(62,63,65)
#2C2B2D
(44,43,45)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #CEDFE1

#CEDFE1
(206,223,225)
#D2E1E3
(210,225,227)
#D6E3E5
(214,227,229)
#DAE5E7
(218,229,231)
#DEE7E9
(222,231,233)
#E2E9EB
(226,233,235)
#E6EBED
(230,235,237)
#EAEDEF
(234,237,239)
#EEEFF1
(238,239,241)
#F2F1F3
(242,241,243)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDFE1; }

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

This text font color is #CEDFE1.


Background Color

.myBgColor { background-color: #CEDFE1; }

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

This div background color is #CEDFE1.


Border color

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

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

This div border color is #CEDFE1.


Opacity

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

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

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

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

This text has shadow with #CEDFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDFE1 on black background.


Color preview on white background

This text has color #CEDFE1 on white background.



Black color preview on #CEDFE1 background

This text has black color on #CEDFE1 background.


White color preview on #CEDFE1 background

This text has white color on #CEDFE1 background.