COLOR #CEE6DB

HEX: #CEE6DB
RGB: (206,230,219)

Color info

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

RGB color model

#CEE6DB color RGB value is (206,230,219).

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

RGB channels and saturation

R 206 of 255 = 81%
G 230 of 255 = 90%
B 219 of 255 = 86%

206
230
219

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

Portions of RGB colors in percentages

R + G + B =
206 + 230 + 219 = 655 (100%)
R 206 of 655 ~ 31.45%
G 230 of 655 ~ 35.11%
B 219 of 655 ~ 33.44%

%31.45
%35.11
%33.44

CMYK color model

#CEE6DB color CMYK value is (10,0,5,10).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(10,0,5,10)
C10M0Y5K10 
(10%,0%,5%,10%)
(0.10/0.00/0.05/0.10)	

CMYK percentages

%10.43
%0
%4.78
%9.8

Codes

Color #CEE6DB in popluar color models

CEE6DB
RGB206230219
HSL153°32.43%85.49%
HSB/HSV153°10.43%90.20%
CMYK10.43%0.00%4.78%
9.80%

Color #CEE6DB in popluar number systems.

HEXCEE6DB
Decimal206230219
Binary110011101110011011011011
Octal316346333

Shades and tints

Shades of #CEE6DB

#CEE6DB
(206,230,219)
#BCD2C8
(188,210,200)
#AABEB5
(170,190,181)
#98AAA2
(152,170,162)
#86968F
(134,150,143)
#74827C
(116,130,124)
#626E69
(98,110,105)
#505A56
(80,90,86)
#3E4643
(62,70,67)
#2C3230
(44,50,48)
#1A1E1D
(26,30,29)
#000000
(0,0,0)

Tints of #CEE6DB

#CEE6DB
(206,230,219)
#D2E8DE
(210,232,222)
#D6EAE1
(214,234,225)
#DAECE4
(218,236,228)
#DEEEE7
(222,238,231)
#E2F0EA
(226,240,234)
#E6F2ED
(230,242,237)
#EAF4F0
(234,244,240)
#EEF6F3
(238,246,243)
#F2F8F6
(242,248,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE6DB; }

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

This text font color is #CEE6DB.


Background Color

.myBgColor { background-color: #CEE6DB; }

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

This div background color is #CEE6DB.


Border color

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

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

This div border color is #CEE6DB.


Opacity

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

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

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

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

This text has shadow with #CEE6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE6DB on black background.


Color preview on white background

This text has color #CEE6DB on white background.



Black color preview on #CEE6DB background

This text has black color on #CEE6DB background.


White color preview on #CEE6DB background

This text has white color on #CEE6DB background.