COLOR #CEF6DC

HEX: #CEF6DC
RGB: (206,246,220)

Color info

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

RGB color model

#CEF6DC color RGB value is (206,246,220).

  • red value is 206;
  • green value is 246;
  • blue value is 220.
RGB:
(206,246,220)
(81%,96%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 246 of 255 = 96%
B 220 of 255 = 86%

206
246
220

R + G + B ~ 88%. #CEF6DC is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 246 + 220 = 672 (100%)
R 206 of 672 ~ 30.65%
G 246 of 672 ~ 36.61%
B 220 of 672 ~ 32.74%

%30.65
%36.61
%32.74

CMYK color model

#CEF6DC color CMYK value is (16,0,11,4).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(16,0,11,4)
C16M0Y11K4 
(16%,0%,11%,4%)
(0.16/0.00/0.11/0.04)	

CMYK percentages

%16.26
%0
%10.57
%3.53

Codes

Color #CEF6DC in popluar color models

CEF6DC
RGB206246220
HSL141°68.97%88.63%
HSB/HSV141°16.26%96.47%
CMYK16.26%0.00%10.57%
3.53%

Color #CEF6DC in popluar number systems.

HEXCEF6DC
Decimal206246220
Binary110011101111011011011100
Octal316366334

Shades and tints

Shades of #CEF6DC

#CEF6DC
(206,246,220)
#BCE0C8
(188,224,200)
#AACAB4
(170,202,180)
#98B4A0
(152,180,160)
#869E8C
(134,158,140)
#748878
(116,136,120)
#627264
(98,114,100)
#505C50
(80,92,80)
#3E463C
(62,70,60)
#2C3028
(44,48,40)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #CEF6DC

#CEF6DC
(206,246,220)
#D2F6DF
(210,246,223)
#D6F6E2
(214,246,226)
#DAF6E5
(218,246,229)
#DEF6E8
(222,246,232)
#E2F6EB
(226,246,235)
#E6F6EE
(230,246,238)
#EAF6F1
(234,246,241)
#EEF6F4
(238,246,244)
#F2F6F7
(242,246,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF6DC color. Also use rgb(206,246,220) instead hex code.

Text Font Color

.myTextColor { color: #CEF6DC; }

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

This text font color is #CEF6DC.


Background Color

.myBgColor { background-color: #CEF6DC; }

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

This div background color is #CEF6DC.


Border color

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

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

This div border color is #CEF6DC.


Opacity

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

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

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

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

This text has shadow with #CEF6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF6DC on black background.


Color preview on white background

This text has color #CEF6DC on white background.



Black color preview on #CEF6DC background

This text has black color on #CEF6DC background.


White color preview on #CEF6DC background

This text has white color on #CEF6DC background.