COLOR #E7B1D7

HEX: #E7B1D7 RGB: (231,177,215)

Color info

#E7B1D7 contains red, green and blue colors in about the same proportion. Web safe color of #E7B1D7 is #FF99CC (or #F9C).

RGB color model

#E7B1D7 color RGB value is (231,177,215).

RGB: (231,177,215) (91%, 69%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 177 of 255 = 69%
B 215 of 255 = 84%

231
177
215

R + G + B ~ 81%. #E7B1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 177 + 215 = 623 (100%)
R 231 of 623 ~ 37.08%
G 177 of 623 ~ 28.41%
B 215 of 623 ~ 34.51'%

%37.08
%28.41
%34.51

CMYK color model

#E7B1D7 color CMYK value is (0,23,7,9).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 6.93%
  • key color value is 9.41%

CMYK: (0,23,7,9)
C0M23Y7K9 (0%, 23%, 7%, 9%)
(0.00 / 0.23 / 0.07 / 0.09)

CMYK percentages

%0
%23.38
%6.93
%9.41

Codes

Color #E7B1D7 in popluar color models

E7 B1 D7
RGB 231 177 215
HSL 318° 52.94% 80.00%
HSB/HSV 318° 23.38% 90.59%
CMYK 0.00% 23.38% 6.93%
9.41%

Color #E7B1D7 in popluar number systems.

HEX E7 B1 D7
Decimal 231 177 215
Binary 11100111 10110001 11010111
Octal 347 261 327

Shades and tints

Shades of #E7B1D7

#E7B1D7
(231,177,215)
#D2A1C4
(210,161,196)
#BD91B1
(189,145,177)
#A8819E
(168,129,158)
#93718B
(147,113,139)
#7E6178
(126,97,120)
#695165
(105,81,101)
#544152
(84,65,82)
#3F313F
(63,49,63)
#2A212C
(42,33,44)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #E7B1D7

#E7B1D7
(231,177,215)
#E9B8DA
(233,184,218)
#EBBFDD
(235,191,221)
#EDC6E0
(237,198,224)
#EFCDE3
(239,205,227)
#F1D4E6
(241,212,230)
#F3DBE9
(243,219,233)
#F5E2EC
(245,226,236)
#F7E9EF
(247,233,239)
#F9F0F2
(249,240,242)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B1D7; }

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

This text font color is #E7B1D7.

Background Color

.myBgColor { background-color: #E7B1D7; }

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

This div background color is #E7B1D7.

Border color

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

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

This div border color is #E7B1D7.

Opacity

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

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

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

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

This text has shadow with #E7B1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B1D7.

Preview

Color preview on black background

This text has color #E7B1D7 on black background.


Color preview on white background

This text has color #E7B1D7 on white background.


Black color preview on #E7B1D7 background

This text has black color on #E7B1D7 background.


White color preview on #E7B1D7 background

This text has white color on #E7B1D7 background.


Related colors

Complementary color

Complementary color for #hex is #184E28.


I love getcolorcode.com

Triadic colors

1 #D7E7B1 and #B1D7E7 with #E7B1D7 are triadic colors.

2 #D7B1E7 and #B1E7D7 with #E7B1D7 are triadic colors.