COLOR #CEF2DB

HEX: #CEF2DB
RGB: (206,242,219)

Color info

#CEF2DB contains red, green and blue colors in about the same proportion. Web safe color of #CEF2DB is #CCFFCC (or #CFC).

RGB color model

#CEF2DB color RGB value is (206,242,219).

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

RGB channels and saturation

R 206 of 255 = 81%
G 242 of 255 = 95%
B 219 of 255 = 86%

206
242
219

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

Portions of RGB colors in percentages

R + G + B =
206 + 242 + 219 = 667 (100%)
R 206 of 667 ~ 30.88%
G 242 of 667 ~ 36.28%
B 219 of 667 ~ 32.83%

%30.88
%36.28
%32.83

CMYK color model

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

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 5.10%
CMYK:
(15,0,10,5)
C15M0Y10K5 
(15%,0%,10%,5%)
(0.15/0.00/0.10/0.05)	

CMYK percentages

%14.88
%0
%9.5
%5.1

Codes

Color #CEF2DB in popluar color models

CEF2DB
RGB206242219
HSL142°58.06%87.84%
HSB/HSV142°14.88%94.90%
CMYK14.88%0.00%9.50%
5.10%

Color #CEF2DB in popluar number systems.

HEXCEF2DB
Decimal206242219
Binary110011101111001011011011
Octal316362333

Shades and tints

Shades of #CEF2DB

#CEF2DB
(206,242,219)
#BCDCC8
(188,220,200)
#AAC6B5
(170,198,181)
#98B0A2
(152,176,162)
#869A8F
(134,154,143)
#74847C
(116,132,124)
#626E69
(98,110,105)
#505856
(80,88,86)
#3E4243
(62,66,67)
#2C2C30
(44,44,48)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #CEF2DB

#CEF2DB
(206,242,219)
#D2F3DE
(210,243,222)
#D6F4E1
(214,244,225)
#DAF5E4
(218,245,228)
#DEF6E7
(222,246,231)
#E2F7EA
(226,247,234)
#E6F8ED
(230,248,237)
#EAF9F0
(234,249,240)
#EEFAF3
(238,250,243)
#F2FBF6
(242,251,246)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF2DB; }

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

This text font color is #CEF2DB.


Background Color

.myBgColor { background-color: #CEF2DB; }

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

This div background color is #CEF2DB.


Border color

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

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

This div border color is #CEF2DB.


Opacity

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

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

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

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

This text has shadow with #CEF2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF2DB on black background.


Color preview on white background

This text has color #CEF2DB on white background.



Black color preview on #CEF2DB background

This text has black color on #CEF2DB background.


White color preview on #CEF2DB background

This text has white color on #CEF2DB background.