COLOR #E9B6B3

HEX: #E9B6B3 RGB: (233,182,179)

Color info

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

RGB color model

#E9B6B3 color RGB value is (233,182,179).

RGB: (233,182,179) (91%, 71%, 70%)

RGB channels and saturation

R 233 of 255 = 91%
G 182 of 255 = 71%
B 179 of 255 = 70%

233
182
179

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

Portions of RGB colors in percentages

R + G + B = 233 + 182 + 179 = 594 (100%)
R 233 of 594 ~ 39.23%
G 182 of 594 ~ 30.64%
B 179 of 594 ~ 30.13'%

%39.23
%30.64
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 23.18%
  • 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
%21.89
%23.18
%8.63

Codes

Color #E9B6B3 in popluar color models

E9 B6 B3
RGB 233 182 179
HSL 55.10% 80.78%
HSB/HSV 23.18% 91.37%
CMYK 0.00% 21.89% 23.18%
8.63%

Color #E9B6B3 in popluar number systems.

HEX E9 B6 B3
Decimal 233 182 179
Binary 11101001 10110110 10110011
Octal 351 266 263

Shades and tints

Shades of #E9B6B3

#E9B6B3
(233,182,179)
#D4A6A3
(212,166,163)
#BF9693
(191,150,147)
#AA8683
(170,134,131)
#957673
(149,118,115)
#806663
(128,102,99)
#6B5653
(107,86,83)
#564643
(86,70,67)
#413633
(65,54,51)
#2C2623
(44,38,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #E9B6B3

#E9B6B3
(233,182,179)
#EBBCB9
(235,188,185)
#EDC2BF
(237,194,191)
#EFC8C5
(239,200,197)
#F1CECB
(241,206,203)
#F3D4D1
(243,212,209)
#F5DAD7
(245,218,215)
#F7E0DD
(247,224,221)
#F9E6E3
(249,230,227)
#FBECE9
(251,236,233)
#FDF2EF
(253,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B6B3; }

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

This text font color is #E9B6B3.

Background Color

.myBgColor { background-color: #E9B6B3; }

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

This div background color is #E9B6B3.

Border color

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

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

This div border color is #E9B6B3.

Opacity

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

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

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

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

This text has shadow with #E9B6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B6B3.

Preview

Color preview on black background

This text has color #E9B6B3 on black background.


Color preview on white background

This text has color #E9B6B3 on white background.


Black color preview on #E9B6B3 background

This text has black color on #E9B6B3 background.


White color preview on #E9B6B3 background

This text has white color on #E9B6B3 background.


Related colors

Complementary color

Complementary color for #hex is #16494C.


I love getcolorcode.com

Triadic colors

1 #B3E9B6 and #B6B3E9 with #E9B6B3 are triadic colors.

2 #B3B6E9 and #B6E9B3 with #E9B6B3 are triadic colors.