COLOR #E7B5DC

HEX: #E7B5DC RGB: (231,181,220)

Color info

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

RGB color model

#E7B5DC color RGB value is (231,181,220).

RGB: (231,181,220) (91%, 71%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 181 of 255 = 71%
B 220 of 255 = 86%

231
181
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 181 + 220 = 632 (100%)
R 231 of 632 ~ 36.55%
G 181 of 632 ~ 28.64%
B 220 of 632 ~ 34.81'%

%36.55
%28.64
%34.81

CMYK color model

#E7B5DC color CMYK value is (0,22,5,9).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (0,22,5,9)
C0M22Y5K9 (0%, 22%, 5%, 9%)
(0.00 / 0.22 / 0.05 / 0.09)

CMYK percentages

%0
%21.65
%4.76
%9.41

Codes

Color #E7B5DC in popluar color models

E7 B5 DC
RGB 231 181 220
HSL 313° 51.02% 80.78%
HSB/HSV 313° 21.65% 90.59%
CMYK 0.00% 21.65% 4.76%
9.41%

Color #E7B5DC in popluar number systems.

HEX E7 B5 DC
Decimal 231 181 220
Binary 11100111 10110101 11011100
Octal 347 265 334

Shades and tints

Shades of #E7B5DC

#E7B5DC
(231,181,220)
#D2A5C8
(210,165,200)
#BD95B4
(189,149,180)
#A885A0
(168,133,160)
#93758C
(147,117,140)
#7E6578
(126,101,120)
#695564
(105,85,100)
#544550
(84,69,80)
#3F353C
(63,53,60)
#2A2528
(42,37,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E7B5DC

#E7B5DC
(231,181,220)
#E9BBDF
(233,187,223)
#EBC1E2
(235,193,226)
#EDC7E5
(237,199,229)
#EFCDE8
(239,205,232)
#F1D3EB
(241,211,235)
#F3D9EE
(243,217,238)
#F5DFF1
(245,223,241)
#F7E5F4
(247,229,244)
#F9EBF7
(249,235,247)
#FBF1FA
(251,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B5DC; }

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

This text font color is #E7B5DC.

Background Color

.myBgColor { background-color: #E7B5DC; }

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

This div background color is #E7B5DC.

Border color

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

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

This div border color is #E7B5DC.

Opacity

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

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

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

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

This text has shadow with #E7B5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B5DC.

Preview

Color preview on black background

This text has color #E7B5DC on black background.


Color preview on white background

This text has color #E7B5DC on white background.


Black color preview on #E7B5DC background

This text has black color on #E7B5DC background.


White color preview on #E7B5DC background

This text has white color on #E7B5DC background.


Related colors

Complementary color

Complementary color for #hex is #184A23.


I love getcolorcode.com

Triadic colors

1 #DCE7B5 and #B5DCE7 with #E7B5DC are triadic colors.

2 #DCB5E7 and #B5E7DC with #E7B5DC are triadic colors.