COLOR #E2B7D2

HEX: #E2B7D2 RGB: (226,183,210)

Color info

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

RGB color model

#E2B7D2 color RGB value is (226,183,210).

RGB: (226,183,210) (89%, 72%, 82%)

RGB channels and saturation

R 226 of 255 = 89%
G 183 of 255 = 72%
B 210 of 255 = 82%

226
183
210

R + G + B ~ 81%. #E2B7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 183 + 210 = 619 (100%)
R 226 of 619 ~ 36.51%
G 183 of 619 ~ 29.56%
B 210 of 619 ~ 33.93'%

%36.51
%29.56
%33.93

CMYK color model

#E2B7D2 color CMYK value is (0,19,7,11).

  • cyan value is 0.00%
  • magenta value is 19.03%
  • yellow value is 7.08%
  • key color value is 11.37%

CMYK: (0,19,7,11)
C0M19Y7K11 (0%, 19%, 7%, 11%)
(0.00 / 0.19 / 0.07 / 0.11)

CMYK percentages

%0
%19.03
%7.08
%11.37

Codes

Color #E2B7D2 in popluar color models

E2 B7 D2
RGB 226 183 210
HSL 322° 42.57% 80.20%
HSB/HSV 322° 19.03% 88.63%
CMYK 0.00% 19.03% 7.08%
11.37%

Color #E2B7D2 in popluar number systems.

HEX E2 B7 D2
Decimal 226 183 210
Binary 11100010 10110111 11010010
Octal 342 267 322

Shades and tints

Shades of #E2B7D2

#E2B7D2
(226,183,210)
#CEA7BF
(206,167,191)
#BA97AC
(186,151,172)
#A68799
(166,135,153)
#927786
(146,119,134)
#7E6773
(126,103,115)
#6A5760
(106,87,96)
#56474D
(86,71,77)
#42373A
(66,55,58)
#2E2727
(46,39,39)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #E2B7D2

#E2B7D2
(226,183,210)
#E4BDD6
(228,189,214)
#E6C3DA
(230,195,218)
#E8C9DE
(232,201,222)
#EACFE2
(234,207,226)
#ECD5E6
(236,213,230)
#EEDBEA
(238,219,234)
#F0E1EE
(240,225,238)
#F2E7F2
(242,231,242)
#F4EDF6
(244,237,246)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B7D2 color. Also use rgb(226,183,210) instead hex code.

Text Font Color

.myTextColor { color: #E2B7D2; }

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

This text font color is #E2B7D2.

Background Color

.myBgColor { background-color: #E2B7D2; }

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

This div background color is #E2B7D2.

Border color

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

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

This div border color is #E2B7D2.

Opacity

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

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

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

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

This text has shadow with #E2B7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B7D2.

Preview

Color preview on black background

This text has color #E2B7D2 on black background.


Color preview on white background

This text has color #E2B7D2 on white background.


Black color preview on #E2B7D2 background

This text has black color on #E2B7D2 background.


White color preview on #E2B7D2 background

This text has white color on #E2B7D2 background.


Related colors

Complementary color

Complementary color for #hex is #1D482D.


I love getcolorcode.com

Triadic colors

1 #D2E2B7 and #B7D2E2 with #E2B7D2 are triadic colors.

2 #D2B7E2 and #B7E2D2 with #E2B7D2 are triadic colors.