COLOR #CEF7D1

HEX: #CEF7D1
RGB: (206,247,209)

Color info

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

RGB color model

#CEF7D1 color RGB value is (206,247,209).

  • red value is 206;
  • green value is 247;
  • blue value is 209.
RGB:
(206,247,209)
(81%,97%,82%)

RGB channels and saturation

R 206 of 255 = 81%
G 247 of 255 = 97%
B 209 of 255 = 82%

206
247
209

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

Portions of RGB colors in percentages

R + G + B =
206 + 247 + 209 = 662 (100%)
R 206 of 662 ~ 31.12%
G 247 of 662 ~ 37.31%
B 209 of 662 ~ 31.57%

%31.12
%37.31
%31.57

CMYK color model

#CEF7D1 color CMYK value is (17,0,15,3).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(17,0,15,3)
C17M0Y15K3 
(17%,0%,15%,3%)
(0.17/0.00/0.15/0.03)	

CMYK percentages

%16.6
%0
%15.38
%3.14

Codes

Color #CEF7D1 in popluar color models

CEF7D1
RGB206247209
HSL124°71.93%88.82%
HSB/HSV124°16.60%96.86%
CMYK16.60%0.00%15.38%
3.14%

Color #CEF7D1 in popluar number systems.

HEXCEF7D1
Decimal206247209
Binary110011101111011111010001
Octal316367321

Shades and tints

Shades of #CEF7D1

#CEF7D1
(206,247,209)
#BCE1BE
(188,225,190)
#AACBAB
(170,203,171)
#98B598
(152,181,152)
#869F85
(134,159,133)
#748972
(116,137,114)
#62735F
(98,115,95)
#505D4C
(80,93,76)
#3E4739
(62,71,57)
#2C3126
(44,49,38)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #CEF7D1

#CEF7D1
(206,247,209)
#D2F7D5
(210,247,213)
#D6F7D9
(214,247,217)
#DAF7DD
(218,247,221)
#DEF7E1
(222,247,225)
#E2F7E5
(226,247,229)
#E6F7E9
(230,247,233)
#EAF7ED
(234,247,237)
#EEF7F1
(238,247,241)
#F2F7F5
(242,247,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF7D1 color. Also use rgb(206,247,209) instead hex code.

Text Font Color

.myTextColor { color: #CEF7D1; }

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

This text font color is #CEF7D1.


Background Color

.myBgColor { background-color: #CEF7D1; }

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

This div background color is #CEF7D1.


Border color

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

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

This div border color is #CEF7D1.


Opacity

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

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

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

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

This text has shadow with #CEF7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF7D1 on black background.


Color preview on white background

This text has color #CEF7D1 on white background.



Black color preview on #CEF7D1 background

This text has black color on #CEF7D1 background.


White color preview on #CEF7D1 background

This text has white color on #CEF7D1 background.