COLOR #E3EBD5

HEX: #E3EBD5
RGB: (227,235,213)

Color info

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

RGB color model

#E3EBD5 color RGB value is (227,235,213).

  • red value is 227;
  • green value is 235;
  • blue value is 213.
RGB:
(227,235,213)
(89%,92%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 235 of 255 = 92%
B 213 of 255 = 84%

227
235
213

R + G + B ~ 88%. #E3EBD5 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 235 + 213 = 675 (100%)
R 227 of 675 ~ 33.63%
G 235 of 675 ~ 34.81%
B 213 of 675 ~ 31.56%

%33.63
%34.81
%31.56

CMYK color model

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

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(3,0,9,8)
C3M0Y9K8 
(3%,0%,9%,8%)
(0.03/0.00/0.09/0.08)	

CMYK percentages

%3.4
%0
%9.36
%7.84

Codes

Color #E3EBD5 in popluar color models

E3EBD5
RGB227235213
HSL82°35.48%87.84%
HSB/HSV82°9.36%92.16%
CMYK3.40%0.00%9.36%
7.84%

Color #E3EBD5 in popluar number systems.

HEXE3EBD5
Decimal227235213
Binary111000111110101111010101
Octal343353325

Shades and tints

Shades of #E3EBD5

#E3EBD5
(227,235,213)
#CFD6C2
(207,214,194)
#BBC1AF
(187,193,175)
#A7AC9C
(167,172,156)
#939789
(147,151,137)
#7F8276
(127,130,118)
#6B6D63
(107,109,99)
#575850
(87,88,80)
#43433D
(67,67,61)
#2F2E2A
(47,46,42)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3EBD5

#E3EBD5
(227,235,213)
#E5ECD8
(229,236,216)
#E7EDDB
(231,237,219)
#E9EEDE
(233,238,222)
#EBEFE1
(235,239,225)
#EDF0E4
(237,240,228)
#EFF1E7
(239,241,231)
#F1F2EA
(241,242,234)
#F3F3ED
(243,243,237)
#F5F4F0
(245,244,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EBD5 color. Also use rgb(227,235,213) instead hex code.

Text Font Color

.myTextColor { color: #E3EBD5; }

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

This text font color is #E3EBD5.


Background Color

.myBgColor { background-color: #E3EBD5; }

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

This div background color is #E3EBD5.


Border color

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

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

This div border color is #E3EBD5.


Opacity

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

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

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

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

This text has shadow with #E3EBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EBD5 on black background.


Color preview on white background

This text has color #E3EBD5 on white background.



Black color preview on #E3EBD5 background

This text has black color on #E3EBD5 background.


White color preview on #E3EBD5 background

This text has white color on #E3EBD5 background.