COLOR #E7BBF2

HEX: #E7BBF2
RGB: (231,187,242)

Color info

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

RGB color model

#E7BBF2 color RGB value is (231,187,242).

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

RGB channels and saturation

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

231
187
242

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

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 242 = 660 (100%)
R 231 of 660 ~ 35%
G 187 of 660 ~ 28.33%
B 242 of 660 ~ 36.67%

%35
%28.33
%36.67

CMYK color model

#E7BBF2 color CMYK value is (5,23,0,5).

  • cyan value is 4.55%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (5,23,0,5) C5M23Y0K5 (5%,23%,0%,5%) (0.05/0.23/0.00/0.05)

CMYK percentages

%4.55
%22.73
%0
%5.1

Codes

Color #E7BBF2 in popluar color models

E7BBF2
RGB231187242
HSL288°67.90%84.12%
HSB/HSV288°22.73%94.90%
CMYK4.55%22.73%0.00%
5.10%

Color #E7BBF2 in popluar number systems.

HEXE7BBF2
Decimal231187242
Binary111001111011101111110010
Octal347273362

Shades and tints

Shades of #E7BBF2

#E7BBF2
(231,187,242)
#D2AADC
(210,170,220)
#BD99C6
(189,153,198)
#A888B0
(168,136,176)
#93779A
(147,119,154)
#7E6684
(126,102,132)
#69556E
(105,85,110)
#544458
(84,68,88)
#3F3342
(63,51,66)
#2A222C
(42,34,44)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #E7BBF2

#E7BBF2
(231,187,242)
#E9C1F3
(233,193,243)
#EBC7F4
(235,199,244)
#EDCDF5
(237,205,245)
#EFD3F6
(239,211,246)
#F1D9F7
(241,217,247)
#F3DFF8
(243,223,248)
#F5E5F9
(245,229,249)
#F7EBFA
(247,235,250)
#F9F1FB
(249,241,251)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BBF2; }

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

This text font color is #E7BBF2.


Background Color

.myBgColor { background-color: #E7BBF2; }

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

This div background color is #E7BBF2.


Border color

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

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

This div border color is #E7BBF2.


Opacity

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

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

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

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

This text has shadow with #E7BBF2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7BBF2 on black background.


Color preview on white background

This text has color #E7BBF2 on white background.



Black color preview on #E7BBF2 background

This text has black color on #E7BBF2 background.


White color preview on #E7BBF2 background

This text has white color on #E7BBF2 background.