COLOR #E2B8E7

HEX: #E2B8E7
RGB: (226,184,231)

Color info

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

RGB color model

#E2B8E7 color RGB value is (226,184,231).

  • red value is 226;
  • green value is 184;
  • blue value is 231.
RGB:
(226,184,231)
(89%,72%,91%)

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 231 of 255 = 91%

226
184
231

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

Portions of RGB colors in percentages

R + G + B =
226 + 184 + 231 = 641 (100%)
R 226 of 641 ~ 35.26%
G 184 of 641 ~ 28.71%
B 231 of 641 ~ 36.04%

%35.26
%28.71
%36.04

CMYK color model

#E2B8E7 color CMYK value is (2,20,0,9).

  • cyan value is 2.16%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,20,0,9)
C2M20Y0K9 
(2%,20%,0%,9%)
(0.02/0.20/0.00/0.09)	

CMYK percentages

%2.16
%20.35
%0
%9.41

Codes

Color #E2B8E7 in popluar color models

E2B8E7
RGB226184231
HSL294°49.47%81.37%
HSB/HSV294°20.35%90.59%
CMYK2.16%20.35%0.00%
9.41%

Color #E2B8E7 in popluar number systems.

HEXE2B8E7
Decimal226184231
Binary111000101011100011100111
Octal342270347

Shades and tints

Shades of #E2B8E7

#E2B8E7
(226,184,231)
#CEA8D2
(206,168,210)
#BA98BD
(186,152,189)
#A688A8
(166,136,168)
#927893
(146,120,147)
#7E687E
(126,104,126)
#6A5869
(106,88,105)
#564854
(86,72,84)
#42383F
(66,56,63)
#2E282A
(46,40,42)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #E2B8E7

#E2B8E7
(226,184,231)
#E4BEE9
(228,190,233)
#E6C4EB
(230,196,235)
#E8CAED
(232,202,237)
#EAD0EF
(234,208,239)
#ECD6F1
(236,214,241)
#EEDCF3
(238,220,243)
#F0E2F5
(240,226,245)
#F2E8F7
(242,232,247)
#F4EEF9
(244,238,249)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B8E7; }

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

This text font color is #E2B8E7.


Background Color

.myBgColor { background-color: #E2B8E7; }

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

This div background color is #E2B8E7.


Border color

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

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

This div border color is #E2B8E7.


Opacity

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

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

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

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

This text has shadow with #E2B8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B8E7 on black background.


Color preview on white background

This text has color #E2B8E7 on white background.



Black color preview on #E2B8E7 background

This text has black color on #E2B8E7 background.


White color preview on #E2B8E7 background

This text has white color on #E2B8E7 background.