COLOR #E4EDB6

HEX: #E4EDB6
RGB: (228,237,182)

Color info

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

RGB color model

#E4EDB6 color RGB value is (228,237,182).

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

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 182 of 255 = 71%

228
237
182

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

Portions of RGB colors in percentages

R + G + B =
228 + 237 + 182 = 647 (100%)
R 228 of 647 ~ 35.24%
G 237 of 647 ~ 36.63%
B 182 of 647 ~ 28.13%

%35.24
%36.63
%28.13

CMYK color model

#E4EDB6 color CMYK value is (4,0,23,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(4,0,23,7)
C4M0Y23K7 
(4%,0%,23%,7%)
(0.04/0.00/0.23/0.07)	

CMYK percentages

%3.8
%0
%23.21
%7.06

Codes

Color #E4EDB6 in popluar color models

E4EDB6
RGB228237182
HSL70°60.44%82.16%
HSB/HSV70°23.21%92.94%
CMYK3.80%0.00%23.21%
7.06%

Color #E4EDB6 in popluar number systems.

HEXE4EDB6
Decimal228237182
Binary111001001110110110110110
Octal344355266

Shades and tints

Shades of #E4EDB6

#E4EDB6
(228,237,182)
#D0D8A6
(208,216,166)
#BCC396
(188,195,150)
#A8AE86
(168,174,134)
#949976
(148,153,118)
#808466
(128,132,102)
#6C6F56
(108,111,86)
#585A46
(88,90,70)
#444536
(68,69,54)
#303026
(48,48,38)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #E4EDB6

#E4EDB6
(228,237,182)
#E6EEBC
(230,238,188)
#E8EFC2
(232,239,194)
#EAF0C8
(234,240,200)
#ECF1CE
(236,241,206)
#EEF2D4
(238,242,212)
#F0F3DA
(240,243,218)
#F2F4E0
(242,244,224)
#F4F5E6
(244,245,230)
#F6F6EC
(246,246,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDB6; }

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

This text font color is #E4EDB6.


Background Color

.myBgColor { background-color: #E4EDB6; }

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

This div background color is #E4EDB6.


Border color

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

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

This div border color is #E4EDB6.


Opacity

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

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

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

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

This text has shadow with #E4EDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EDB6 on black background.


Color preview on white background

This text has color #E4EDB6 on white background.



Black color preview on #E4EDB6 background

This text has black color on #E4EDB6 background.


White color preview on #E4EDB6 background

This text has white color on #E4EDB6 background.