COLOR #E9BDB6

HEX: #E9BDB6 RGB: (233,189,182)

Color info

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

RGB color model

#E9BDB6 color RGB value is (233,189,182).

RGB: (233,189,182) (91%, 74%, 71%)

RGB channels and saturation

R 233 of 255 = 91%
G 189 of 255 = 74%
B 182 of 255 = 71%

233
189
182

R + G + B ~ 79%. #E9BDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 189 + 182 = 604 (100%)
R 233 of 604 ~ 38.58%
G 189 of 604 ~ 31.29%
B 182 of 604 ~ 30.13'%

%38.58
%31.29
%30.13

CMYK color model

#E9BDB6 color CMYK value is (0,19,22,9).

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

CMYK: (0,19,22,9)
C0M19Y22K9 (0%, 19%, 22%, 9%)
(0.00 / 0.19 / 0.22 / 0.09)

CMYK percentages

%0
%18.88
%21.89
%8.63

Codes

Color #E9BDB6 in popluar color models

E9 BD B6
RGB 233 189 182
HSL 53.68% 81.37%
HSB/HSV 21.89% 91.37%
CMYK 0.00% 18.88% 21.89%
8.63%

Color #E9BDB6 in popluar number systems.

HEX E9 BD B6
Decimal 233 189 182
Binary 11101001 10111101 10110110
Octal 351 275 266

Shades and tints

Shades of #E9BDB6

#E9BDB6
(233,189,182)
#D4ACA6
(212,172,166)
#BF9B96
(191,155,150)
#AA8A86
(170,138,134)
#957976
(149,121,118)
#806866
(128,104,102)
#6B5756
(107,87,86)
#564646
(86,70,70)
#413536
(65,53,54)
#2C2426
(44,36,38)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #E9BDB6

#E9BDB6
(233,189,182)
#EBC3BC
(235,195,188)
#EDC9C2
(237,201,194)
#EFCFC8
(239,207,200)
#F1D5CE
(241,213,206)
#F3DBD4
(243,219,212)
#F5E1DA
(245,225,218)
#F7E7E0
(247,231,224)
#F9EDE6
(249,237,230)
#FBF3EC
(251,243,236)
#FDF9F2
(253,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BDB6; }

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

This text font color is #E9BDB6.

Background Color

.myBgColor { background-color: #E9BDB6; }

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

This div background color is #E9BDB6.

Border color

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

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

This div border color is #E9BDB6.

Opacity

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

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

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

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

This text has shadow with #E9BDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BDB6.

Preview

Color preview on black background

This text has color #E9BDB6 on black background.


Color preview on white background

This text has color #E9BDB6 on white background.


Black color preview on #E9BDB6 background

This text has black color on #E9BDB6 background.


White color preview on #E9BDB6 background

This text has white color on #E9BDB6 background.


Related colors

Complementary color

Complementary color for #hex is #164249.


I love getcolorcode.com

Triadic colors

1 #B6E9BD and #BDB6E9 with #E9BDB6 are triadic colors.

2 #B6BDE9 and #BDE9B6 with #E9BDB6 are triadic colors.