COLOR #E7BEEA

HEX: #E7BEEA
RGB: (231,190,234)

Color info

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

RGB color model

#E7BEEA color RGB value is (231,190,234).

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

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 234 of 255 = 92%

231
190
234

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

Portions of RGB colors in percentages

R + G + B =
231 + 190 + 234 = 655 (100%)
R 231 of 655 ~ 35.27%
G 190 of 655 ~ 29.01%
B 234 of 655 ~ 35.73%

%35.27
%29.01
%35.73

CMYK color model

#E7BEEA color CMYK value is (1,19,0,8).

  • cyan value is 1.28%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,19,0,8)
C1M19Y0K8 
(1%,19%,0%,8%)
(0.01/0.19/0.00/0.08)	

CMYK percentages

%1.28
%18.8
%0
%8.24

Codes

Color #E7BEEA in popluar color models

E7BEEA
RGB231190234
HSL296°51.16%83.14%
HSB/HSV296°18.80%91.76%
CMYK1.28%18.80%0.00%
8.24%

Color #E7BEEA in popluar number systems.

HEXE7BEEA
Decimal231190234
Binary111001111011111011101010
Octal347276352

Shades and tints

Shades of #E7BEEA

#E7BEEA
(231,190,234)
#D2ADD5
(210,173,213)
#BD9CC0
(189,156,192)
#A88BAB
(168,139,171)
#937A96
(147,122,150)
#7E6981
(126,105,129)
#69586C
(105,88,108)
#544757
(84,71,87)
#3F3642
(63,54,66)
#2A252D
(42,37,45)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7BEEA

#E7BEEA
(231,190,234)
#E9C3EB
(233,195,235)
#EBC8EC
(235,200,236)
#EDCDED
(237,205,237)
#EFD2EE
(239,210,238)
#F1D7EF
(241,215,239)
#F3DCF0
(243,220,240)
#F5E1F1
(245,225,241)
#F7E6F2
(247,230,242)
#F9EBF3
(249,235,243)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEEA; }

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

This text font color is #E7BEEA.


Background Color

.myBgColor { background-color: #E7BEEA; }

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

This div background color is #E7BEEA.


Border color

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

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

This div border color is #E7BEEA.


Opacity

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

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

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

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

This text has shadow with #E7BEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEEA on black background.


Color preview on white background

This text has color #E7BEEA on white background.



Black color preview on #E7BEEA background

This text has black color on #E7BEEA background.


White color preview on #E7BEEA background

This text has white color on #E7BEEA background.