COLOR #E3DBE2

HEX: #E3DBE2
RGB: (227,219,226)

Color info

#E3DBE2 contains red, green and blue colors in about the same proportion. Web safe color of #E3DBE2 is #CCCCCC (or #CCC).

RGB color model

#E3DBE2 color RGB value is (227,219,226).

  • red value is 227;
  • green value is 219;
  • blue value is 226.
RGB:
(227,219,226)
(89%,86%,89%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 226 of 255 = 89%

227
219
226

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

Portions of RGB colors in percentages

R + G + B =
227 + 219 + 226 = 672 (100%)
R 227 of 672 ~ 33.78%
G 219 of 672 ~ 32.59%
B 226 of 672 ~ 33.63%

%33.78
%32.59
%33.63

CMYK color model

#E3DBE2 color CMYK value is (0,4,0,11).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 0.44%
  • key color value is 10.98%
CMYK:
(0,4,0,11)
C0M4Y0K11 
(0%,4%,0%,11%)
(0.00/0.04/0.00/0.11)	

CMYK percentages

%0
%3.52
%0.44
%10.98

Codes

Color #E3DBE2 in popluar color models

E3DBE2
RGB227219226
HSL308°12.50%87.45%
HSB/HSV308°3.52%89.02%
CMYK0.00%3.52%0.44%
10.98%

Color #E3DBE2 in popluar number systems.

HEXE3DBE2
Decimal227219226
Binary111000111101101111100010
Octal343333342

Shades and tints

Shades of #E3DBE2

#E3DBE2
(227,219,226)
#CFC8CE
(207,200,206)
#BBB5BA
(187,181,186)
#A7A2A6
(167,162,166)
#938F92
(147,143,146)
#7F7C7E
(127,124,126)
#6B696A
(107,105,106)
#575656
(87,86,86)
#434342
(67,67,66)
#2F302E
(47,48,46)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #E3DBE2

#E3DBE2
(227,219,226)
#E5DEE4
(229,222,228)
#E7E1E6
(231,225,230)
#E9E4E8
(233,228,232)
#EBE7EA
(235,231,234)
#EDEAEC
(237,234,236)
#EFEDEE
(239,237,238)
#F1F0F0
(241,240,240)
#F3F3F2
(243,243,242)
#F5F6F4
(245,246,244)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DBE2 color. Also use rgb(227,219,226) instead hex code.

Text Font Color

.myTextColor { color: #E3DBE2; }

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

This text font color is #E3DBE2.


Background Color

.myBgColor { background-color: #E3DBE2; }

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

This div background color is #E3DBE2.


Border color

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

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

This div border color is #E3DBE2.


Opacity

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

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

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

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

This text has shadow with #E3DBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DBE2 on black background.


Color preview on white background

This text has color #E3DBE2 on white background.



Black color preview on #E3DBE2 background

This text has black color on #E3DBE2 background.


White color preview on #E3DBE2 background

This text has white color on #E3DBE2 background.