COLOR #CEF8D2

HEX: #CEF8D2
RGB: (206,248,210)

Color info

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

RGB color model

#CEF8D2 color RGB value is (206,248,210).

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

RGB channels and saturation

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

206
248
210

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

Portions of RGB colors in percentages

R + G + B =
206 + 248 + 210 = 664 (100%)
R 206 of 664 ~ 31.02%
G 248 of 664 ~ 37.35%
B 210 of 664 ~ 31.63%

%31.02
%37.35
%31.63

CMYK color model

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

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

CMYK percentages

%16.94
%0
%15.32
%2.75

Codes

Color #CEF8D2 in popluar color models

CEF8D2
RGB206248210
HSL126°75.00%89.02%
HSB/HSV126°16.94%97.25%
CMYK16.94%0.00%15.32%
2.75%

Color #CEF8D2 in popluar number systems.

HEXCEF8D2
Decimal206248210
Binary110011101111100011010010
Octal316370322

Shades and tints

Shades of #CEF8D2

#CEF8D2
(206,248,210)
#BCE2BF
(188,226,191)
#AACCAC
(170,204,172)
#98B699
(152,182,153)
#86A086
(134,160,134)
#748A73
(116,138,115)
#627460
(98,116,96)
#505E4D
(80,94,77)
#3E483A
(62,72,58)
#2C3227
(44,50,39)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #CEF8D2

#CEF8D2
(206,248,210)
#D2F8D6
(210,248,214)
#D6F8DA
(214,248,218)
#DAF8DE
(218,248,222)
#DEF8E2
(222,248,226)
#E2F8E6
(226,248,230)
#E6F8EA
(230,248,234)
#EAF8EE
(234,248,238)
#EEF8F2
(238,248,242)
#F2F8F6
(242,248,246)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF8D2; }

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

This text font color is #CEF8D2.


Background Color

.myBgColor { background-color: #CEF8D2; }

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

This div background color is #CEF8D2.


Border color

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

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

This div border color is #CEF8D2.


Opacity

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

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

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

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

This text has shadow with #CEF8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF8D2 on black background.


Color preview on white background

This text has color #CEF8D2 on white background.



Black color preview on #CEF8D2 background

This text has black color on #CEF8D2 background.


White color preview on #CEF8D2 background

This text has white color on #CEF8D2 background.