COLOR #CEF2B2

HEX: #CEF2B2
RGB: (206,242,178)

Color info

#CEF2B2 contains mainly red and green colors. Web safe color of #CEF2B2 is #CCFF99 (or #CF9).

RGB color model

#CEF2B2 color RGB value is (206,242,178).

  • red value is 206;
  • green value is 242;
  • blue value is 178.
RGB:
(206,242,178)
(81%,95%,70%)

RGB channels and saturation

R 206 of 255 = 81%
G 242 of 255 = 95%
B 178 of 255 = 70%

206
242
178

R + G + B ~ 82%. #CEF2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 242 + 178 = 626 (100%)
R 206 of 626 ~ 32.91%
G 242 of 626 ~ 38.66%
B 178 of 626 ~ 28.43%

%32.91
%38.66
%28.43

CMYK color model

#CEF2B2 color CMYK value is (15,0,26,5).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 26.45%
  • key color value is 5.10%
CMYK:
(15,0,26,5)
C15M0Y26K5 
(15%,0%,26%,5%)
(0.15/0.00/0.26/0.05)	

CMYK percentages

%14.88
%0
%26.45
%5.1

Codes

Color #CEF2B2 in popluar color models

CEF2B2
RGB206242178
HSL94°71.11%82.35%
HSB/HSV94°26.45%94.90%
CMYK14.88%0.00%26.45%
5.10%

Color #CEF2B2 in popluar number systems.

HEXCEF2B2
Decimal206242178
Binary110011101111001010110010
Octal316362262

Shades and tints

Shades of #CEF2B2

#CEF2B2
(206,242,178)
#BCDCA2
(188,220,162)
#AAC692
(170,198,146)
#98B082
(152,176,130)
#869A72
(134,154,114)
#748462
(116,132,98)
#626E52
(98,110,82)
#505842
(80,88,66)
#3E4232
(62,66,50)
#2C2C22
(44,44,34)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #CEF2B2

#CEF2B2
(206,242,178)
#D2F3B9
(210,243,185)
#D6F4C0
(214,244,192)
#DAF5C7
(218,245,199)
#DEF6CE
(222,246,206)
#E2F7D5
(226,247,213)
#E6F8DC
(230,248,220)
#EAF9E3
(234,249,227)
#EEFAEA
(238,250,234)
#F2FBF1
(242,251,241)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF2B2 color. Also use rgb(206,242,178) instead hex code.

Text Font Color

.myTextColor { color: #CEF2B2; }

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

This text font color is #CEF2B2.


Background Color

.myBgColor { background-color: #CEF2B2; }

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

This div background color is #CEF2B2.


Border color

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

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

This div border color is #CEF2B2.


Opacity

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

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

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

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

This text has shadow with #CEF2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF2B2 on black background.


Color preview on white background

This text has color #CEF2B2 on white background.



Black color preview on #CEF2B2 background

This text has black color on #CEF2B2 background.


White color preview on #CEF2B2 background

This text has white color on #CEF2B2 background.