COLOR #E7BBE1

HEX: #E7BBE1
RGB: (231,187,225)

Color info

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

RGB color model

#E7BBE1 color RGB value is (231,187,225).

  • red value is 231;
  • green value is 187;
  • blue value is 225.
RGB:
(231,187,225)
(91%,73%,88%)

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 225 of 255 = 88%

231
187
225

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

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 225 = 643 (100%)
R 231 of 643 ~ 35.93%
G 187 of 643 ~ 29.08%
B 225 of 643 ~ 34.99%

%35.93
%29.08
%34.99

CMYK color model

#E7BBE1 color CMYK value is (0,19,3,9).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 2.60%
  • key color value is 9.41%
CMYK:
(0,19,3,9)
C0M19Y3K9 
(0%,19%,3%,9%)
(0.00/0.19/0.03/0.09)	

CMYK percentages

%0
%19.05
%2.6
%9.41

Codes

Color #E7BBE1 in popluar color models

E7BBE1
RGB231187225
HSL308°47.83%81.96%
HSB/HSV308°19.05%90.59%
CMYK0.00%19.05%2.60%
9.41%

Color #E7BBE1 in popluar number systems.

HEXE7BBE1
Decimal231187225
Binary111001111011101111100001
Octal347273341

Shades and tints

Shades of #E7BBE1

#E7BBE1
(231,187,225)
#D2AACD
(210,170,205)
#BD99B9
(189,153,185)
#A888A5
(168,136,165)
#937791
(147,119,145)
#7E667D
(126,102,125)
#695569
(105,85,105)
#544455
(84,68,85)
#3F3341
(63,51,65)
#2A222D
(42,34,45)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #E7BBE1

#E7BBE1
(231,187,225)
#E9C1E3
(233,193,227)
#EBC7E5
(235,199,229)
#EDCDE7
(237,205,231)
#EFD3E9
(239,211,233)
#F1D9EB
(241,217,235)
#F3DFED
(243,223,237)
#F5E5EF
(245,229,239)
#F7EBF1
(247,235,241)
#F9F1F3
(249,241,243)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BBE1 color. Also use rgb(231,187,225) instead hex code.

Text Font Color

.myTextColor { color: #E7BBE1; }

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

This text font color is #E7BBE1.


Background Color

.myBgColor { background-color: #E7BBE1; }

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

This div background color is #E7BBE1.


Border color

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

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

This div border color is #E7BBE1.


Opacity

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

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

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

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

This text has shadow with #E7BBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BBE1 on black background.


Color preview on white background

This text has color #E7BBE1 on white background.



Black color preview on #E7BBE1 background

This text has black color on #E7BBE1 background.


White color preview on #E7BBE1 background

This text has white color on #E7BBE1 background.