COLOR #E4EDBA

HEX: #E4EDBA
RGB: (228,237,186)

Color info

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

RGB color model

#E4EDBA color RGB value is (228,237,186).

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

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 186 of 255 = 73%

228
237
186

R + G + B ~ 85%. #E4EDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 237 + 186 = 651 (100%)
R 228 of 651 ~ 35.02%
G 237 of 651 ~ 36.41%
B 186 of 651 ~ 28.57%

%35.02
%36.41
%28.57

CMYK color model

#E4EDBA color CMYK value is (4,0,22,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 7.06%
CMYK:
(4,0,22,7)
C4M0Y22K7 
(4%,0%,22%,7%)
(0.04/0.00/0.22/0.07)	

CMYK percentages

%3.8
%0
%21.52
%7.06

Codes

Color #E4EDBA in popluar color models

E4EDBA
RGB228237186
HSL71°58.62%82.94%
HSB/HSV71°21.52%92.94%
CMYK3.80%0.00%21.52%
7.06%

Color #E4EDBA in popluar number systems.

HEXE4EDBA
Decimal228237186
Binary111001001110110110111010
Octal344355272

Shades and tints

Shades of #E4EDBA

#E4EDBA
(228,237,186)
#D0D8AA
(208,216,170)
#BCC39A
(188,195,154)
#A8AE8A
(168,174,138)
#94997A
(148,153,122)
#80846A
(128,132,106)
#6C6F5A
(108,111,90)
#585A4A
(88,90,74)
#44453A
(68,69,58)
#30302A
(48,48,42)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #E4EDBA

#E4EDBA
(228,237,186)
#E6EEC0
(230,238,192)
#E8EFC6
(232,239,198)
#EAF0CC
(234,240,204)
#ECF1D2
(236,241,210)
#EEF2D8
(238,242,216)
#F0F3DE
(240,243,222)
#F2F4E4
(242,244,228)
#F4F5EA
(244,245,234)
#F6F6F0
(246,246,240)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDBA; }

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

This text font color is #E4EDBA.


Background Color

.myBgColor { background-color: #E4EDBA; }

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

This div background color is #E4EDBA.


Border color

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

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

This div border color is #E4EDBA.


Opacity

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

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

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

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

This text has shadow with #E4EDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EDBA on black background.


Color preview on white background

This text has color #E4EDBA on white background.



Black color preview on #E4EDBA background

This text has black color on #E4EDBA background.


White color preview on #E4EDBA background

This text has white color on #E4EDBA background.