COLOR #E7D0EB

HEX: #E7D0EB
RGB: (231,208,235)

Color info

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

RGB color model

#E7D0EB color RGB value is (231,208,235).

  • red value is 231;
  • green value is 208;
  • blue value is 235.
RGB:
(231,208,235)
(91%,82%,92%)

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 235 of 255 = 92%

231
208
235

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

Portions of RGB colors in percentages

R + G + B =
231 + 208 + 235 = 674 (100%)
R 231 of 674 ~ 34.27%
G 208 of 674 ~ 30.86%
B 235 of 674 ~ 34.87%

%34.27
%30.86
%34.87

CMYK color model

#E7D0EB color CMYK value is (2,11,0,8).

  • cyan value is 1.70%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,11,0,8)
C2M11Y0K8 
(2%,11%,0%,8%)
(0.02/0.11/0.00/0.08)	

CMYK percentages

%1.7
%11.49
%0
%7.84

Codes

Color #E7D0EB in popluar color models

E7D0EB
RGB231208235
HSL291°40.30%86.86%
HSB/HSV291°11.49%92.16%
CMYK1.70%11.49%0.00%
7.84%

Color #E7D0EB in popluar number systems.

HEXE7D0EB
Decimal231208235
Binary111001111101000011101011
Octal347320353

Shades and tints

Shades of #E7D0EB

#E7D0EB
(231,208,235)
#D2BED6
(210,190,214)
#BDACC1
(189,172,193)
#A89AAC
(168,154,172)
#938897
(147,136,151)
#7E7682
(126,118,130)
#69646D
(105,100,109)
#545258
(84,82,88)
#3F4043
(63,64,67)
#2A2E2E
(42,46,46)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #E7D0EB

#E7D0EB
(231,208,235)
#E9D4EC
(233,212,236)
#EBD8ED
(235,216,237)
#EDDCEE
(237,220,238)
#EFE0EF
(239,224,239)
#F1E4F0
(241,228,240)
#F3E8F1
(243,232,241)
#F5ECF2
(245,236,242)
#F7F0F3
(247,240,243)
#F9F4F4
(249,244,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D0EB color. Also use rgb(231,208,235) instead hex code.

Text Font Color

.myTextColor { color: #E7D0EB; }

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

This text font color is #E7D0EB.


Background Color

.myBgColor { background-color: #E7D0EB; }

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

This div background color is #E7D0EB.


Border color

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

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

This div border color is #E7D0EB.


Opacity

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

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

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

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

This text has shadow with #E7D0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D0EB on black background.


Color preview on white background

This text has color #E7D0EB on white background.



Black color preview on #E7D0EB background

This text has black color on #E7D0EB background.


White color preview on #E7D0EB background

This text has white color on #E7D0EB background.