COLOR #E3DBDF

HEX: #E3DBDF RGB: (227,219,223)

Color info

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

RGB color model

#E3DBDF color RGB value is (227,219,223).

RGB: (227,219,223) (89%, 86%, 87%)

RGB channels and saturation

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

227
219
223

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

Portions of RGB colors in percentages

R + G + B = 227 + 219 + 223 = 669 (100%)
R 227 of 669 ~ 33.93%
G 219 of 669 ~ 32.74%
B 223 of 669 ~ 33.33'%

%33.93
%32.74
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 1.76%
  • key color value is 10.98%

CMYK: (0,4,2,11)
C0M4Y2K11 (0%, 4%, 2%, 11%)
(0.00 / 0.04 / 0.02 / 0.11)

CMYK percentages

%0
%3.52
%1.76
%10.98

Codes

Color #E3DBDF in popluar color models

E3 DB DF
RGB 227 219 223
HSL 330° 12.50% 87.45%
HSB/HSV 330° 3.52% 89.02%
CMYK 0.00% 3.52% 1.76%
10.98%

Color #E3DBDF in popluar number systems.

HEX E3 DB DF
Decimal 227 219 223
Binary 11100011 11011011 11011111
Octal 343 333 337

Shades and tints

Shades of #E3DBDF

#E3DBDF
(227,219,223)
#CFC8CB
(207,200,203)
#BBB5B7
(187,181,183)
#A7A2A3
(167,162,163)
#938F8F
(147,143,143)
#7F7C7B
(127,124,123)
#6B6967
(107,105,103)
#575653
(87,86,83)
#43433F
(67,67,63)
#2F302B
(47,48,43)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #E3DBDF

#E3DBDF
(227,219,223)
#E5DEE1
(229,222,225)
#E7E1E3
(231,225,227)
#E9E4E5
(233,228,229)
#EBE7E7
(235,231,231)
#EDEAE9
(237,234,233)
#EFEDEB
(239,237,235)
#F1F0ED
(241,240,237)
#F3F3EF
(243,243,239)
#F5F6F1
(245,246,241)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBDF; }

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

This text font color is #E3DBDF.

Background Color

.myBgColor { background-color: #E3DBDF; }

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

This div background color is #E3DBDF.

Border color

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

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

This div border color is #E3DBDF.

Opacity

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

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

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

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

This text has shadow with #E3DBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DBDF.

Preview

Color preview on black background

This text has color #E3DBDF on black background.


Color preview on white background

This text has color #E3DBDF on white background.


Black color preview on #E3DBDF background

This text has black color on #E3DBDF background.


White color preview on #E3DBDF background

This text has white color on #E3DBDF background.


Related colors

Complementary color

Complementary color for #hex is #1C2420.


I love getcolorcode.com

Triadic colors

1 #DFE3DB and #DBDFE3 with #E3DBDF are triadic colors.

2 #DFDBE3 and #DBE3DF with #E3DBDF are triadic colors.