COLOR #E2B9DA

HEX: #E2B9DA
RGB: (226,185,218)

Color info

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

RGB color model

#E2B9DA color RGB value is (226,185,218).

  • red value is 226;
  • green value is 185;
  • blue value is 218.
RGB:
(226,185,218)
(89%,73%,85%)

RGB channels and saturation

R 226 of 255 = 89%
G 185 of 255 = 73%
B 218 of 255 = 85%

226
185
218

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

Portions of RGB colors in percentages

R + G + B =
226 + 185 + 218 = 629 (100%)
R 226 of 629 ~ 35.93%
G 185 of 629 ~ 29.41%
B 218 of 629 ~ 34.66%

%35.93
%29.41
%34.66

CMYK color model

#E2B9DA color CMYK value is (0,18,4,11).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 3.54%
  • key color value is 11.37%
CMYK:
(0,18,4,11)
C0M18Y4K11 
(0%,18%,4%,11%)
(0.00/0.18/0.04/0.11)	

CMYK percentages

%0
%18.14
%3.54
%11.37

Codes

Color #E2B9DA in popluar color models

E2B9DA
RGB226185218
HSL312°41.41%80.59%
HSB/HSV312°18.14%88.63%
CMYK0.00%18.14%3.54%
11.37%

Color #E2B9DA in popluar number systems.

HEXE2B9DA
Decimal226185218
Binary111000101011100111011010
Octal342271332

Shades and tints

Shades of #E2B9DA

#E2B9DA
(226,185,218)
#CEA9C7
(206,169,199)
#BA99B4
(186,153,180)
#A689A1
(166,137,161)
#92798E
(146,121,142)
#7E697B
(126,105,123)
#6A5968
(106,89,104)
#564955
(86,73,85)
#423942
(66,57,66)
#2E292F
(46,41,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #E2B9DA

#E2B9DA
(226,185,218)
#E4BFDD
(228,191,221)
#E6C5E0
(230,197,224)
#E8CBE3
(232,203,227)
#EAD1E6
(234,209,230)
#ECD7E9
(236,215,233)
#EEDDEC
(238,221,236)
#F0E3EF
(240,227,239)
#F2E9F2
(242,233,242)
#F4EFF5
(244,239,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B9DA color. Also use rgb(226,185,218) instead hex code.

Text Font Color

.myTextColor { color: #E2B9DA; }

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

This text font color is #E2B9DA.


Background Color

.myBgColor { background-color: #E2B9DA; }

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

This div background color is #E2B9DA.


Border color

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

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

This div border color is #E2B9DA.


Opacity

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

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

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

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

This text has shadow with #E2B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B9DA on black background.


Color preview on white background

This text has color #E2B9DA on white background.



Black color preview on #E2B9DA background

This text has black color on #E2B9DA background.


White color preview on #E2B9DA background

This text has white color on #E2B9DA background.