COLOR #CEF5D2

HEX: #CEF5D2
RGB: (206,245,210)

Color info

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

RGB color model

#CEF5D2 color RGB value is (206,245,210).

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

RGB channels and saturation

R 206 of 255 = 81%
G 245 of 255 = 96%
B 210 of 255 = 82%

206
245
210

R + G + B ~ 86%. #CEF5D2 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 245 + 210 = 661 (100%)
R 206 of 661 ~ 31.16%
G 245 of 661 ~ 37.07%
B 210 of 661 ~ 31.77%

%31.16
%37.07
%31.77

CMYK color model

#CEF5D2 color CMYK value is (16,0,14,4).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 3.92%
CMYK:
(16,0,14,4)
C16M0Y14K4 
(16%,0%,14%,4%)
(0.16/0.00/0.14/0.04)	

CMYK percentages

%15.92
%0
%14.29
%3.92

Codes

Color #CEF5D2 in popluar color models

CEF5D2
RGB206245210
HSL126°66.10%88.43%
HSB/HSV126°15.92%96.08%
CMYK15.92%0.00%14.29%
3.92%

Color #CEF5D2 in popluar number systems.

HEXCEF5D2
Decimal206245210
Binary110011101111010111010010
Octal316365322

Shades and tints

Shades of #CEF5D2

#CEF5D2
(206,245,210)
#BCDFBF
(188,223,191)
#AAC9AC
(170,201,172)
#98B399
(152,179,153)
#869D86
(134,157,134)
#748773
(116,135,115)
#627160
(98,113,96)
#505B4D
(80,91,77)
#3E453A
(62,69,58)
#2C2F27
(44,47,39)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #CEF5D2

#CEF5D2
(206,245,210)
#D2F5D6
(210,245,214)
#D6F5DA
(214,245,218)
#DAF5DE
(218,245,222)
#DEF5E2
(222,245,226)
#E2F5E6
(226,245,230)
#E6F5EA
(230,245,234)
#EAF5EE
(234,245,238)
#EEF5F2
(238,245,242)
#F2F5F6
(242,245,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF5D2; }

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

This text font color is #CEF5D2.


Background Color

.myBgColor { background-color: #CEF5D2; }

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

This div background color is #CEF5D2.


Border color

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

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

This div border color is #CEF5D2.


Opacity

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

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

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

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

This text has shadow with #CEF5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF5D2 on black background.


Color preview on white background

This text has color #CEF5D2 on white background.



Black color preview on #CEF5D2 background

This text has black color on #CEF5D2 background.


White color preview on #CEF5D2 background

This text has white color on #CEF5D2 background.