COLOR #E7B7EA

HEX: #E7B7EA
RGB: (231,183,234)

Color info

#E7B7EA contains red, green and blue colors in about the same proportion. Web safe color of #E7B7EA is #FFCCFF (or #FCF).

RGB color model

#E7B7EA color RGB value is (231,183,234).

  • red value is 231;
  • green value is 183;
  • blue value is 234.
RGB:
(231,183,234)
(91%,72%,92%)

RGB channels and saturation

R 231 of 255 = 91%
G 183 of 255 = 72%
B 234 of 255 = 92%

231
183
234

R + G + B ~ 85%. #E7B7EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 183 + 234 = 648 (100%)
R 231 of 648 ~ 35.65%
G 183 of 648 ~ 28.24%
B 234 of 648 ~ 36.11%

%35.65
%28.24
%36.11

CMYK color model

#E7B7EA color CMYK value is (1,22,0,8).

  • cyan value is 1.28%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,22,0,8)
C1M22Y0K8 
(1%,22%,0%,8%)
(0.01/0.22/0.00/0.08)	

CMYK percentages

%1.28
%21.79
%0
%8.24

Codes

Color #E7B7EA in popluar color models

E7B7EA
RGB231183234
HSL296°54.84%81.76%
HSB/HSV296°21.79%91.76%
CMYK1.28%21.79%0.00%
8.24%

Color #E7B7EA in popluar number systems.

HEXE7B7EA
Decimal231183234
Binary111001111011011111101010
Octal347267352

Shades and tints

Shades of #E7B7EA

#E7B7EA
(231,183,234)
#D2A7D5
(210,167,213)
#BD97C0
(189,151,192)
#A887AB
(168,135,171)
#937796
(147,119,150)
#7E6781
(126,103,129)
#69576C
(105,87,108)
#544757
(84,71,87)
#3F3742
(63,55,66)
#2A272D
(42,39,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7B7EA

#E7B7EA
(231,183,234)
#E9BDEB
(233,189,235)
#EBC3EC
(235,195,236)
#EDC9ED
(237,201,237)
#EFCFEE
(239,207,238)
#F1D5EF
(241,213,239)
#F3DBF0
(243,219,240)
#F5E1F1
(245,225,241)
#F7E7F2
(247,231,242)
#F9EDF3
(249,237,243)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B7EA color. Also use rgb(231,183,234) instead hex code.

Text Font Color

.myTextColor { color: #E7B7EA; }

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

This text font color is #E7B7EA.


Background Color

.myBgColor { background-color: #E7B7EA; }

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

This div background color is #E7B7EA.


Border color

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

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

This div border color is #E7B7EA.


Opacity

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

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

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

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

This text has shadow with #E7B7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B7EA on black background.


Color preview on white background

This text has color #E7B7EA on white background.



Black color preview on #E7B7EA background

This text has black color on #E7B7EA background.


White color preview on #E7B7EA background

This text has white color on #E7B7EA background.