COLOR #E7B9D7

HEX: #E7B9D7 RGB: (231,185,215)

Color info

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

RGB color model

#E7B9D7 color RGB value is (231,185,215).

RGB: (231,185,215) (91%, 73%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 215 of 255 = 84%

231
185
215

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

Portions of RGB colors in percentages

R + G + B = 231 + 185 + 215 = 631 (100%)
R 231 of 631 ~ 36.61%
G 185 of 631 ~ 29.32%
B 215 of 631 ~ 34.07'%

%36.61
%29.32
%34.07

CMYK color model

#E7B9D7 color CMYK value is (0,20,7,9).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK: (0,20,7,9) C0M20Y7K9 (0%,20%,7%,9%) (0.00/0.20/0.07/0.09) 

CMYK percentages

%0
%19.91
%6.93
%9.41

Codes

Color #E7B9D7 in popluar color models

E7 B9 D7
RGB 231 185 215
HSL 321° 48.94% 81.57%
HSB/HSV 321° 19.91% 90.59%
CMYK 0.00% 19.91% 6.93%
9.41%

Color #E7B9D7 in popluar number systems.

HEX E7 B9 D7
Decimal 231 185 215
Binary 11100111 10111001 11010111
Octal 347 271 327

Shades and tints

Shades of #E7B9D7

#E7B9D7
(231,185,215)
#D2A9C4
(210,169,196)
#BD99B1
(189,153,177)
#A8899E
(168,137,158)
#93798B
(147,121,139)
#7E6978
(126,105,120)
#695965
(105,89,101)
#544952
(84,73,82)
#3F393F
(63,57,63)
#2A292C
(42,41,44)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #E7B9D7

#E7B9D7
(231,185,215)
#E9BFDA
(233,191,218)
#EBC5DD
(235,197,221)
#EDCBE0
(237,203,224)
#EFD1E3
(239,209,227)
#F1D7E6
(241,215,230)
#F3DDE9
(243,221,233)
#F5E3EC
(245,227,236)
#F7E9EF
(247,233,239)
#F9EFF2
(249,239,242)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B9D7; }

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

This text font color is #E7B9D7.

Background Color

.myBgColor { background-color: #E7B9D7; }

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

This div background color is #E7B9D7.

Border color

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

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

This div border color is #E7B9D7.

Opacity

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

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

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

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

This text has shadow with #E7B9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B9D7.

Preview

Color preview on black background

This text has color #E7B9D7 on black background.


Color preview on white background

This text has color #E7B9D7 on white background.


Black color preview on #E7B9D7 background

This text has black color on #E7B9D7 background.


White color preview on #E7B9D7 background

This text has white color on #E7B9D7 background.


Related colors

Complementary color

Complementary color for #hex is #184628.


I love getcolorcode.com

Triadic colors

1 #D7E7B9 and #B9D7E7 with #E7B9D7 are triadic colors.

2 #D7B9E7 and #B9E7D7 with #E7B9D7 are triadic colors.