COLOR #CEF7E5

HEX: #CEF7E5
RGB: (206,247,229)

Color info

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

RGB color model

#CEF7E5 color RGB value is (206,247,229).

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

RGB channels and saturation

R 206 of 255 = 81%
G 247 of 255 = 97%
B 229 of 255 = 90%

206
247
229

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

Portions of RGB colors in percentages

R + G + B =
206 + 247 + 229 = 682 (100%)
R 206 of 682 ~ 30.21%
G 247 of 682 ~ 36.22%
B 229 of 682 ~ 33.58%

%30.21
%36.22
%33.58

CMYK color model

#CEF7E5 color CMYK value is (17,0,7,3).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 3.14%
CMYK:
(17,0,7,3)
C17M0Y7K3 
(17%,0%,7%,3%)
(0.17/0.00/0.07/0.03)	

CMYK percentages

%16.6
%0
%7.29
%3.14

Codes

Color #CEF7E5 in popluar color models

CEF7E5
RGB206247229
HSL154°71.93%88.82%
HSB/HSV154°16.60%96.86%
CMYK16.60%0.00%7.29%
3.14%

Color #CEF7E5 in popluar number systems.

HEXCEF7E5
Decimal206247229
Binary110011101111011111100101
Octal316367345

Shades and tints

Shades of #CEF7E5

#CEF7E5
(206,247,229)
#BCE1D1
(188,225,209)
#AACBBD
(170,203,189)
#98B5A9
(152,181,169)
#869F95
(134,159,149)
#748981
(116,137,129)
#62736D
(98,115,109)
#505D59
(80,93,89)
#3E4745
(62,71,69)
#2C3131
(44,49,49)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #CEF7E5

#CEF7E5
(206,247,229)
#D2F7E7
(210,247,231)
#D6F7E9
(214,247,233)
#DAF7EB
(218,247,235)
#DEF7ED
(222,247,237)
#E2F7EF
(226,247,239)
#E6F7F1
(230,247,241)
#EAF7F3
(234,247,243)
#EEF7F5
(238,247,245)
#F2F7F7
(242,247,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF7E5; }

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

This text font color is #CEF7E5.


Background Color

.myBgColor { background-color: #CEF7E5; }

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

This div background color is #CEF7E5.


Border color

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

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

This div border color is #CEF7E5.


Opacity

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

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

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

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

This text has shadow with #CEF7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF7E5 on black background.


Color preview on white background

This text has color #CEF7E5 on white background.



Black color preview on #CEF7E5 background

This text has black color on #CEF7E5 background.


White color preview on #CEF7E5 background

This text has white color on #CEF7E5 background.