COLOR #E2B3CD

HEX: #E2B3CD
RGB: (226,179,205)

Color info

#E2B3CD contains red, green and blue colors in about the same proportion. Web safe color of #E2B3CD is #CC99CC (or #C9C).

RGB color model

#E2B3CD color RGB value is (226,179,205).

  • red value is 226;
  • green value is 179;
  • blue value is 205.
RGB:
(226,179,205)
(89%,70%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 205 of 255 = 80%

226
179
205

R + G + B ~ 80%. #E2B3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 205 = 610 (100%)
R 226 of 610 ~ 37.05%
G 179 of 610 ~ 29.34%
B 205 of 610 ~ 33.61%

%37.05
%29.34
%33.61

CMYK color model

#E2B3CD color CMYK value is (0,21,9,11).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 9.29%
  • key color value is 11.37%
CMYK:
(0,21,9,11)
C0M21Y9K11 
(0%,21%,9%,11%)
(0.00/0.21/0.09/0.11)	

CMYK percentages

%0
%20.8
%9.29
%11.37

Codes

Color #E2B3CD in popluar color models

E2B3CD
RGB226179205
HSL327°44.76%79.41%
HSB/HSV327°20.80%88.63%
CMYK0.00%20.80%9.29%
11.37%

Color #E2B3CD in popluar number systems.

HEXE2B3CD
Decimal226179205
Binary111000101011001111001101
Octal342263315

Shades and tints

Shades of #E2B3CD

#E2B3CD
(226,179,205)
#CEA3BB
(206,163,187)
#BA93A9
(186,147,169)
#A68397
(166,131,151)
#927385
(146,115,133)
#7E6373
(126,99,115)
#6A5361
(106,83,97)
#56434F
(86,67,79)
#42333D
(66,51,61)
#2E232B
(46,35,43)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #E2B3CD

#E2B3CD
(226,179,205)
#E4B9D1
(228,185,209)
#E6BFD5
(230,191,213)
#E8C5D9
(232,197,217)
#EACBDD
(234,203,221)
#ECD1E1
(236,209,225)
#EED7E5
(238,215,229)
#F0DDE9
(240,221,233)
#F2E3ED
(242,227,237)
#F4E9F1
(244,233,241)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B3CD color. Also use rgb(226,179,205) instead hex code.

Text Font Color

.myTextColor { color: #E2B3CD; }

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

This text font color is #E2B3CD.


Background Color

.myBgColor { background-color: #E2B3CD; }

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

This div background color is #E2B3CD.


Border color

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

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

This div border color is #E2B3CD.


Opacity

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

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

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

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

This text has shadow with #E2B3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B3CD on black background.


Color preview on white background

This text has color #E2B3CD on white background.



Black color preview on #E2B3CD background

This text has black color on #E2B3CD background.


White color preview on #E2B3CD background

This text has white color on #E2B3CD background.