COLOR #E3EBDE

HEX: #E3EBDE
RGB: (227,235,222)

Color info

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

RGB color model

#E3EBDE color RGB value is (227,235,222).

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

RGB channels and saturation

R 227 of 255 = 89%
G 235 of 255 = 92%
B 222 of 255 = 87%

227
235
222

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

Portions of RGB colors in percentages

R + G + B =
227 + 235 + 222 = 684 (100%)
R 227 of 684 ~ 33.19%
G 235 of 684 ~ 34.36%
B 222 of 684 ~ 32.46%

%33.19
%34.36
%32.46

CMYK color model

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

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • 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
%5.53
%7.84

Codes

Color #E3EBDE in popluar color models

E3EBDE
RGB227235222
HSL97°24.53%89.61%
HSB/HSV97°5.53%92.16%
CMYK3.40%0.00%5.53%
7.84%

Color #E3EBDE in popluar number systems.

HEXE3EBDE
Decimal227235222
Binary111000111110101111011110
Octal343353336

Shades and tints

Shades of #E3EBDE

#E3EBDE
(227,235,222)
#CFD6CA
(207,214,202)
#BBC1B6
(187,193,182)
#A7ACA2
(167,172,162)
#93978E
(147,151,142)
#7F827A
(127,130,122)
#6B6D66
(107,109,102)
#575852
(87,88,82)
#43433E
(67,67,62)
#2F2E2A
(47,46,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3EBDE

#E3EBDE
(227,235,222)
#E5ECE1
(229,236,225)
#E7EDE4
(231,237,228)
#E9EEE7
(233,238,231)
#EBEFEA
(235,239,234)
#EDF0ED
(237,240,237)
#EFF1F0
(239,241,240)
#F1F2F3
(241,242,243)
#F3F3F6
(243,243,246)
#F5F4F9
(245,244,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EBDE; }

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

This text font color is #E3EBDE.


Background Color

.myBgColor { background-color: #E3EBDE; }

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

This div background color is #E3EBDE.


Border color

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

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

This div border color is #E3EBDE.


Opacity

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

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

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

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

This text has shadow with #E3EBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EBDE on black background.


Color preview on white background

This text has color #E3EBDE on white background.



Black color preview on #E3EBDE background

This text has black color on #E3EBDE background.


White color preview on #E3EBDE background

This text has white color on #E3EBDE background.