COLOR #E2DBDF

HEX: #E2DBDF
RGB: (226,219,223)

Color info

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

RGB color model

#E2DBDF color RGB value is (226,219,223).

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

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 223 of 255 = 87%

226
219
223

R + G + B ~ 87%. #E2DBDF is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 223 = 668 (100%)
R 226 of 668 ~ 33.83%
G 219 of 668 ~ 32.78%
B 223 of 668 ~ 33.38%

%33.83
%32.78
%33.38

CMYK color model

#E2DBDF color CMYK value is (0,3,1,11).

  • cyan value is 0.00%
  • magenta value is 3.10%
  • yellow value is 1.33%
  • key color value is 11.37%
CMYK:
(0,3,1,11)
C0M3Y1K11 
(0%,3%,1%,11%)
(0.00/0.03/0.01/0.11)	

CMYK percentages

%0
%3.1
%1.33
%11.37

Codes

Color #E2DBDF in popluar color models

E2DBDF
RGB226219223
HSL326°10.77%87.25%
HSB/HSV326°3.10%88.63%
CMYK0.00%3.10%1.33%
11.37%

Color #E2DBDF in popluar number systems.

HEXE2DBDF
Decimal226219223
Binary111000101101101111011111
Octal342333337

Shades and tints

Shades of #E2DBDF

#E2DBDF
(226,219,223)
#CEC8CB
(206,200,203)
#BAB5B7
(186,181,183)
#A6A2A3
(166,162,163)
#928F8F
(146,143,143)
#7E7C7B
(126,124,123)
#6A6967
(106,105,103)
#565653
(86,86,83)
#42433F
(66,67,63)
#2E302B
(46,48,43)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #E2DBDF

#E2DBDF
(226,219,223)
#E4DEE1
(228,222,225)
#E6E1E3
(230,225,227)
#E8E4E5
(232,228,229)
#EAE7E7
(234,231,231)
#ECEAE9
(236,234,233)
#EEEDEB
(238,237,235)
#F0F0ED
(240,240,237)
#F2F3EF
(242,243,239)
#F4F6F1
(244,246,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DBDF; }

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

This text font color is #E2DBDF.


Background Color

.myBgColor { background-color: #E2DBDF; }

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

This div background color is #E2DBDF.


Border color

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

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

This div border color is #E2DBDF.


Opacity

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

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

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

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

This text has shadow with #E2DBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBDF on black background.


Color preview on white background

This text has color #E2DBDF on white background.



Black color preview on #E2DBDF background

This text has black color on #E2DBDF background.


White color preview on #E2DBDF background

This text has white color on #E2DBDF background.