COLOR #E4EBD8

HEX: #E4EBD8
RGB: (228,235,216)

Color info

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

RGB color model

#E4EBD8 color RGB value is (228,235,216).

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

RGB channels and saturation

R 228 of 255 = 89%
G 235 of 255 = 92%
B 216 of 255 = 85%

228
235
216

R + G + B ~ 89%. #E4EBD8 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 235 + 216 = 679 (100%)
R 228 of 679 ~ 33.58%
G 235 of 679 ~ 34.61%
B 216 of 679 ~ 31.81%

%33.58
%34.61
%31.81

CMYK color model

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

  • cyan value is 2.98%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(3,0,8,8)
C3M0Y8K8 
(3%,0%,8%,8%)
(0.03/0.00/0.08/0.08)	

CMYK percentages

%2.98
%0
%8.09
%7.84

Codes

Color #E4EBD8 in popluar color models

E4EBD8
RGB228235216
HSL82°32.20%88.43%
HSB/HSV82°8.09%92.16%
CMYK2.98%0.00%8.09%
7.84%

Color #E4EBD8 in popluar number systems.

HEXE4EBD8
Decimal228235216
Binary111001001110101111011000
Octal344353330

Shades and tints

Shades of #E4EBD8

#E4EBD8
(228,235,216)
#D0D6C5
(208,214,197)
#BCC1B2
(188,193,178)
#A8AC9F
(168,172,159)
#94978C
(148,151,140)
#808279
(128,130,121)
#6C6D66
(108,109,102)
#585853
(88,88,83)
#444340
(68,67,64)
#302E2D
(48,46,45)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #E4EBD8

#E4EBD8
(228,235,216)
#E6ECDB
(230,236,219)
#E8EDDE
(232,237,222)
#EAEEE1
(234,238,225)
#ECEFE4
(236,239,228)
#EEF0E7
(238,240,231)
#F0F1EA
(240,241,234)
#F2F2ED
(242,242,237)
#F4F3F0
(244,243,240)
#F6F4F3
(246,244,243)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EBD8; }

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

This text font color is #E4EBD8.


Background Color

.myBgColor { background-color: #E4EBD8; }

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

This div background color is #E4EBD8.


Border color

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

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

This div border color is #E4EBD8.


Opacity

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

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

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

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

This text has shadow with #E4EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EBD8 on black background.


Color preview on white background

This text has color #E4EBD8 on white background.



Black color preview on #E4EBD8 background

This text has black color on #E4EBD8 background.


White color preview on #E4EBD8 background

This text has white color on #E4EBD8 background.