COLOR #E8BEE5

HEX: #E8BEE5 RGB: (232,190,229)

Color info

#E8BEE5 contains red, green and blue colors in about the same proportion. Web safe color of #E8BEE5 is #FFCCCC (or #FCC).

RGB color model

#E8BEE5 color RGB value is (232,190,229).

RGB: (232,190,229) (91%, 75%, 90%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 229 of 255 = 90%

232
190
229

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

Portions of RGB colors in percentages

R + G + B = 232 + 190 + 229 = 651 (100%)
R 232 of 651 ~ 35.64%
G 190 of 651 ~ 29.19%
B 229 of 651 ~ 35.18'%

%35.64
%29.19
%35.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 1.29%
  • key color value is 9.02%

CMYK: (0,18,1,9)
C0M18Y1K9 (0%, 18%, 1%, 9%)
(0.00 / 0.18 / 0.01 / 0.09)

CMYK percentages

%0
%18.1
%1.29
%9.02

Codes

Color #E8BEE5 in popluar color models

E8 BE E5
RGB 232 190 229
HSL 304° 47.73% 82.75%
HSB/HSV 304° 18.10% 90.98%
CMYK 0.00% 18.10% 1.29%
9.02%

Color #E8BEE5 in popluar number systems.

HEX E8 BE E5
Decimal 232 190 229
Binary 11101000 10111110 11100101
Octal 350 276 345

Shades and tints

Shades of #E8BEE5

#E8BEE5
(232,190,229)
#D3ADD1
(211,173,209)
#BE9CBD
(190,156,189)
#A98BA9
(169,139,169)
#947A95
(148,122,149)
#7F6981
(127,105,129)
#6A586D
(106,88,109)
#554759
(85,71,89)
#403645
(64,54,69)
#2B2531
(43,37,49)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #E8BEE5

#E8BEE5
(232,190,229)
#EAC3E7
(234,195,231)
#ECC8E9
(236,200,233)
#EECDEB
(238,205,235)
#F0D2ED
(240,210,237)
#F2D7EF
(242,215,239)
#F4DCF1
(244,220,241)
#F6E1F3
(246,225,243)
#F8E6F5
(248,230,245)
#FAEBF7
(250,235,247)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BEE5; }

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

This text font color is #E8BEE5.

Background Color

.myBgColor { background-color: #E8BEE5; }

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

This div background color is #E8BEE5.

Border color

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

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

This div border color is #E8BEE5.

Opacity

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

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

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

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

This text has shadow with #E8BEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BEE5.

Preview

Color preview on black background

This text has color #E8BEE5 on black background.


Color preview on white background

This text has color #E8BEE5 on white background.


Black color preview on #E8BEE5 background

This text has black color on #E8BEE5 background.


White color preview on #E8BEE5 background

This text has white color on #E8BEE5 background.


Related colors

Complementary color

Complementary color for #hex is #17411A.


I love getcolorcode.com

Triadic colors

1 #E5E8BE and #BEE5E8 with #E8BEE5 are triadic colors.

2 #E5BEE8 and #BEE8E5 with #E8BEE5 are triadic colors.