COLOR #E2B8DC

HEX: #E2B8DC
RGB: (226,184,220)

Color info

#E2B8DC contains red, green and blue colors in about the same proportion. Web safe color of #E2B8DC is #CCCCCC (or #CCC).

RGB color model

#E2B8DC color RGB value is (226,184,220).

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

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 220 of 255 = 86%

226
184
220

R + G + B ~ 82%. #E2B8DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 184 + 220 = 630 (100%)
R 226 of 630 ~ 35.87%
G 184 of 630 ~ 29.21%
B 220 of 630 ~ 34.92%

%35.87
%29.21
%34.92

CMYK color model

#E2B8DC color CMYK value is (0,19,3,11).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(0,19,3,11)
C0M19Y3K11 
(0%,19%,3%,11%)
(0.00/0.19/0.03/0.11)	

CMYK percentages

%0
%18.58
%2.65
%11.37

Codes

Color #E2B8DC in popluar color models

E2B8DC
RGB226184220
HSL309°42.00%80.39%
HSB/HSV309°18.58%88.63%
CMYK0.00%18.58%2.65%
11.37%

Color #E2B8DC in popluar number systems.

HEXE2B8DC
Decimal226184220
Binary111000101011100011011100
Octal342270334

Shades and tints

Shades of #E2B8DC

#E2B8DC
(226,184,220)
#CEA8C8
(206,168,200)
#BA98B4
(186,152,180)
#A688A0
(166,136,160)
#92788C
(146,120,140)
#7E6878
(126,104,120)
#6A5864
(106,88,100)
#564850
(86,72,80)
#42383C
(66,56,60)
#2E2828
(46,40,40)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #E2B8DC

#E2B8DC
(226,184,220)
#E4BEDF
(228,190,223)
#E6C4E2
(230,196,226)
#E8CAE5
(232,202,229)
#EAD0E8
(234,208,232)
#ECD6EB
(236,214,235)
#EEDCEE
(238,220,238)
#F0E2F1
(240,226,241)
#F2E8F4
(242,232,244)
#F4EEF7
(244,238,247)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B8DC; }

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

This text font color is #E2B8DC.


Background Color

.myBgColor { background-color: #E2B8DC; }

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

This div background color is #E2B8DC.


Border color

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

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

This div border color is #E2B8DC.


Opacity

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

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

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

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

This text has shadow with #E2B8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B8DC on black background.


Color preview on white background

This text has color #E2B8DC on white background.



Black color preview on #E2B8DC background

This text has black color on #E2B8DC background.


White color preview on #E2B8DC background

This text has white color on #E2B8DC background.