COLOR #E7BBEB

HEX: #E7BBEB
RGB: (231,187,235)

Color info

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

RGB color model

#E7BBEB color RGB value is (231,187,235).

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

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 235 of 255 = 92%

231
187
235

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

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 235 = 653 (100%)
R 231 of 653 ~ 35.38%
G 187 of 653 ~ 28.64%
B 235 of 653 ~ 35.99%

%35.38
%28.64
%35.99

CMYK color model

#E7BBEB color CMYK value is (2,20,0,8).

  • cyan value is 1.70%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,20,0,8)
C2M20Y0K8 
(2%,20%,0%,8%)
(0.02/0.20/0.00/0.08)	

CMYK percentages

%1.7
%20.43
%0
%7.84

Codes

Color #E7BBEB in popluar color models

E7BBEB
RGB231187235
HSL295°54.55%82.75%
HSB/HSV295°20.43%92.16%
CMYK1.70%20.43%0.00%
7.84%

Color #E7BBEB in popluar number systems.

HEXE7BBEB
Decimal231187235
Binary111001111011101111101011
Octal347273353

Shades and tints

Shades of #E7BBEB

#E7BBEB
(231,187,235)
#D2AAD6
(210,170,214)
#BD99C1
(189,153,193)
#A888AC
(168,136,172)
#937797
(147,119,151)
#7E6682
(126,102,130)
#69556D
(105,85,109)
#544458
(84,68,88)
#3F3343
(63,51,67)
#2A222E
(42,34,46)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #E7BBEB

#E7BBEB
(231,187,235)
#E9C1EC
(233,193,236)
#EBC7ED
(235,199,237)
#EDCDEE
(237,205,238)
#EFD3EF
(239,211,239)
#F1D9F0
(241,217,240)
#F3DFF1
(243,223,241)
#F5E5F2
(245,229,242)
#F7EBF3
(247,235,243)
#F9F1F4
(249,241,244)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BBEB; }

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

This text font color is #E7BBEB.


Background Color

.myBgColor { background-color: #E7BBEB; }

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

This div background color is #E7BBEB.


Border color

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

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

This div border color is #E7BBEB.


Opacity

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

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

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

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

This text has shadow with #E7BBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BBEB on black background.


Color preview on white background

This text has color #E7BBEB on white background.



Black color preview on #E7BBEB background

This text has black color on #E7BBEB background.


White color preview on #E7BBEB background

This text has white color on #E7BBEB background.