COLOR #E2B4B7

HEX: #E2B4B7 RGB: (226,180,183)

Color info

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

RGB color model

#E2B4B7 color RGB value is (226,180,183).

RGB: (226,180,183) (89%, 71%, 72%)

RGB channels and saturation

R 226 of 255 = 89%
G 180 of 255 = 71%
B 183 of 255 = 72%

226
180
183

R + G + B ~ 77%. #E2B4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 180 + 183 = 589 (100%)
R 226 of 589 ~ 38.37%
G 180 of 589 ~ 30.56%
B 183 of 589 ~ 31.07'%

%38.37
%30.56
%31.07

CMYK color model

#E2B4B7 color CMYK value is (0,20,19,11).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 19.03%
  • key color value is 11.37%
CMYK: (0,20,19,11) C0M20Y19K11 (0%,20%,19%,11%) (0.00/0.20/0.19/0.11) 

CMYK percentages

%0
%20.35
%19.03
%11.37

Codes

Color #E2B4B7 in popluar color models

E2 B4 B7
RGB 226 180 183
HSL 356° 44.23% 79.61%
HSB/HSV 356° 20.35% 88.63%
CMYK 0.00% 20.35% 19.03%
11.37%

Color #E2B4B7 in popluar number systems.

HEX E2 B4 B7
Decimal 226 180 183
Binary 11100010 10110100 10110111
Octal 342 264 267

Shades and tints

Shades of #E2B4B7

#E2B4B7
(226,180,183)
#CEA4A7
(206,164,167)
#BA9497
(186,148,151)
#A68487
(166,132,135)
#927477
(146,116,119)
#7E6467
(126,100,103)
#6A5457
(106,84,87)
#564447
(86,68,71)
#423437
(66,52,55)
#2E2427
(46,36,39)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2B4B7

#E2B4B7
(226,180,183)
#E4BABD
(228,186,189)
#E6C0C3
(230,192,195)
#E8C6C9
(232,198,201)
#EACCCF
(234,204,207)
#ECD2D5
(236,210,213)
#EED8DB
(238,216,219)
#F0DEE1
(240,222,225)
#F2E4E7
(242,228,231)
#F4EAED
(244,234,237)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B4B7; }

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

This text font color is #E2B4B7.

Background Color

.myBgColor { background-color: #E2B4B7; }

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

This div background color is #E2B4B7.

Border color

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

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

This div border color is #E2B4B7.

Opacity

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

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

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

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

This text has shadow with #E2B4B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B4B7.

Preview

Color preview on black background

This text has color #E2B4B7 on black background.


Color preview on white background

This text has color #E2B4B7 on white background.


Black color preview on #E2B4B7 background

This text has black color on #E2B4B7 background.


White color preview on #E2B4B7 background

This text has white color on #E2B4B7 background.


Related colors

Complementary color

Complementary color for #hex is #1D4B48.


I love getcolorcode.com

Triadic colors

1 #B7E2B4 and #B4B7E2 with #E2B4B7 are triadic colors.

2 #B7B4E2 and #B4E2B7 with #E2B4B7 are triadic colors.