COLOR #CEF5ED

HEX: #CEF5ED
RGB: (206,245,237)

Color info

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

RGB color model

#CEF5ED color RGB value is (206,245,237).

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

RGB channels and saturation

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

206
245
237

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

Portions of RGB colors in percentages

R + G + B =
206 + 245 + 237 = 688 (100%)
R 206 of 688 ~ 29.94%
G 245 of 688 ~ 35.61%
B 237 of 688 ~ 34.45%

%29.94
%35.61
%34.45

CMYK color model

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

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

CMYK percentages

%15.92
%0
%3.27
%3.92

Codes

Color #CEF5ED in popluar color models

CEF5ED
RGB206245237
HSL168°66.10%88.43%
HSB/HSV168°15.92%96.08%
CMYK15.92%0.00%3.27%
3.92%

Color #CEF5ED in popluar number systems.

HEXCEF5ED
Decimal206245237
Binary110011101111010111101101
Octal316365355

Shades and tints

Shades of #CEF5ED

#CEF5ED
(206,245,237)
#BCDFD8
(188,223,216)
#AAC9C3
(170,201,195)
#98B3AE
(152,179,174)
#869D99
(134,157,153)
#748784
(116,135,132)
#62716F
(98,113,111)
#505B5A
(80,91,90)
#3E4545
(62,69,69)
#2C2F30
(44,47,48)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #CEF5ED

#CEF5ED
(206,245,237)
#D2F5EE
(210,245,238)
#D6F5EF
(214,245,239)
#DAF5F0
(218,245,240)
#DEF5F1
(222,245,241)
#E2F5F2
(226,245,242)
#E6F5F3
(230,245,243)
#EAF5F4
(234,245,244)
#EEF5F5
(238,245,245)
#F2F5F6
(242,245,246)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF5ED; }

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

This text font color is #CEF5ED.


Background Color

.myBgColor { background-color: #CEF5ED; }

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

This div background color is #CEF5ED.


Border color

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

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

This div border color is #CEF5ED.


Opacity

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

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

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

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

This text has shadow with #CEF5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF5ED on black background.


Color preview on white background

This text has color #CEF5ED on white background.



Black color preview on #CEF5ED background

This text has black color on #CEF5ED background.


White color preview on #CEF5ED background

This text has white color on #CEF5ED background.