COLOR #E7B9DC

HEX: #E7B9DC
RGB: (231,185,220)

Color info

#E7B9DC contains red, green and blue colors in about the same proportion. Web safe color of #E7B9DC is #FFCCCC (or #FCC).

RGB color model

#E7B9DC color RGB value is (231,185,220).

  • red value is 231;
  • green value is 185;
  • blue value is 220.
RGB:
(231,185,220)
(91%,73%,86%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 220 of 255 = 86%

231
185
220

R + G + B ~ 83%. #E7B9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 185 + 220 = 636 (100%)
R 231 of 636 ~ 36.32%
G 185 of 636 ~ 29.09%
B 220 of 636 ~ 34.59%

%36.32
%29.09
%34.59

CMYK color model

#E7B9DC color CMYK value is (0,20,5,9).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(0,20,5,9)
C0M20Y5K9 
(0%,20%,5%,9%)
(0.00/0.20/0.05/0.09)	

CMYK percentages

%0
%19.91
%4.76
%9.41

Codes

Color #E7B9DC in popluar color models

E7B9DC
RGB231185220
HSL314°48.94%81.57%
HSB/HSV314°19.91%90.59%
CMYK0.00%19.91%4.76%
9.41%

Color #E7B9DC in popluar number systems.

HEXE7B9DC
Decimal231185220
Binary111001111011100111011100
Octal347271334

Shades and tints

Shades of #E7B9DC

#E7B9DC
(231,185,220)
#D2A9C8
(210,169,200)
#BD99B4
(189,153,180)
#A889A0
(168,137,160)
#93798C
(147,121,140)
#7E6978
(126,105,120)
#695964
(105,89,100)
#544950
(84,73,80)
#3F393C
(63,57,60)
#2A2928
(42,41,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7B9DC

#E7B9DC
(231,185,220)
#E9BFDF
(233,191,223)
#EBC5E2
(235,197,226)
#EDCBE5
(237,203,229)
#EFD1E8
(239,209,232)
#F1D7EB
(241,215,235)
#F3DDEE
(243,221,238)
#F5E3F1
(245,227,241)
#F7E9F4
(247,233,244)
#F9EFF7
(249,239,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B9DC color. Also use rgb(231,185,220) instead hex code.

Text Font Color

.myTextColor { color: #E7B9DC; }

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

This text font color is #E7B9DC.


Background Color

.myBgColor { background-color: #E7B9DC; }

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

This div background color is #E7B9DC.


Border color

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

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

This div border color is #E7B9DC.


Opacity

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

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

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

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

This text has shadow with #E7B9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B9DC on black background.


Color preview on white background

This text has color #E7B9DC on white background.



Black color preview on #E7B9DC background

This text has black color on #E7B9DC background.


White color preview on #E7B9DC background

This text has white color on #E7B9DC background.