COLOR #E3DBE8

HEX: #E3DBE8
RGB: (227,219,232)

Color info

#E3DBE8 contains red, green and blue colors in about the same proportion. Web safe color of #E3DBE8 is #CCCCFF (or #CCF).

RGB color model

#E3DBE8 color RGB value is (227,219,232).

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

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 232 of 255 = 91%

227
219
232

R + G + B ~ 89%. #E3DBE8 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 219 + 232 = 678 (100%)
R 227 of 678 ~ 33.48%
G 219 of 678 ~ 32.3%
B 232 of 678 ~ 34.22%

%33.48
%32.3
%34.22

CMYK color model

#E3DBE8 color CMYK value is (2,6,0,9).

  • cyan value is 2.16%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(2,6,0,9)
C2M6Y0K9 
(2%,6%,0%,9%)
(0.02/0.06/0.00/0.09)	

CMYK percentages

%2.16
%5.6
%0
%9.02

Codes

Color #E3DBE8 in popluar color models

E3DBE8
RGB227219232
HSL277°22.03%88.43%
HSB/HSV277°5.60%90.98%
CMYK2.16%5.60%0.00%
9.02%

Color #E3DBE8 in popluar number systems.

HEXE3DBE8
Decimal227219232
Binary111000111101101111101000
Octal343333350

Shades and tints

Shades of #E3DBE8

#E3DBE8
(227,219,232)
#CFC8D3
(207,200,211)
#BBB5BE
(187,181,190)
#A7A2A9
(167,162,169)
#938F94
(147,143,148)
#7F7C7F
(127,124,127)
#6B696A
(107,105,106)
#575655
(87,86,85)
#434340
(67,67,64)
#2F302B
(47,48,43)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #E3DBE8

#E3DBE8
(227,219,232)
#E5DEEA
(229,222,234)
#E7E1EC
(231,225,236)
#E9E4EE
(233,228,238)
#EBE7F0
(235,231,240)
#EDEAF2
(237,234,242)
#EFEDF4
(239,237,244)
#F1F0F6
(241,240,246)
#F3F3F8
(243,243,248)
#F5F6FA
(245,246,250)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBE8; }

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

This text font color is #E3DBE8.


Background Color

.myBgColor { background-color: #E3DBE8; }

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

This div background color is #E3DBE8.


Border color

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

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

This div border color is #E3DBE8.


Opacity

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

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

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

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

This text has shadow with #E3DBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DBE8 on black background.


Color preview on white background

This text has color #E3DBE8 on white background.



Black color preview on #E3DBE8 background

This text has black color on #E3DBE8 background.


White color preview on #E3DBE8 background

This text has white color on #E3DBE8 background.