COLOR #CEF0D8

HEX: #CEF0D8
RGB: (206,240,216)

Color info

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

RGB color model

#CEF0D8 color RGB value is (206,240,216).

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

RGB channels and saturation

R 206 of 255 = 81%
G 240 of 255 = 94%
B 216 of 255 = 85%

206
240
216

R + G + B ~ 87%. #CEF0D8 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 216 = 662 (100%)
R 206 of 662 ~ 31.12%
G 240 of 662 ~ 36.25%
B 216 of 662 ~ 32.63%

%31.12
%36.25
%32.63

CMYK color model

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

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 5.88%
CMYK:
(14,0,10,6)
C14M0Y10K6 
(14%,0%,10%,6%)
(0.14/0.00/0.10/0.06)	

CMYK percentages

%14.17
%0
%10
%5.88

Codes

Color #CEF0D8 in popluar color models

CEF0D8
RGB206240216
HSL138°53.13%87.45%
HSB/HSV138°14.17%94.12%
CMYK14.17%0.00%10.00%
5.88%

Color #CEF0D8 in popluar number systems.

HEXCEF0D8
Decimal206240216
Binary110011101111000011011000
Octal316360330

Shades and tints

Shades of #CEF0D8

#CEF0D8
(206,240,216)
#BCDBC5
(188,219,197)
#AAC6B2
(170,198,178)
#98B19F
(152,177,159)
#869C8C
(134,156,140)
#748779
(116,135,121)
#627266
(98,114,102)
#505D53
(80,93,83)
#3E4840
(62,72,64)
#2C332D
(44,51,45)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #CEF0D8

#CEF0D8
(206,240,216)
#D2F1DB
(210,241,219)
#D6F2DE
(214,242,222)
#DAF3E1
(218,243,225)
#DEF4E4
(222,244,228)
#E2F5E7
(226,245,231)
#E6F6EA
(230,246,234)
#EAF7ED
(234,247,237)
#EEF8F0
(238,248,240)
#F2F9F3
(242,249,243)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF0D8; }

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

This text font color is #CEF0D8.


Background Color

.myBgColor { background-color: #CEF0D8; }

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

This div background color is #CEF0D8.


Border color

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

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

This div border color is #CEF0D8.


Opacity

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

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

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

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

This text has shadow with #CEF0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0D8 on black background.


Color preview on white background

This text has color #CEF0D8 on white background.



Black color preview on #CEF0D8 background

This text has black color on #CEF0D8 background.


White color preview on #CEF0D8 background

This text has white color on #CEF0D8 background.