COLOR #E2B5DD

HEX: #E2B5DD
RGB: (226,181,221)

Color info

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

RGB color model

#E2B5DD color RGB value is (226,181,221).

  • red value is 226;
  • green value is 181;
  • blue value is 221.
RGB:
(226,181,221)
(89%,71%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 181 of 255 = 71%
B 221 of 255 = 87%

226
181
221

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

Portions of RGB colors in percentages

R + G + B =
226 + 181 + 221 = 628 (100%)
R 226 of 628 ~ 35.99%
G 181 of 628 ~ 28.82%
B 221 of 628 ~ 35.19%

%35.99
%28.82
%35.19

CMYK color model

#E2B5DD color CMYK value is (0,20,2,11).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK:
(0,20,2,11)
C0M20Y2K11 
(0%,20%,2%,11%)
(0.00/0.20/0.02/0.11)	

CMYK percentages

%0
%19.91
%2.21
%11.37

Codes

Color #E2B5DD in popluar color models

E2B5DD
RGB226181221
HSL307°43.69%79.80%
HSB/HSV307°19.91%88.63%
CMYK0.00%19.91%2.21%
11.37%

Color #E2B5DD in popluar number systems.

HEXE2B5DD
Decimal226181221
Binary111000101011010111011101
Octal342265335

Shades and tints

Shades of #E2B5DD

#E2B5DD
(226,181,221)
#CEA5C9
(206,165,201)
#BA95B5
(186,149,181)
#A685A1
(166,133,161)
#92758D
(146,117,141)
#7E6579
(126,101,121)
#6A5565
(106,85,101)
#564551
(86,69,81)
#42353D
(66,53,61)
#2E2529
(46,37,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #E2B5DD

#E2B5DD
(226,181,221)
#E4BBE0
(228,187,224)
#E6C1E3
(230,193,227)
#E8C7E6
(232,199,230)
#EACDE9
(234,205,233)
#ECD3EC
(236,211,236)
#EED9EF
(238,217,239)
#F0DFF2
(240,223,242)
#F2E5F5
(242,229,245)
#F4EBF8
(244,235,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B5DD color. Also use rgb(226,181,221) instead hex code.

Text Font Color

.myTextColor { color: #E2B5DD; }

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

This text font color is #E2B5DD.


Background Color

.myBgColor { background-color: #E2B5DD; }

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

This div background color is #E2B5DD.


Border color

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

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

This div border color is #E2B5DD.


Opacity

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

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

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

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

This text has shadow with #E2B5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B5DD on black background.


Color preview on white background

This text has color #E2B5DD on white background.



Black color preview on #E2B5DD background

This text has black color on #E2B5DD background.


White color preview on #E2B5DD background

This text has white color on #E2B5DD background.