COLOR #E7BBF1

HEX: #E7BBF1
RGB: (231,187,241)

Color info

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

RGB color model

#E7BBF1 color RGB value is (231,187,241).

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

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 241 of 255 = 95%

231
187
241

R + G + B ~ 86%. #E7BBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 241 = 659 (100%)
R 231 of 659 ~ 35.05%
G 187 of 659 ~ 28.38%
B 241 of 659 ~ 36.57%

%35.05
%28.38
%36.57

CMYK color model

#E7BBF1 color CMYK value is (4,22,0,5).

  • cyan value is 4.15%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(4,22,0,5)
C4M22Y0K5 
(4%,22%,0%,5%)
(0.04/0.22/0.00/0.05)	

CMYK percentages

%4.15
%22.41
%0
%5.49

Codes

Color #E7BBF1 in popluar color models

E7BBF1
RGB231187241
HSL289°65.85%83.92%
HSB/HSV289°22.41%94.51%
CMYK4.15%22.41%0.00%
5.49%

Color #E7BBF1 in popluar number systems.

HEXE7BBF1
Decimal231187241
Binary111001111011101111110001
Octal347273361

Shades and tints

Shades of #E7BBF1

#E7BBF1
(231,187,241)
#D2AADC
(210,170,220)
#BD99C7
(189,153,199)
#A888B2
(168,136,178)
#93779D
(147,119,157)
#7E6688
(126,102,136)
#695573
(105,85,115)
#54445E
(84,68,94)
#3F3349
(63,51,73)
#2A2234
(42,34,52)
#15111F
(21,17,31)
#000000
(0,0,0)

Tints of #E7BBF1

#E7BBF1
(231,187,241)
#E9C1F2
(233,193,242)
#EBC7F3
(235,199,243)
#EDCDF4
(237,205,244)
#EFD3F5
(239,211,245)
#F1D9F6
(241,217,246)
#F3DFF7
(243,223,247)
#F5E5F8
(245,229,248)
#F7EBF9
(247,235,249)
#F9F1FA
(249,241,250)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BBF1; }

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

This text font color is #E7BBF1.


Background Color

.myBgColor { background-color: #E7BBF1; }

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

This div background color is #E7BBF1.


Border color

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

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

This div border color is #E7BBF1.


Opacity

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

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

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

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

This text has shadow with #E7BBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BBF1 on black background.


Color preview on white background

This text has color #E7BBF1 on white background.



Black color preview on #E7BBF1 background

This text has black color on #E7BBF1 background.


White color preview on #E7BBF1 background

This text has white color on #E7BBF1 background.