COLOR #E8BEEB

HEX: #E8BEEB
RGB: (232,190,235)

Color info

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

RGB color model

#E8BEEB color RGB value is (232,190,235).

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

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 235 of 255 = 92%

232
190
235

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

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 235 = 657 (100%)
R 232 of 657 ~ 35.31%
G 190 of 657 ~ 28.92%
B 235 of 657 ~ 35.77%

%35.31
%28.92
%35.77

CMYK color model

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

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

CMYK percentages

%1.28
%19.15
%0
%7.84

Codes

Color #E8BEEB in popluar color models

E8BEEB
RGB232190235
HSL296°52.94%83.33%
HSB/HSV296°19.15%92.16%
CMYK1.28%19.15%0.00%
7.84%

Color #E8BEEB in popluar number systems.

HEXE8BEEB
Decimal232190235
Binary111010001011111011101011
Octal350276353

Shades and tints

Shades of #E8BEEB

#E8BEEB
(232,190,235)
#D3ADD6
(211,173,214)
#BE9CC1
(190,156,193)
#A98BAC
(169,139,172)
#947A97
(148,122,151)
#7F6982
(127,105,130)
#6A586D
(106,88,109)
#554758
(85,71,88)
#403643
(64,54,67)
#2B252E
(43,37,46)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #E8BEEB

#E8BEEB
(232,190,235)
#EAC3EC
(234,195,236)
#ECC8ED
(236,200,237)
#EECDEE
(238,205,238)
#F0D2EF
(240,210,239)
#F2D7F0
(242,215,240)
#F4DCF1
(244,220,241)
#F6E1F2
(246,225,242)
#F8E6F3
(248,230,243)
#FAEBF4
(250,235,244)
#FCF0F5
(252,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BEEB; }

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

This text font color is #E8BEEB.


Background Color

.myBgColor { background-color: #E8BEEB; }

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

This div background color is #E8BEEB.


Border color

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

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

This div border color is #E8BEEB.


Opacity

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

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

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

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

This text has shadow with #E8BEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BEEB on black background.


Color preview on white background

This text has color #E8BEEB on white background.



Black color preview on #E8BEEB background

This text has black color on #E8BEEB background.


White color preview on #E8BEEB background

This text has white color on #E8BEEB background.