COLOR #E8B8EA

HEX: #E8B8EA
RGB: (232,184,234)

Color info

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

RGB color model

#E8B8EA color RGB value is (232,184,234).

  • red value is 232;
  • green value is 184;
  • blue value is 234.
RGB:
(232,184,234)
(91%,72%,92%)

RGB channels and saturation

R 232 of 255 = 91%
G 184 of 255 = 72%
B 234 of 255 = 92%

232
184
234

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

Portions of RGB colors in percentages

R + G + B =
232 + 184 + 234 = 650 (100%)
R 232 of 650 ~ 35.69%
G 184 of 650 ~ 28.31%
B 234 of 650 ~ 36%

%35.69
%28.31
%36

CMYK color model

#E8B8EA color CMYK value is (1,21,0,8).

  • cyan value is 0.85%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,21,0,8)
C1M21Y0K8 
(1%,21%,0%,8%)
(0.01/0.21/0.00/0.08)	

CMYK percentages

%0.85
%21.37
%0
%8.24

Codes

Color #E8B8EA in popluar color models

E8B8EA
RGB232184234
HSL298°54.35%81.96%
HSB/HSV298°21.37%91.76%
CMYK0.85%21.37%0.00%
8.24%

Color #E8B8EA in popluar number systems.

HEXE8B8EA
Decimal232184234
Binary111010001011100011101010
Octal350270352

Shades and tints

Shades of #E8B8EA

#E8B8EA
(232,184,234)
#D3A8D5
(211,168,213)
#BE98C0
(190,152,192)
#A988AB
(169,136,171)
#947896
(148,120,150)
#7F6881
(127,104,129)
#6A586C
(106,88,108)
#554857
(85,72,87)
#403842
(64,56,66)
#2B282D
(43,40,45)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #E8B8EA

#E8B8EA
(232,184,234)
#EABEEB
(234,190,235)
#ECC4EC
(236,196,236)
#EECAED
(238,202,237)
#F0D0EE
(240,208,238)
#F2D6EF
(242,214,239)
#F4DCF0
(244,220,240)
#F6E2F1
(246,226,241)
#F8E8F2
(248,232,242)
#FAEEF3
(250,238,243)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B8EA color. Also use rgb(232,184,234) instead hex code.

Text Font Color

.myTextColor { color: #E8B8EA; }

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

This text font color is #E8B8EA.


Background Color

.myBgColor { background-color: #E8B8EA; }

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

This div background color is #E8B8EA.


Border color

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

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

This div border color is #E8B8EA.


Opacity

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

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

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

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

This text has shadow with #E8B8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B8EA on black background.


Color preview on white background

This text has color #E8B8EA on white background.



Black color preview on #E8B8EA background

This text has black color on #E8B8EA background.


White color preview on #E8B8EA background

This text has white color on #E8B8EA background.