COLOR #CEF4ED

HEX: #CEF4ED
RGB: (206,244,237)

Color info

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

RGB color model

#CEF4ED color RGB value is (206,244,237).

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

RGB channels and saturation

R 206 of 255 = 81%
G 244 of 255 = 96%
B 237 of 255 = 93%

206
244
237

R + G + B ~ 90%. #CEF4ED is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 244 + 237 = 687 (100%)
R 206 of 687 ~ 29.99%
G 244 of 687 ~ 35.52%
B 237 of 687 ~ 34.5%

%29.99
%35.52
%34.5

CMYK color model

#CEF4ED color CMYK value is (16,0,3,4).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%
CMYK:
(16,0,3,4)
C16M0Y3K4 
(16%,0%,3%,4%)
(0.16/0.00/0.03/0.04)	

CMYK percentages

%15.57
%0
%2.87
%4.31

Codes

Color #CEF4ED in popluar color models

CEF4ED
RGB206244237
HSL169°63.33%88.24%
HSB/HSV169°15.57%95.69%
CMYK15.57%0.00%2.87%
4.31%

Color #CEF4ED in popluar number systems.

HEXCEF4ED
Decimal206244237
Binary110011101111010011101101
Octal316364355

Shades and tints

Shades of #CEF4ED

#CEF4ED
(206,244,237)
#BCDED8
(188,222,216)
#AAC8C3
(170,200,195)
#98B2AE
(152,178,174)
#869C99
(134,156,153)
#748684
(116,134,132)
#62706F
(98,112,111)
#505A5A
(80,90,90)
#3E4445
(62,68,69)
#2C2E30
(44,46,48)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #CEF4ED

#CEF4ED
(206,244,237)
#D2F5EE
(210,245,238)
#D6F6EF
(214,246,239)
#DAF7F0
(218,247,240)
#DEF8F1
(222,248,241)
#E2F9F2
(226,249,242)
#E6FAF3
(230,250,243)
#EAFBF4
(234,251,244)
#EEFCF5
(238,252,245)
#F2FDF6
(242,253,246)
#F6FEF7
(246,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF4ED; }

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

This text font color is #CEF4ED.


Background Color

.myBgColor { background-color: #CEF4ED; }

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

This div background color is #CEF4ED.


Border color

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

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

This div border color is #CEF4ED.


Opacity

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

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

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

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

This text has shadow with #CEF4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF4ED on black background.


Color preview on white background

This text has color #CEF4ED on white background.



Black color preview on #CEF4ED background

This text has black color on #CEF4ED background.


White color preview on #CEF4ED background

This text has white color on #CEF4ED background.