COLOR #CEF0EE

HEX: #CEF0EE
RGB: (206,240,238)

Color info

#CEF0EE contains red, green and blue colors in about the same proportion. Web safe color of #CEF0EE is #CCFFFF (or #CFF).

RGB color model

#CEF0EE color RGB value is (206,240,238).

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

RGB channels and saturation

R 206 of 255 = 81%
G 240 of 255 = 94%
B 238 of 255 = 93%

206
240
238

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

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 238 = 684 (100%)
R 206 of 684 ~ 30.12%
G 240 of 684 ~ 35.09%
B 238 of 684 ~ 34.8%

%30.12
%35.09
%34.8

CMYK color model

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

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(14,0,1,6)
C14M0Y1K6 
(14%,0%,1%,6%)
(0.14/0.00/0.01/0.06)	

CMYK percentages

%14.17
%0
%0.83
%5.88

Codes

Color #CEF0EE in popluar color models

CEF0EE
RGB206240238
HSL176°53.13%87.45%
HSB/HSV176°14.17%94.12%
CMYK14.17%0.00%0.83%
5.88%

Color #CEF0EE in popluar number systems.

HEXCEF0EE
Decimal206240238
Binary110011101111000011101110
Octal316360356

Shades and tints

Shades of #CEF0EE

#CEF0EE
(206,240,238)
#BCDBD9
(188,219,217)
#AAC6C4
(170,198,196)
#98B1AF
(152,177,175)
#869C9A
(134,156,154)
#748785
(116,135,133)
#627270
(98,114,112)
#505D5B
(80,93,91)
#3E4846
(62,72,70)
#2C3331
(44,51,49)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #CEF0EE

#CEF0EE
(206,240,238)
#D2F1EF
(210,241,239)
#D6F2F0
(214,242,240)
#DAF3F1
(218,243,241)
#DEF4F2
(222,244,242)
#E2F5F3
(226,245,243)
#E6F6F4
(230,246,244)
#EAF7F5
(234,247,245)
#EEF8F6
(238,248,246)
#F2F9F7
(242,249,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF0EE; }

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

This text font color is #CEF0EE.


Background Color

.myBgColor { background-color: #CEF0EE; }

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

This div background color is #CEF0EE.


Border color

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

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

This div border color is #CEF0EE.


Opacity

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

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

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

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

This text has shadow with #CEF0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0EE on black background.


Color preview on white background

This text has color #CEF0EE on white background.



Black color preview on #CEF0EE background

This text has black color on #CEF0EE background.


White color preview on #CEF0EE background

This text has white color on #CEF0EE background.