COLOR #E3EBD3

HEX: #E3EBD3
RGB: (227,235,211)

Color info

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

RGB color model

#E3EBD3 color RGB value is (227,235,211).

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

RGB channels and saturation

R 227 of 255 = 89%
G 235 of 255 = 92%
B 211 of 255 = 83%

227
235
211

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

Portions of RGB colors in percentages

R + G + B =
227 + 235 + 211 = 673 (100%)
R 227 of 673 ~ 33.73%
G 235 of 673 ~ 34.92%
B 211 of 673 ~ 31.35%

%33.73
%34.92
%31.35

CMYK color model

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

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(3,0,10,8)
C3M0Y10K8 
(3%,0%,10%,8%)
(0.03/0.00/0.10/0.08)	

CMYK percentages

%3.4
%0
%10.21
%7.84

Codes

Color #E3EBD3 in popluar color models

E3EBD3
RGB227235211
HSL80°37.50%87.45%
HSB/HSV80°10.21%92.16%
CMYK3.40%0.00%10.21%
7.84%

Color #E3EBD3 in popluar number systems.

HEXE3EBD3
Decimal227235211
Binary111000111110101111010011
Octal343353323

Shades and tints

Shades of #E3EBD3

#E3EBD3
(227,235,211)
#CFD6C0
(207,214,192)
#BBC1AD
(187,193,173)
#A7AC9A
(167,172,154)
#939787
(147,151,135)
#7F8274
(127,130,116)
#6B6D61
(107,109,97)
#57584E
(87,88,78)
#43433B
(67,67,59)
#2F2E28
(47,46,40)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #E3EBD3

#E3EBD3
(227,235,211)
#E5ECD7
(229,236,215)
#E7EDDB
(231,237,219)
#E9EEDF
(233,238,223)
#EBEFE3
(235,239,227)
#EDF0E7
(237,240,231)
#EFF1EB
(239,241,235)
#F1F2EF
(241,242,239)
#F3F3F3
(243,243,243)
#F5F4F7
(245,244,247)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EBD3; }

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

This text font color is #E3EBD3.


Background Color

.myBgColor { background-color: #E3EBD3; }

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

This div background color is #E3EBD3.


Border color

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

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

This div border color is #E3EBD3.


Opacity

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

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

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

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

This text has shadow with #E3EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EBD3 on black background.


Color preview on white background

This text has color #E3EBD3 on white background.



Black color preview on #E3EBD3 background

This text has black color on #E3EBD3 background.


White color preview on #E3EBD3 background

This text has white color on #E3EBD3 background.