COLOR #E9B6B1

HEX: #E9B6B1 RGB: (233,182,177)

Color info

#E9B6B1 contains red, green and blue colors in about the same proportion. Web safe color of #E9B6B1 is #FFCC99 (or #FC9).

RGB color model

#E9B6B1 color RGB value is (233,182,177).

RGB: (233,182,177) (91%, 71%, 69%)

RGB channels and saturation

R 233 of 255 = 91%
G 182 of 255 = 71%
B 177 of 255 = 69%

233
182
177

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

Portions of RGB colors in percentages

R + G + B = 233 + 182 + 177 = 592 (100%)
R 233 of 592 ~ 39.36%
G 182 of 592 ~ 30.74%
B 177 of 592 ~ 29.9'%

%39.36
%30.74
%29.9

CMYK color model

#E9B6B1 color CMYK value is (0,22,24,9).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 24.03%
  • key color value is 8.63%

CMYK: (0,22,24,9)
C0M22Y24K9 (0%, 22%, 24%, 9%)
(0.00 / 0.22 / 0.24 / 0.09)

CMYK percentages

%0
%21.89
%24.03
%8.63

Codes

Color #E9B6B1 in popluar color models

E9 B6 B1
RGB 233 182 177
HSL 56.00% 80.39%
HSB/HSV 24.03% 91.37%
CMYK 0.00% 21.89% 24.03%
8.63%

Color #E9B6B1 in popluar number systems.

HEX E9 B6 B1
Decimal 233 182 177
Binary 11101001 10110110 10110001
Octal 351 266 261

Shades and tints

Shades of #E9B6B1

#E9B6B1
(233,182,177)
#D4A6A1
(212,166,161)
#BF9691
(191,150,145)
#AA8681
(170,134,129)
#957671
(149,118,113)
#806661
(128,102,97)
#6B5651
(107,86,81)
#564641
(86,70,65)
#413631
(65,54,49)
#2C2621
(44,38,33)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #E9B6B1

#E9B6B1
(233,182,177)
#EBBCB8
(235,188,184)
#EDC2BF
(237,194,191)
#EFC8C6
(239,200,198)
#F1CECD
(241,206,205)
#F3D4D4
(243,212,212)
#F5DADB
(245,218,219)
#F7E0E2
(247,224,226)
#F9E6E9
(249,230,233)
#FBECF0
(251,236,240)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B6B1 color. Also use rgb(233,182,177) instead hex code.

Text Font Color

.myTextColor { color: #E9B6B1; }

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

This text font color is #E9B6B1.

Background Color

.myBgColor { background-color: #E9B6B1; }

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

This div background color is #E9B6B1.

Border color

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

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

This div border color is #E9B6B1.

Opacity

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

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

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

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

This text has shadow with #E9B6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B6B1.

Preview

Color preview on black background

This text has color #E9B6B1 on black background.


Color preview on white background

This text has color #E9B6B1 on white background.


Black color preview on #E9B6B1 background

This text has black color on #E9B6B1 background.


White color preview on #E9B6B1 background

This text has white color on #E9B6B1 background.


Related colors

Complementary color

Complementary color for #hex is #16494E.


I love getcolorcode.com

Triadic colors

1 #B1E9B6 and #B6B1E9 with #E9B6B1 are triadic colors.

2 #B1B6E9 and #B6E9B1 with #E9B6B1 are triadic colors.