COLOR #CEF0ED

HEX: #CEF0ED
RGB: (206,240,237)

Color info

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

RGB color model

#CEF0ED color RGB value is (206,240,237).

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

RGB channels and saturation

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

206
240
237

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

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 237 = 683 (100%)
R 206 of 683 ~ 30.16%
G 240 of 683 ~ 35.14%
B 237 of 683 ~ 34.7%

%30.16
%35.14
%34.7

CMYK color model

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

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • 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
%1.25
%5.88

Codes

Color #CEF0ED in popluar color models

CEF0ED
RGB206240237
HSL175°53.13%87.45%
HSB/HSV175°14.17%94.12%
CMYK14.17%0.00%1.25%
5.88%

Color #CEF0ED in popluar number systems.

HEXCEF0ED
Decimal206240237
Binary110011101111000011101101
Octal316360355

Shades and tints

Shades of #CEF0ED

#CEF0ED
(206,240,237)
#BCDBD8
(188,219,216)
#AAC6C3
(170,198,195)
#98B1AE
(152,177,174)
#869C99
(134,156,153)
#748784
(116,135,132)
#62726F
(98,114,111)
#505D5A
(80,93,90)
#3E4845
(62,72,69)
#2C3330
(44,51,48)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #CEF0ED

#CEF0ED
(206,240,237)
#D2F1EE
(210,241,238)
#D6F2EF
(214,242,239)
#DAF3F0
(218,243,240)
#DEF4F1
(222,244,241)
#E2F5F2
(226,245,242)
#E6F6F3
(230,246,243)
#EAF7F4
(234,247,244)
#EEF8F5
(238,248,245)
#F2F9F6
(242,249,246)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF0ED; }

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

This text font color is #CEF0ED.


Background Color

.myBgColor { background-color: #CEF0ED; }

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

This div background color is #CEF0ED.


Border color

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

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

This div border color is #CEF0ED.


Opacity

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

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

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

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

This text has shadow with #CEF0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0ED on black background.


Color preview on white background

This text has color #CEF0ED on white background.



Black color preview on #CEF0ED background

This text has black color on #CEF0ED background.


White color preview on #CEF0ED background

This text has white color on #CEF0ED background.