COLOR #E4F2CD

HEX: #E4F2CD
RGB: (228,242,205)

Color info

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

RGB color model

#E4F2CD color RGB value is (228,242,205).

  • red value is 228;
  • green value is 242;
  • blue value is 205.
RGB:
(228,242,205)
(89%,95%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 242 of 255 = 95%
B 205 of 255 = 80%

228
242
205

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

Portions of RGB colors in percentages

R + G + B =
228 + 242 + 205 = 675 (100%)
R 228 of 675 ~ 33.78%
G 242 of 675 ~ 35.85%
B 205 of 675 ~ 30.37%

%33.78
%35.85
%30.37

CMYK color model

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

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(6,0,15,5)
C6M0Y15K5 
(6%,0%,15%,5%)
(0.06/0.00/0.15/0.05)	

CMYK percentages

%5.79
%0
%15.29
%5.1

Codes

Color #E4F2CD in popluar color models

E4F2CD
RGB228242205
HSL83°58.73%87.65%
HSB/HSV83°15.29%94.90%
CMYK5.79%0.00%15.29%
5.10%

Color #E4F2CD in popluar number systems.

HEXE4F2CD
Decimal228242205
Binary111001001111001011001101
Octal344362315

Shades and tints

Shades of #E4F2CD

#E4F2CD
(228,242,205)
#D0DCBB
(208,220,187)
#BCC6A9
(188,198,169)
#A8B097
(168,176,151)
#949A85
(148,154,133)
#808473
(128,132,115)
#6C6E61
(108,110,97)
#58584F
(88,88,79)
#44423D
(68,66,61)
#302C2B
(48,44,43)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #E4F2CD

#E4F2CD
(228,242,205)
#E6F3D1
(230,243,209)
#E8F4D5
(232,244,213)
#EAF5D9
(234,245,217)
#ECF6DD
(236,246,221)
#EEF7E1
(238,247,225)
#F0F8E5
(240,248,229)
#F2F9E9
(242,249,233)
#F4FAED
(244,250,237)
#F6FBF1
(246,251,241)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F2CD color. Also use rgb(228,242,205) instead hex code.

Text Font Color

.myTextColor { color: #E4F2CD; }

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

This text font color is #E4F2CD.


Background Color

.myBgColor { background-color: #E4F2CD; }

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

This div background color is #E4F2CD.


Border color

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

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

This div border color is #E4F2CD.


Opacity

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

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

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

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

This text has shadow with #E4F2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F2CD on black background.


Color preview on white background

This text has color #E4F2CD on white background.



Black color preview on #E4F2CD background

This text has black color on #E4F2CD background.


White color preview on #E4F2CD background

This text has white color on #E4F2CD background.