COLOR #E7BEE7

HEX: #E7BEE7 RGB: (231,190,231)

Color info

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

RGB color model

#E7BEE7 color RGB value is (231,190,231).

RGB: (231,190,231) (91%, 75%, 91%)

RGB channels and saturation

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

231
190
231

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

Portions of RGB colors in percentages

R + G + B = 231 + 190 + 231 = 652 (100%)
R 231 of 652 ~ 35.43%
G 190 of 652 ~ 29.14%
B 231 of 652 ~ 35.43'%

%35.43
%29.14
%35.43

CMYK color model

#E7BEE7 color CMYK value is (0,18,0,9).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (0,18,0,9)
C0M18Y0K9 (0%, 18%, 0%, 9%)
(0.00 / 0.18 / 0.00 / 0.09)

CMYK percentages

%0
%17.75
%0
%9.41

Codes

Color #E7BEE7 in popluar color models

E7 BE E7
RGB 231 190 231
HSL 300° 46.07% 82.55%
HSB/HSV 300° 17.75% 90.59%
CMYK 0.00% 17.75% 0.00%
9.41%

Color #E7BEE7 in popluar number systems.

HEX E7 BE E7
Decimal 231 190 231
Binary 11100111 10111110 11100111
Octal 347 276 347

Shades and tints

Shades of #E7BEE7

#E7BEE7
(231,190,231)
#D2ADD2
(210,173,210)
#BD9CBD
(189,156,189)
#A88BA8
(168,139,168)
#937A93
(147,122,147)
#7E697E
(126,105,126)
#695869
(105,88,105)
#544754
(84,71,84)
#3F363F
(63,54,63)
#2A252A
(42,37,42)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #E7BEE7

#E7BEE7
(231,190,231)
#E9C3E9
(233,195,233)
#EBC8EB
(235,200,235)
#EDCDED
(237,205,237)
#EFD2EF
(239,210,239)
#F1D7F1
(241,215,241)
#F3DCF3
(243,220,243)
#F5E1F5
(245,225,245)
#F7E6F7
(247,230,247)
#F9EBF9
(249,235,249)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEE7; }

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

This text font color is #E7BEE7.

Background Color

.myBgColor { background-color: #E7BEE7; }

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

This div background color is #E7BEE7.

Border color

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

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

This div border color is #E7BEE7.

Opacity

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

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

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

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

This text has shadow with #E7BEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BEE7.

Preview

Color preview on black background

This text has color #E7BEE7 on black background.


Color preview on white background

This text has color #E7BEE7 on white background.


Black color preview on #E7BEE7 background

This text has black color on #E7BEE7 background.


White color preview on #E7BEE7 background

This text has white color on #E7BEE7 background.


Related colors

Complementary color

Complementary color for #hex is #184118.


I love getcolorcode.com

Triadic colors

1 #E7E7BE and #BEE7E7 with #E7BEE7 are triadic colors.

2 #E7BEE7 and #BEE7E7 with #E7BEE7 are triadic colors.