COLOR #E7B5E6

HEX: #E7B5E6 RGB: (231,181,230)

Color info

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

RGB color model

#E7B5E6 color RGB value is (231,181,230).

RGB: (231,181,230) (91%, 71%, 90%)

RGB channels and saturation

R 231 of 255 = 91%
G 181 of 255 = 71%
B 230 of 255 = 90%

231
181
230

R + G + B ~ 84%. #E7B5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 181 + 230 = 642 (100%)
R 231 of 642 ~ 35.98%
G 181 of 642 ~ 28.19%
B 230 of 642 ~ 35.83'%

%35.98
%28.19
%35.83

CMYK color model

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

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

CMYK: (0,22,0,9)
C0M22Y0K9 (0%, 22%, 0%, 9%)
(0.00 / 0.22 / 0.00 / 0.09)

CMYK percentages

%0
%21.65
%0.43
%9.41

Codes

Color #E7B5E6 in popluar color models

E7 B5 E6
RGB 231 181 230
HSL 301° 51.02% 80.78%
HSB/HSV 301° 21.65% 90.59%
CMYK 0.00% 21.65% 0.43%
9.41%

Color #E7B5E6 in popluar number systems.

HEX E7 B5 E6
Decimal 231 181 230
Binary 11100111 10110101 11100110
Octal 347 265 346

Shades and tints

Shades of #E7B5E6

#E7B5E6
(231,181,230)
#D2A5D2
(210,165,210)
#BD95BE
(189,149,190)
#A885AA
(168,133,170)
#937596
(147,117,150)
#7E6582
(126,101,130)
#69556E
(105,85,110)
#54455A
(84,69,90)
#3F3546
(63,53,70)
#2A2532
(42,37,50)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #E7B5E6

#E7B5E6
(231,181,230)
#E9BBE8
(233,187,232)
#EBC1EA
(235,193,234)
#EDC7EC
(237,199,236)
#EFCDEE
(239,205,238)
#F1D3F0
(241,211,240)
#F3D9F2
(243,217,242)
#F5DFF4
(245,223,244)
#F7E5F6
(247,229,246)
#F9EBF8
(249,235,248)
#FBF1FA
(251,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B5E6; }

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

This text font color is #E7B5E6.

Background Color

.myBgColor { background-color: #E7B5E6; }

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

This div background color is #E7B5E6.

Border color

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

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

This div border color is #E7B5E6.

Opacity

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

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

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

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

This text has shadow with #E7B5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B5E6.

Preview

Color preview on black background

This text has color #E7B5E6 on black background.


Color preview on white background

This text has color #E7B5E6 on white background.


Black color preview on #E7B5E6 background

This text has black color on #E7B5E6 background.


White color preview on #E7B5E6 background

This text has white color on #E7B5E6 background.


Related colors

Complementary color

Complementary color for #hex is #184A19.


I love getcolorcode.com

Triadic colors

1 #E6E7B5 and #B5E6E7 with #E7B5E6 are triadic colors.

2 #E6B5E7 and #B5E7E6 with #E7B5E6 are triadic colors.