COLOR #CEF0E2

HEX: #CEF0E2
RGB: (206,240,226)

Color info

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

RGB color model

#CEF0E2 color RGB value is (206,240,226).

  • red value is 206;
  • green value is 240;
  • blue value is 226.
RGB:
(206,240,226)
(81%,94%,89%)

RGB channels and saturation

R 206 of 255 = 81%
G 240 of 255 = 94%
B 226 of 255 = 89%

206
240
226

R + G + B ~ 88%. #CEF0E2 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 226 = 672 (100%)
R 206 of 672 ~ 30.65%
G 240 of 672 ~ 35.71%
B 226 of 672 ~ 33.63%

%30.65
%35.71
%33.63

CMYK color model

#CEF0E2 color CMYK value is (14,0,6,6).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(14,0,6,6)
C14M0Y6K6 
(14%,0%,6%,6%)
(0.14/0.00/0.06/0.06)	

CMYK percentages

%14.17
%0
%5.83
%5.88

Codes

Color #CEF0E2 in popluar color models

CEF0E2
RGB206240226
HSL155°53.13%87.45%
HSB/HSV155°14.17%94.12%
CMYK14.17%0.00%5.83%
5.88%

Color #CEF0E2 in popluar number systems.

HEXCEF0E2
Decimal206240226
Binary110011101111000011100010
Octal316360342

Shades and tints

Shades of #CEF0E2

#CEF0E2
(206,240,226)
#BCDBCE
(188,219,206)
#AAC6BA
(170,198,186)
#98B1A6
(152,177,166)
#869C92
(134,156,146)
#74877E
(116,135,126)
#62726A
(98,114,106)
#505D56
(80,93,86)
#3E4842
(62,72,66)
#2C332E
(44,51,46)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #CEF0E2

#CEF0E2
(206,240,226)
#D2F1E4
(210,241,228)
#D6F2E6
(214,242,230)
#DAF3E8
(218,243,232)
#DEF4EA
(222,244,234)
#E2F5EC
(226,245,236)
#E6F6EE
(230,246,238)
#EAF7F0
(234,247,240)
#EEF8F2
(238,248,242)
#F2F9F4
(242,249,244)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF0E2 color. Also use rgb(206,240,226) instead hex code.

Text Font Color

.myTextColor { color: #CEF0E2; }

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

This text font color is #CEF0E2.


Background Color

.myBgColor { background-color: #CEF0E2; }

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

This div background color is #CEF0E2.


Border color

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

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

This div border color is #CEF0E2.


Opacity

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

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

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

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

This text has shadow with #CEF0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0E2 on black background.


Color preview on white background

This text has color #CEF0E2 on white background.



Black color preview on #CEF0E2 background

This text has black color on #CEF0E2 background.


White color preview on #CEF0E2 background

This text has white color on #CEF0E2 background.