COLOR #CEF7D2

HEX: #CEF7D2
RGB: (206,247,210)

Color info

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

RGB color model

#CEF7D2 color RGB value is (206,247,210).

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

RGB channels and saturation

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

206
247
210

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

Portions of RGB colors in percentages

R + G + B =
206 + 247 + 210 = 663 (100%)
R 206 of 663 ~ 31.07%
G 247 of 663 ~ 37.25%
B 210 of 663 ~ 31.67%

%31.07
%37.25
%31.67

CMYK color model

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

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • 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
%14.98
%3.14

Codes

Color #CEF7D2 in popluar color models

CEF7D2
RGB206247210
HSL126°71.93%88.82%
HSB/HSV126°16.60%96.86%
CMYK16.60%0.00%14.98%
3.14%

Color #CEF7D2 in popluar number systems.

HEXCEF7D2
Decimal206247210
Binary110011101111011111010010
Octal316367322

Shades and tints

Shades of #CEF7D2

#CEF7D2
(206,247,210)
#BCE1BF
(188,225,191)
#AACBAC
(170,203,172)
#98B599
(152,181,153)
#869F86
(134,159,134)
#748973
(116,137,115)
#627360
(98,115,96)
#505D4D
(80,93,77)
#3E473A
(62,71,58)
#2C3127
(44,49,39)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #CEF7D2

#CEF7D2
(206,247,210)
#D2F7D6
(210,247,214)
#D6F7DA
(214,247,218)
#DAF7DE
(218,247,222)
#DEF7E2
(222,247,226)
#E2F7E6
(226,247,230)
#E6F7EA
(230,247,234)
#EAF7EE
(234,247,238)
#EEF7F2
(238,247,242)
#F2F7F6
(242,247,246)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF7D2; }

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

This text font color is #CEF7D2.


Background Color

.myBgColor { background-color: #CEF7D2; }

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

This div background color is #CEF7D2.


Border color

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

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

This div border color is #CEF7D2.


Opacity

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

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

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

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

This text has shadow with #CEF7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF7D2 on black background.


Color preview on white background

This text has color #CEF7D2 on white background.



Black color preview on #CEF7D2 background

This text has black color on #CEF7D2 background.


White color preview on #CEF7D2 background

This text has white color on #CEF7D2 background.