COLOR #E2F0CB

HEX: #E2F0CB
RGB: (226,240,203)

Color info

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

RGB color model

#E2F0CB color RGB value is (226,240,203).

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

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 203 of 255 = 80%

226
240
203

R + G + B ~ 88%. #E2F0CB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 240 + 203 = 669 (100%)
R 226 of 669 ~ 33.78%
G 240 of 669 ~ 35.87%
B 203 of 669 ~ 30.34%

%33.78
%35.87
%30.34

CMYK color model

#E2F0CB color CMYK value is (6,0,15,6).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(6,0,15,6)
C6M0Y15K6 
(6%,0%,15%,6%)
(0.06/0.00/0.15/0.06)	

CMYK percentages

%5.83
%0
%15.42
%5.88

Codes

Color #E2F0CB in popluar color models

E2F0CB
RGB226240203
HSL83°55.22%86.86%
HSB/HSV83°15.42%94.12%
CMYK5.83%0.00%15.42%
5.88%

Color #E2F0CB in popluar number systems.

HEXE2F0CB
Decimal226240203
Binary111000101111000011001011
Octal342360313

Shades and tints

Shades of #E2F0CB

#E2F0CB
(226,240,203)
#CEDBB9
(206,219,185)
#BAC6A7
(186,198,167)
#A6B195
(166,177,149)
#929C83
(146,156,131)
#7E8771
(126,135,113)
#6A725F
(106,114,95)
#565D4D
(86,93,77)
#42483B
(66,72,59)
#2E3329
(46,51,41)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #E2F0CB

#E2F0CB
(226,240,203)
#E4F1CF
(228,241,207)
#E6F2D3
(230,242,211)
#E8F3D7
(232,243,215)
#EAF4DB
(234,244,219)
#ECF5DF
(236,245,223)
#EEF6E3
(238,246,227)
#F0F7E7
(240,247,231)
#F2F8EB
(242,248,235)
#F4F9EF
(244,249,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0CB; }

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

This text font color is #E2F0CB.


Background Color

.myBgColor { background-color: #E2F0CB; }

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

This div background color is #E2F0CB.


Border color

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

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

This div border color is #E2F0CB.


Opacity

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

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

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

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

This text has shadow with #E2F0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F0CB on black background.


Color preview on white background

This text has color #E2F0CB on white background.



Black color preview on #E2F0CB background

This text has black color on #E2F0CB background.


White color preview on #E2F0CB background

This text has white color on #E2F0CB background.