COLOR #E3DBE6

HEX: #E3DBE6 RGB: (227,219,230)

Color info

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

RGB color model

#E3DBE6 color RGB value is (227,219,230).

RGB: (227,219,230) (89%, 86%, 90%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 230 of 255 = 90%

227
219
230

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

Portions of RGB colors in percentages

R + G + B = 227 + 219 + 230 = 676 (100%)
R 227 of 676 ~ 33.58%
G 219 of 676 ~ 32.4%
B 230 of 676 ~ 34.02'%

%33.58
%32.4
%34.02

CMYK color model

#E3DBE6 color CMYK value is (1,5,0,10).

  • cyan value is 1.30%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (1,5,0,10)
C1M5Y0K10 (1%, 5%, 0%, 10%)
(0.01 / 0.05 / 0.00 / 0.10)

CMYK percentages

%1.3
%4.78
%0
%9.8

Codes

Color #E3DBE6 in popluar color models

E3 DB E6
RGB 227 219 230
HSL 284° 18.03% 88.04%
HSB/HSV 284° 4.78% 90.20%
CMYK 1.30% 4.78% 0.00%
9.80%

Color #E3DBE6 in popluar number systems.

HEX E3 DB E6
Decimal 227 219 230
Binary 11100011 11011011 11100110
Octal 343 333 346

Shades and tints

Shades of #E3DBE6

#E3DBE6
(227,219,230)
#CFC8D2
(207,200,210)
#BBB5BE
(187,181,190)
#A7A2AA
(167,162,170)
#938F96
(147,143,150)
#7F7C82
(127,124,130)
#6B696E
(107,105,110)
#57565A
(87,86,90)
#434346
(67,67,70)
#2F3032
(47,48,50)
#1B1D1E
(27,29,30)
#000000
(0,0,0)

Tints of #E3DBE6

#E3DBE6
(227,219,230)
#E5DEE8
(229,222,232)
#E7E1EA
(231,225,234)
#E9E4EC
(233,228,236)
#EBE7EE
(235,231,238)
#EDEAF0
(237,234,240)
#EFEDF2
(239,237,242)
#F1F0F4
(241,240,244)
#F3F3F6
(243,243,246)
#F5F6F8
(245,246,248)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBE6; }

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

This text font color is #E3DBE6.

Background Color

.myBgColor { background-color: #E3DBE6; }

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

This div background color is #E3DBE6.

Border color

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

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

This div border color is #E3DBE6.

Opacity

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

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

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

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

This text has shadow with #E3DBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DBE6.

Preview

Color preview on black background

This text has color #E3DBE6 on black background.


Color preview on white background

This text has color #E3DBE6 on white background.


Black color preview on #E3DBE6 background

This text has black color on #E3DBE6 background.


White color preview on #E3DBE6 background

This text has white color on #E3DBE6 background.


Related colors

Complementary color

Complementary color for #hex is #1C2419.


I love getcolorcode.com

Triadic colors

1 #E6E3DB and #DBE6E3 with #E3DBE6 are triadic colors.

2 #E6DBE3 and #DBE3E6 with #E3DBE6 are triadic colors.