COLOR #CEDFE6

HEX: #CEDFE6
RGB: (206,223,230)

Color info

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

RGB color model

#CEDFE6 color RGB value is (206,223,230).

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

RGB channels and saturation

R 206 of 255 = 81%
G 223 of 255 = 87%
B 230 of 255 = 90%

206
223
230

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

Portions of RGB colors in percentages

R + G + B =
206 + 223 + 230 = 659 (100%)
R 206 of 659 ~ 31.26%
G 223 of 659 ~ 33.84%
B 230 of 659 ~ 34.9%

%31.26
%33.84
%34.9

CMYK color model

#CEDFE6 color CMYK value is (10,3,0,10).

  • cyan value is 10.43%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,3,0,10)
C10M3Y0K10 
(10%,3%,0%,10%)
(0.10/0.03/0.00/0.10)	

CMYK percentages

%10.43
%3.04
%0
%9.8

Codes

Color #CEDFE6 in popluar color models

CEDFE6
RGB206223230
HSL198°32.43%85.49%
HSB/HSV198°10.43%90.20%
CMYK10.43%3.04%0.00%
9.80%

Color #CEDFE6 in popluar number systems.

HEXCEDFE6
Decimal206223230
Binary110011101101111111100110
Octal316337346

Shades and tints

Shades of #CEDFE6

#CEDFE6
(206,223,230)
#BCCBD2
(188,203,210)
#AAB7BE
(170,183,190)
#98A3AA
(152,163,170)
#868F96
(134,143,150)
#747B82
(116,123,130)
#62676E
(98,103,110)
#50535A
(80,83,90)
#3E3F46
(62,63,70)
#2C2B32
(44,43,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #CEDFE6

#CEDFE6
(206,223,230)
#D2E1E8
(210,225,232)
#D6E3EA
(214,227,234)
#DAE5EC
(218,229,236)
#DEE7EE
(222,231,238)
#E2E9F0
(226,233,240)
#E6EBF2
(230,235,242)
#EAEDF4
(234,237,244)
#EEEFF6
(238,239,246)
#F2F1F8
(242,241,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDFE6; }

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

This text font color is #CEDFE6.


Background Color

.myBgColor { background-color: #CEDFE6; }

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

This div background color is #CEDFE6.


Border color

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

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

This div border color is #CEDFE6.


Opacity

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

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

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

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

This text has shadow with #CEDFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDFE6 on black background.


Color preview on white background

This text has color #CEDFE6 on white background.



Black color preview on #CEDFE6 background

This text has black color on #CEDFE6 background.


White color preview on #CEDFE6 background

This text has white color on #CEDFE6 background.