COLOR #E3EBDC

HEX: #E3EBDC
RGB: (227,235,220)

Color info

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

RGB color model

#E3EBDC color RGB value is (227,235,220).

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

RGB channels and saturation

R 227 of 255 = 89%
G 235 of 255 = 92%
B 220 of 255 = 86%

227
235
220

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

Portions of RGB colors in percentages

R + G + B =
227 + 235 + 220 = 682 (100%)
R 227 of 682 ~ 33.28%
G 235 of 682 ~ 34.46%
B 220 of 682 ~ 32.26%

%33.28
%34.46
%32.26

CMYK color model

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

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(3,0,6,8)
C3M0Y6K8 
(3%,0%,6%,8%)
(0.03/0.00/0.06/0.08)	

CMYK percentages

%3.4
%0
%6.38
%7.84

Codes

Color #E3EBDC in popluar color models

E3EBDC
RGB227235220
HSL92°27.27%89.22%
HSB/HSV92°6.38%92.16%
CMYK3.40%0.00%6.38%
7.84%

Color #E3EBDC in popluar number systems.

HEXE3EBDC
Decimal227235220
Binary111000111110101111011100
Octal343353334

Shades and tints

Shades of #E3EBDC

#E3EBDC
(227,235,220)
#CFD6C8
(207,214,200)
#BBC1B4
(187,193,180)
#A7ACA0
(167,172,160)
#93978C
(147,151,140)
#7F8278
(127,130,120)
#6B6D64
(107,109,100)
#575850
(87,88,80)
#43433C
(67,67,60)
#2F2E28
(47,46,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #E3EBDC

#E3EBDC
(227,235,220)
#E5ECDF
(229,236,223)
#E7EDE2
(231,237,226)
#E9EEE5
(233,238,229)
#EBEFE8
(235,239,232)
#EDF0EB
(237,240,235)
#EFF1EE
(239,241,238)
#F1F2F1
(241,242,241)
#F3F3F4
(243,243,244)
#F5F4F7
(245,244,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EBDC; }

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

This text font color is #E3EBDC.


Background Color

.myBgColor { background-color: #E3EBDC; }

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

This div background color is #E3EBDC.


Border color

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

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

This div border color is #E3EBDC.


Opacity

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

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

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

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

This text has shadow with #E3EBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EBDC on black background.


Color preview on white background

This text has color #E3EBDC on white background.



Black color preview on #E3EBDC background

This text has black color on #E3EBDC background.


White color preview on #E3EBDC background

This text has white color on #E3EBDC background.