COLOR #E3B8EA

HEX: #E3B8EA
RGB: (227,184,234)

Color info

#E3B8EA contains red, green and blue colors in about the same proportion. Web safe color of #E3B8EA is #CCCCFF (or #CCF).

RGB color model

#E3B8EA color RGB value is (227,184,234).

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

RGB channels and saturation

R 227 of 255 = 89%
G 184 of 255 = 72%
B 234 of 255 = 92%

227
184
234

R + G + B ~ 84%. #E3B8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 184 + 234 = 645 (100%)
R 227 of 645 ~ 35.19%
G 184 of 645 ~ 28.53%
B 234 of 645 ~ 36.28%

%35.19
%28.53
%36.28

CMYK color model

#E3B8EA color CMYK value is (3,21,0,8).

  • cyan value is 2.99%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,21,0,8)
C3M21Y0K8 
(3%,21%,0%,8%)
(0.03/0.21/0.00/0.08)	

CMYK percentages

%2.99
%21.37
%0
%8.24

Codes

Color #E3B8EA in popluar color models

E3B8EA
RGB227184234
HSL292°54.35%81.96%
HSB/HSV292°21.37%91.76%
CMYK2.99%21.37%0.00%
8.24%

Color #E3B8EA in popluar number systems.

HEXE3B8EA
Decimal227184234
Binary111000111011100011101010
Octal343270352

Shades and tints

Shades of #E3B8EA

#E3B8EA
(227,184,234)
#CFA8D5
(207,168,213)
#BB98C0
(187,152,192)
#A788AB
(167,136,171)
#937896
(147,120,150)
#7F6881
(127,104,129)
#6B586C
(107,88,108)
#574857
(87,72,87)
#433842
(67,56,66)
#2F282D
(47,40,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3B8EA

#E3B8EA
(227,184,234)
#E5BEEB
(229,190,235)
#E7C4EC
(231,196,236)
#E9CAED
(233,202,237)
#EBD0EE
(235,208,238)
#EDD6EF
(237,214,239)
#EFDCF0
(239,220,240)
#F1E2F1
(241,226,241)
#F3E8F2
(243,232,242)
#F5EEF3
(245,238,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B8EA; }

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

This text font color is #E3B8EA.


Background Color

.myBgColor { background-color: #E3B8EA; }

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

This div background color is #E3B8EA.


Border color

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

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

This div border color is #E3B8EA.


Opacity

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

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

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

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

This text has shadow with #E3B8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B8EA on black background.


Color preview on white background

This text has color #E3B8EA on white background.



Black color preview on #E3B8EA background

This text has black color on #E3B8EA background.


White color preview on #E3B8EA background

This text has white color on #E3B8EA background.