COLOR #E2F8CB

HEX: #E2F8CB
RGB: (226,248,203)

Color info

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

RGB color model

#E2F8CB color RGB value is (226,248,203).

  • red value is 226;
  • green value is 248;
  • blue value is 203.
RGB:
(226,248,203)
(89%,97%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 248 of 255 = 97%
B 203 of 255 = 80%

226
248
203

R + G + B ~ 89%. #E2F8CB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 248 + 203 = 677 (100%)
R 226 of 677 ~ 33.38%
G 248 of 677 ~ 36.63%
B 203 of 677 ~ 29.99%

%33.38
%36.63
%29.99

CMYK color model

#E2F8CB color CMYK value is (9,0,18,3).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(9,0,18,3)
C9M0Y18K3 
(9%,0%,18%,3%)
(0.09/0.00/0.18/0.03)	

CMYK percentages

%8.87
%0
%18.15
%2.75

Codes

Color #E2F8CB in popluar color models

E2F8CB
RGB226248203
HSL89°76.27%88.43%
HSB/HSV89°18.15%97.25%
CMYK8.87%0.00%18.15%
2.75%

Color #E2F8CB in popluar number systems.

HEXE2F8CB
Decimal226248203
Binary111000101111100011001011
Octal342370313

Shades and tints

Shades of #E2F8CB

#E2F8CB
(226,248,203)
#CEE2B9
(206,226,185)
#BACCA7
(186,204,167)
#A6B695
(166,182,149)
#92A083
(146,160,131)
#7E8A71
(126,138,113)
#6A745F
(106,116,95)
#565E4D
(86,94,77)
#42483B
(66,72,59)
#2E3229
(46,50,41)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #E2F8CB

#E2F8CB
(226,248,203)
#E4F8CF
(228,248,207)
#E6F8D3
(230,248,211)
#E8F8D7
(232,248,215)
#EAF8DB
(234,248,219)
#ECF8DF
(236,248,223)
#EEF8E3
(238,248,227)
#F0F8E7
(240,248,231)
#F2F8EB
(242,248,235)
#F4F8EF
(244,248,239)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F8CB color. Also use rgb(226,248,203) instead hex code.

Text Font Color

.myTextColor { color: #E2F8CB; }

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

This text font color is #E2F8CB.


Background Color

.myBgColor { background-color: #E2F8CB; }

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

This div background color is #E2F8CB.


Border color

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

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

This div border color is #E2F8CB.


Opacity

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

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

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

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

This text has shadow with #E2F8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F8CB on black background.


Color preview on white background

This text has color #E2F8CB on white background.



Black color preview on #E2F8CB background

This text has black color on #E2F8CB background.


White color preview on #E2F8CB background

This text has white color on #E2F8CB background.