COLOR #E4EDB2

HEX: #E4EDB2
RGB: (228,237,178)

Color info

#E4EDB2 contains red, green and blue colors in about the same proportion. Web safe color of #E4EDB2 is #CCFF99 (or #CF9).

RGB color model

#E4EDB2 color RGB value is (228,237,178).

  • red value is 228;
  • green value is 237;
  • blue value is 178.
RGB:
(228,237,178)
(89%,93%,70%)

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 178 of 255 = 70%

228
237
178

R + G + B ~ 84%. #E4EDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 237 + 178 = 643 (100%)
R 228 of 643 ~ 35.46%
G 237 of 643 ~ 36.86%
B 178 of 643 ~ 27.68%

%35.46
%36.86
%27.68

CMYK color model

#E4EDB2 color CMYK value is (4,0,25,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(4,0,25,7)
C4M0Y25K7 
(4%,0%,25%,7%)
(0.04/0.00/0.25/0.07)	

CMYK percentages

%3.8
%0
%24.89
%7.06

Codes

Color #E4EDB2 in popluar color models

E4EDB2
RGB228237178
HSL69°62.11%81.37%
HSB/HSV69°24.89%92.94%
CMYK3.80%0.00%24.89%
7.06%

Color #E4EDB2 in popluar number systems.

HEXE4EDB2
Decimal228237178
Binary111001001110110110110010
Octal344355262

Shades and tints

Shades of #E4EDB2

#E4EDB2
(228,237,178)
#D0D8A2
(208,216,162)
#BCC392
(188,195,146)
#A8AE82
(168,174,130)
#949972
(148,153,114)
#808462
(128,132,98)
#6C6F52
(108,111,82)
#585A42
(88,90,66)
#444532
(68,69,50)
#303022
(48,48,34)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #E4EDB2

#E4EDB2
(228,237,178)
#E6EEB9
(230,238,185)
#E8EFC0
(232,239,192)
#EAF0C7
(234,240,199)
#ECF1CE
(236,241,206)
#EEF2D5
(238,242,213)
#F0F3DC
(240,243,220)
#F2F4E3
(242,244,227)
#F4F5EA
(244,245,234)
#F6F6F1
(246,246,241)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EDB2 color. Also use rgb(228,237,178) instead hex code.

Text Font Color

.myTextColor { color: #E4EDB2; }

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

This text font color is #E4EDB2.


Background Color

.myBgColor { background-color: #E4EDB2; }

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

This div background color is #E4EDB2.


Border color

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

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

This div border color is #E4EDB2.


Opacity

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

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

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

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

This text has shadow with #E4EDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EDB2 on black background.


Color preview on white background

This text has color #E4EDB2 on white background.



Black color preview on #E4EDB2 background

This text has black color on #E4EDB2 background.


White color preview on #E4EDB2 background

This text has white color on #E4EDB2 background.