COLOR #E4EBBA

HEX: #E4EBBA
RGB: (228,235,186)

Color info

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

RGB color model

#E4EBBA color RGB value is (228,235,186).

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

RGB channels and saturation

R 228 of 255 = 89%
G 235 of 255 = 92%
B 186 of 255 = 73%

228
235
186

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

Portions of RGB colors in percentages

R + G + B =
228 + 235 + 186 = 649 (100%)
R 228 of 649 ~ 35.13%
G 235 of 649 ~ 36.21%
B 186 of 649 ~ 28.66%

%35.13
%36.21
%28.66

CMYK color model

#E4EBBA color CMYK value is (3,0,21,8).

  • cyan value is 2.98%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(3,0,21,8)
C3M0Y21K8 
(3%,0%,21%,8%)
(0.03/0.00/0.21/0.08)	

CMYK percentages

%2.98
%0
%20.85
%7.84

Codes

Color #E4EBBA in popluar color models

E4EBBA
RGB228235186
HSL69°55.06%82.55%
HSB/HSV69°20.85%92.16%
CMYK2.98%0.00%20.85%
7.84%

Color #E4EBBA in popluar number systems.

HEXE4EBBA
Decimal228235186
Binary111001001110101110111010
Octal344353272

Shades and tints

Shades of #E4EBBA

#E4EBBA
(228,235,186)
#D0D6AA
(208,214,170)
#BCC19A
(188,193,154)
#A8AC8A
(168,172,138)
#94977A
(148,151,122)
#80826A
(128,130,106)
#6C6D5A
(108,109,90)
#58584A
(88,88,74)
#44433A
(68,67,58)
#302E2A
(48,46,42)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #E4EBBA

#E4EBBA
(228,235,186)
#E6ECC0
(230,236,192)
#E8EDC6
(232,237,198)
#EAEECC
(234,238,204)
#ECEFD2
(236,239,210)
#EEF0D8
(238,240,216)
#F0F1DE
(240,241,222)
#F2F2E4
(242,242,228)
#F4F3EA
(244,243,234)
#F6F4F0
(246,244,240)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EBBA; }

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

This text font color is #E4EBBA.


Background Color

.myBgColor { background-color: #E4EBBA; }

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

This div background color is #E4EBBA.


Border color

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

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

This div border color is #E4EBBA.


Opacity

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

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

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

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

This text has shadow with #E4EBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EBBA on black background.


Color preview on white background

This text has color #E4EBBA on white background.



Black color preview on #E4EBBA background

This text has black color on #E4EBBA background.


White color preview on #E4EBBA background

This text has white color on #E4EBBA background.