COLOR #CEDFED

HEX: #CEDFED
RGB: (206,223,237)

Color info

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

RGB color model

#CEDFED color RGB value is (206,223,237).

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

RGB channels and saturation

R 206 of 255 = 81%
G 223 of 255 = 87%
B 237 of 255 = 93%

206
223
237

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

Portions of RGB colors in percentages

R + G + B =
206 + 223 + 237 = 666 (100%)
R 206 of 666 ~ 30.93%
G 223 of 666 ~ 33.48%
B 237 of 666 ~ 35.59%

%30.93
%33.48
%35.59

CMYK color model

#CEDFED color CMYK value is (13,6,0,7).

  • cyan value is 13.08%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,6,0,7)
C13M6Y0K7 
(13%,6%,0%,7%)
(0.13/0.06/0.00/0.07)	

CMYK percentages

%13.08
%5.91
%0
%7.06

Codes

Color #CEDFED in popluar color models

CEDFED
RGB206223237
HSL207°46.27%86.86%
HSB/HSV207°13.08%92.94%
CMYK13.08%5.91%0.00%
7.06%

Color #CEDFED in popluar number systems.

HEXCEDFED
Decimal206223237
Binary110011101101111111101101
Octal316337355

Shades and tints

Shades of #CEDFED

#CEDFED
(206,223,237)
#BCCBD8
(188,203,216)
#AAB7C3
(170,183,195)
#98A3AE
(152,163,174)
#868F99
(134,143,153)
#747B84
(116,123,132)
#62676F
(98,103,111)
#50535A
(80,83,90)
#3E3F45
(62,63,69)
#2C2B30
(44,43,48)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #CEDFED

#CEDFED
(206,223,237)
#D2E1EE
(210,225,238)
#D6E3EF
(214,227,239)
#DAE5F0
(218,229,240)
#DEE7F1
(222,231,241)
#E2E9F2
(226,233,242)
#E6EBF3
(230,235,243)
#EAEDF4
(234,237,244)
#EEEFF5
(238,239,245)
#F2F1F6
(242,241,246)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDFED; }

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

This text font color is #CEDFED.


Background Color

.myBgColor { background-color: #CEDFED; }

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

This div background color is #CEDFED.


Border color

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

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

This div border color is #CEDFED.


Opacity

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

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

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

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

This text has shadow with #CEDFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDFED on black background.


Color preview on white background

This text has color #CEDFED on white background.



Black color preview on #CEDFED background

This text has black color on #CEDFED background.


White color preview on #CEDFED background

This text has white color on #CEDFED background.