COLOR #E9B5B4

HEX: #E9B5B4 RGB: (233,181,180)

Color info

#E9B5B4 contains red, green and blue colors in about the same proportion. Web safe color of #E9B5B4 is #FFCCCC (or #FCC).

RGB color model

#E9B5B4 color RGB value is (233,181,180).

RGB: (233,181,180) (91%, 71%, 71%)

RGB channels and saturation

R 233 of 255 = 91%
G 181 of 255 = 71%
B 180 of 255 = 71%

233
181
180

R + G + B ~ 78%. #E9B5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 181 + 180 = 594 (100%)
R 233 of 594 ~ 39.23%
G 181 of 594 ~ 30.47%
B 180 of 594 ~ 30.3'%

%39.23
%30.47
%30.3

CMYK color model

#E9B5B4 color CMYK value is (0,22,23,9).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 22.75%
  • key color value is 8.63%

CMYK: (0,22,23,9)
C0M22Y23K9 (0%, 22%, 23%, 9%)
(0.00 / 0.22 / 0.23 / 0.09)

CMYK percentages

%0
%22.32
%22.75
%8.63

Codes

Color #E9B5B4 in popluar color models

E9 B5 B4
RGB 233 181 180
HSL 54.64% 80.98%
HSB/HSV 22.75% 91.37%
CMYK 0.00% 22.32% 22.75%
8.63%

Color #E9B5B4 in popluar number systems.

HEX E9 B5 B4
Decimal 233 181 180
Binary 11101001 10110101 10110100
Octal 351 265 264

Shades and tints

Shades of #E9B5B4

#E9B5B4
(233,181,180)
#D4A5A4
(212,165,164)
#BF9594
(191,149,148)
#AA8584
(170,133,132)
#957574
(149,117,116)
#806564
(128,101,100)
#6B5554
(107,85,84)
#564544
(86,69,68)
#413534
(65,53,52)
#2C2524
(44,37,36)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #E9B5B4

#E9B5B4
(233,181,180)
#EBBBBA
(235,187,186)
#EDC1C0
(237,193,192)
#EFC7C6
(239,199,198)
#F1CDCC
(241,205,204)
#F3D3D2
(243,211,210)
#F5D9D8
(245,217,216)
#F7DFDE
(247,223,222)
#F9E5E4
(249,229,228)
#FBEBEA
(251,235,234)
#FDF1F0
(253,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B5B4 color. Also use rgb(233,181,180) instead hex code.

Text Font Color

.myTextColor { color: #E9B5B4; }

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

This text font color is #E9B5B4.

Background Color

.myBgColor { background-color: #E9B5B4; }

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

This div background color is #E9B5B4.

Border color

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

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

This div border color is #E9B5B4.

Opacity

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

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

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

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

This text has shadow with #E9B5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B5B4.

Preview

Color preview on black background

This text has color #E9B5B4 on black background.


Color preview on white background

This text has color #E9B5B4 on white background.


Black color preview on #E9B5B4 background

This text has black color on #E9B5B4 background.


White color preview on #E9B5B4 background

This text has white color on #E9B5B4 background.


Related colors

Complementary color

Complementary color for #hex is #164A4B.


I love getcolorcode.com

Triadic colors

1 #B4E9B5 and #B5B4E9 with #E9B5B4 are triadic colors.

2 #B4B5E9 and #B5E9B4 with #E9B5B4 are triadic colors.