COLOR #E2F0CF

HEX: #E2F0CF
RGB: (226,240,207)

Color info

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

RGB color model

#E2F0CF color RGB value is (226,240,207).

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

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 207 of 255 = 81%

226
240
207

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

Portions of RGB colors in percentages

R + G + B =
226 + 240 + 207 = 673 (100%)
R 226 of 673 ~ 33.58%
G 240 of 673 ~ 35.66%
B 207 of 673 ~ 30.76%

%33.58
%35.66
%30.76

CMYK color model

#E2F0CF color CMYK value is (6,0,14,6).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(6,0,14,6)
C6M0Y14K6 
(6%,0%,14%,6%)
(0.06/0.00/0.14/0.06)	

CMYK percentages

%5.83
%0
%13.75
%5.88

Codes

Color #E2F0CF in popluar color models

E2F0CF
RGB226240207
HSL85°52.38%87.65%
HSB/HSV85°13.75%94.12%
CMYK5.83%0.00%13.75%
5.88%

Color #E2F0CF in popluar number systems.

HEXE2F0CF
Decimal226240207
Binary111000101111000011001111
Octal342360317

Shades and tints

Shades of #E2F0CF

#E2F0CF
(226,240,207)
#CEDBBD
(206,219,189)
#BAC6AB
(186,198,171)
#A6B199
(166,177,153)
#929C87
(146,156,135)
#7E8775
(126,135,117)
#6A7263
(106,114,99)
#565D51
(86,93,81)
#42483F
(66,72,63)
#2E332D
(46,51,45)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #E2F0CF

#E2F0CF
(226,240,207)
#E4F1D3
(228,241,211)
#E6F2D7
(230,242,215)
#E8F3DB
(232,243,219)
#EAF4DF
(234,244,223)
#ECF5E3
(236,245,227)
#EEF6E7
(238,246,231)
#F0F7EB
(240,247,235)
#F2F8EF
(242,248,239)
#F4F9F3
(244,249,243)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0CF; }

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

This text font color is #E2F0CF.


Background Color

.myBgColor { background-color: #E2F0CF; }

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

This div background color is #E2F0CF.


Border color

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

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

This div border color is #E2F0CF.


Opacity

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

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

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

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

This text has shadow with #E2F0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F0CF on black background.


Color preview on white background

This text has color #E2F0CF on white background.



Black color preview on #E2F0CF background

This text has black color on #E2F0CF background.


White color preview on #E2F0CF background

This text has white color on #E2F0CF background.