COLOR #CEF4CA

HEX: #CEF4CA
RGB: (206,244,202)

Color info

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

RGB color model

#CEF4CA color RGB value is (206,244,202).

  • red value is 206;
  • green value is 244;
  • blue value is 202.
RGB:
(206,244,202)
(81%,96%,79%)

RGB channels and saturation

R 206 of 255 = 81%
G 244 of 255 = 96%
B 202 of 255 = 79%

206
244
202

R + G + B ~ 85%. #CEF4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 244 + 202 = 652 (100%)
R 206 of 652 ~ 31.6%
G 244 of 652 ~ 37.42%
B 202 of 652 ~ 30.98%

%31.6
%37.42
%30.98

CMYK color model

#CEF4CA color CMYK value is (16,0,17,4).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK:
(16,0,17,4)
C16M0Y17K4 
(16%,0%,17%,4%)
(0.16/0.00/0.17/0.04)	

CMYK percentages

%15.57
%0
%17.21
%4.31

Codes

Color #CEF4CA in popluar color models

CEF4CA
RGB206244202
HSL114°65.63%87.45%
HSB/HSV114°17.21%95.69%
CMYK15.57%0.00%17.21%
4.31%

Color #CEF4CA in popluar number systems.

HEXCEF4CA
Decimal206244202
Binary110011101111010011001010
Octal316364312

Shades and tints

Shades of #CEF4CA

#CEF4CA
(206,244,202)
#BCDEB8
(188,222,184)
#AAC8A6
(170,200,166)
#98B294
(152,178,148)
#869C82
(134,156,130)
#748670
(116,134,112)
#62705E
(98,112,94)
#505A4C
(80,90,76)
#3E443A
(62,68,58)
#2C2E28
(44,46,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #CEF4CA

#CEF4CA
(206,244,202)
#D2F5CE
(210,245,206)
#D6F6D2
(214,246,210)
#DAF7D6
(218,247,214)
#DEF8DA
(222,248,218)
#E2F9DE
(226,249,222)
#E6FAE2
(230,250,226)
#EAFBE6
(234,251,230)
#EEFCEA
(238,252,234)
#F2FDEE
(242,253,238)
#F6FEF2
(246,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF4CA color. Also use rgb(206,244,202) instead hex code.

Text Font Color

.myTextColor { color: #CEF4CA; }

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

This text font color is #CEF4CA.


Background Color

.myBgColor { background-color: #CEF4CA; }

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

This div background color is #CEF4CA.


Border color

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

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

This div border color is #CEF4CA.


Opacity

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

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

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

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

This text has shadow with #CEF4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF4CA on black background.


Color preview on white background

This text has color #CEF4CA on white background.



Black color preview on #CEF4CA background

This text has black color on #CEF4CA background.


White color preview on #CEF4CA background

This text has white color on #CEF4CA background.