COLOR #E3DBE1

HEX: #E3DBE1 RGB: (227,219,225)

Color info

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

RGB color model

#E3DBE1 color RGB value is (227,219,225).

RGB: (227,219,225) (89%, 86%, 88%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 225 of 255 = 88%

227
219
225

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

Portions of RGB colors in percentages

R + G + B = 227 + 219 + 225 = 671 (100%)
R 227 of 671 ~ 33.83%
G 219 of 671 ~ 32.64%
B 225 of 671 ~ 33.53'%

%33.83
%32.64
%33.53

CMYK color model

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

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

CMYK: (0,4,1,11)
C0M4Y1K11 (0%, 4%, 1%, 11%)
(0.00 / 0.04 / 0.01 / 0.11)

CMYK percentages

%0
%3.52
%0.88
%10.98

Codes

Color #E3DBE1 in popluar color models

E3 DB E1
RGB 227 219 225
HSL 315° 12.50% 87.45%
HSB/HSV 315° 3.52% 89.02%
CMYK 0.00% 3.52% 0.88%
10.98%

Color #E3DBE1 in popluar number systems.

HEX E3 DB E1
Decimal 227 219 225
Binary 11100011 11011011 11100001
Octal 343 333 341

Shades and tints

Shades of #E3DBE1

#E3DBE1
(227,219,225)
#CFC8CD
(207,200,205)
#BBB5B9
(187,181,185)
#A7A2A5
(167,162,165)
#938F91
(147,143,145)
#7F7C7D
(127,124,125)
#6B6969
(107,105,105)
#575655
(87,86,85)
#434341
(67,67,65)
#2F302D
(47,48,45)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #E3DBE1

#E3DBE1
(227,219,225)
#E5DEE3
(229,222,227)
#E7E1E5
(231,225,229)
#E9E4E7
(233,228,231)
#EBE7E9
(235,231,233)
#EDEAEB
(237,234,235)
#EFEDED
(239,237,237)
#F1F0EF
(241,240,239)
#F3F3F1
(243,243,241)
#F5F6F3
(245,246,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBE1; }

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

This text font color is #E3DBE1.

Background Color

.myBgColor { background-color: #E3DBE1; }

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

This div background color is #E3DBE1.

Border color

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

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

This div border color is #E3DBE1.

Opacity

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

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

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

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

This text has shadow with #E3DBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DBE1.

Preview

Color preview on black background

This text has color #E3DBE1 on black background.


Color preview on white background

This text has color #E3DBE1 on white background.


Black color preview on #E3DBE1 background

This text has black color on #E3DBE1 background.


White color preview on #E3DBE1 background

This text has white color on #E3DBE1 background.


Related colors

Complementary color

Complementary color for #hex is #1C241E.


I love getcolorcode.com

Triadic colors

1 #E1E3DB and #DBE1E3 with #E3DBE1 are triadic colors.

2 #E1DBE3 and #DBE3E1 with #E3DBE1 are triadic colors.