COLOR #CEF6E5

HEX: #CEF6E5
RGB: (206,246,229)

Color info

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

RGB color model

#CEF6E5 color RGB value is (206,246,229).

  • red value is 206;
  • green value is 246;
  • blue value is 229.
RGB:
(206,246,229)
(81%,96%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 246 of 255 = 96%
B 229 of 255 = 90%

206
246
229

R + G + B ~ 89%. #CEF6E5 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 246 + 229 = 681 (100%)
R 206 of 681 ~ 30.25%
G 246 of 681 ~ 36.12%
B 229 of 681 ~ 33.63%

%30.25
%36.12
%33.63

CMYK color model

#CEF6E5 color CMYK value is (16,0,7,4).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 3.53%
CMYK:
(16,0,7,4)
C16M0Y7K4 
(16%,0%,7%,4%)
(0.16/0.00/0.07/0.04)	

CMYK percentages

%16.26
%0
%6.91
%3.53

Codes

Color #CEF6E5 in popluar color models

CEF6E5
RGB206246229
HSL155°68.97%88.63%
HSB/HSV155°16.26%96.47%
CMYK16.26%0.00%6.91%
3.53%

Color #CEF6E5 in popluar number systems.

HEXCEF6E5
Decimal206246229
Binary110011101111011011100101
Octal316366345

Shades and tints

Shades of #CEF6E5

#CEF6E5
(206,246,229)
#BCE0D1
(188,224,209)
#AACABD
(170,202,189)
#98B4A9
(152,180,169)
#869E95
(134,158,149)
#748881
(116,136,129)
#62726D
(98,114,109)
#505C59
(80,92,89)
#3E4645
(62,70,69)
#2C3031
(44,48,49)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #CEF6E5

#CEF6E5
(206,246,229)
#D2F6E7
(210,246,231)
#D6F6E9
(214,246,233)
#DAF6EB
(218,246,235)
#DEF6ED
(222,246,237)
#E2F6EF
(226,246,239)
#E6F6F1
(230,246,241)
#EAF6F3
(234,246,243)
#EEF6F5
(238,246,245)
#F2F6F7
(242,246,247)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF6E5 color. Also use rgb(206,246,229) instead hex code.

Text Font Color

.myTextColor { color: #CEF6E5; }

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

This text font color is #CEF6E5.


Background Color

.myBgColor { background-color: #CEF6E5; }

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

This div background color is #CEF6E5.


Border color

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

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

This div border color is #CEF6E5.


Opacity

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

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

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

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

This text has shadow with #CEF6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF6E5 on black background.


Color preview on white background

This text has color #CEF6E5 on white background.



Black color preview on #CEF6E5 background

This text has black color on #CEF6E5 background.


White color preview on #CEF6E5 background

This text has white color on #CEF6E5 background.