COLOR #E8DBF6

HEX: #E8DBF6
RGB: (232,219,246)

Color info

#E8DBF6 contains red, green and blue colors in about the same proportion. Web safe color of #E8DBF6 is #FFCCFF (or #FCF).

RGB color model

#E8DBF6 color RGB value is (232,219,246).

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

RGB channels and saturation

R 232 of 255 = 91%
G 219 of 255 = 86%
B 246 of 255 = 96%

232
219
246

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

Portions of RGB colors in percentages

R + G + B =
232 + 219 + 246 = 697 (100%)
R 232 of 697 ~ 33.29%
G 219 of 697 ~ 31.42%
B 246 of 697 ~ 35.29%

%33.29
%31.42
%35.29

CMYK color model

#E8DBF6 color CMYK value is (6,11,0,4).

  • cyan value is 5.69%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(6,11,0,4)
C6M11Y0K4 
(6%,11%,0%,4%)
(0.06/0.11/0.00/0.04)	

CMYK percentages

%5.69
%10.98
%0
%3.53

Codes

Color #E8DBF6 in popluar color models

E8DBF6
RGB232219246
HSL269°60.00%91.18%
HSB/HSV269°10.98%96.47%
CMYK5.69%10.98%0.00%
3.53%

Color #E8DBF6 in popluar number systems.

HEXE8DBF6
Decimal232219246
Binary111010001101101111110110
Octal350333366

Shades and tints

Shades of #E8DBF6

#E8DBF6
(232,219,246)
#D3C8E0
(211,200,224)
#BEB5CA
(190,181,202)
#A9A2B4
(169,162,180)
#948F9E
(148,143,158)
#7F7C88
(127,124,136)
#6A6972
(106,105,114)
#55565C
(85,86,92)
#404346
(64,67,70)
#2B3030
(43,48,48)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #E8DBF6

#E8DBF6
(232,219,246)
#EADEF6
(234,222,246)
#ECE1F6
(236,225,246)
#EEE4F6
(238,228,246)
#F0E7F6
(240,231,246)
#F2EAF6
(242,234,246)
#F4EDF6
(244,237,246)
#F6F0F6
(246,240,246)
#F8F3F6
(248,243,246)
#FAF6F6
(250,246,246)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DBF6; }

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

This text font color is #E8DBF6.


Background Color

.myBgColor { background-color: #E8DBF6; }

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

This div background color is #E8DBF6.


Border color

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

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

This div border color is #E8DBF6.


Opacity

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

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

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

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

This text has shadow with #E8DBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DBF6 on black background.


Color preview on white background

This text has color #E8DBF6 on white background.



Black color preview on #E8DBF6 background

This text has black color on #E8DBF6 background.


White color preview on #E8DBF6 background

This text has white color on #E8DBF6 background.