COLOR #E3DBF8

HEX: #E3DBF8
RGB: (227,219,248)

Color info

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

RGB color model

#E3DBF8 color RGB value is (227,219,248).

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

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 248 of 255 = 97%

227
219
248

R + G + B ~ 91%. #E3DBF8 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 219 + 248 = 694 (100%)
R 227 of 694 ~ 32.71%
G 219 of 694 ~ 31.56%
B 248 of 694 ~ 35.73%

%32.71
%31.56
%35.73

CMYK color model

#E3DBF8 color CMYK value is (8,12,0,3).

  • cyan value is 8.47%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,12,0,3)
C8M12Y0K3 
(8%,12%,0%,3%)
(0.08/0.12/0.00/0.03)	

CMYK percentages

%8.47
%11.69
%0
%2.75

Codes

Color #E3DBF8 in popluar color models

E3DBF8
RGB227219248
HSL257°67.44%91.57%
HSB/HSV257°11.69%97.25%
CMYK8.47%11.69%0.00%
2.75%

Color #E3DBF8 in popluar number systems.

HEXE3DBF8
Decimal227219248
Binary111000111101101111111000
Octal343333370

Shades and tints

Shades of #E3DBF8

#E3DBF8
(227,219,248)
#CFC8E2
(207,200,226)
#BBB5CC
(187,181,204)
#A7A2B6
(167,162,182)
#938FA0
(147,143,160)
#7F7C8A
(127,124,138)
#6B6974
(107,105,116)
#57565E
(87,86,94)
#434348
(67,67,72)
#2F3032
(47,48,50)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #E3DBF8

#E3DBF8
(227,219,248)
#E5DEF8
(229,222,248)
#E7E1F8
(231,225,248)
#E9E4F8
(233,228,248)
#EBE7F8
(235,231,248)
#EDEAF8
(237,234,248)
#EFEDF8
(239,237,248)
#F1F0F8
(241,240,248)
#F3F3F8
(243,243,248)
#F5F6F8
(245,246,248)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBF8; }

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

This text font color is #E3DBF8.


Background Color

.myBgColor { background-color: #E3DBF8; }

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

This div background color is #E3DBF8.


Border color

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

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

This div border color is #E3DBF8.


Opacity

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

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

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

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

This text has shadow with #E3DBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DBF8 on black background.


Color preview on white background

This text has color #E3DBF8 on white background.



Black color preview on #E3DBF8 background

This text has black color on #E3DBF8 background.


White color preview on #E3DBF8 background

This text has white color on #E3DBF8 background.