COLOR #E9B7BC

HEX: #E9B7BC
RGB: (233,183,188)

Color info

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

RGB color model

#E9B7BC color RGB value is (233,183,188).

  • red value is 233;
  • green value is 183;
  • blue value is 188.
RGB:
(233,183,188)
(91%,72%,74%)

RGB channels and saturation

R 233 of 255 = 91%
G 183 of 255 = 72%
B 188 of 255 = 74%

233
183
188

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

Portions of RGB colors in percentages

R + G + B =
233 + 183 + 188 = 604 (100%)
R 233 of 604 ~ 38.58%
G 183 of 604 ~ 30.3%
B 188 of 604 ~ 31.13%

%38.58
%30.3
%31.13

CMYK color model

#E9B7BC color CMYK value is (0,21,19,9).

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 19.31%
  • key color value is 8.63%
CMYK:
(0,21,19,9)
C0M21Y19K9 
(0%,21%,19%,9%)
(0.00/0.21/0.19/0.09)	

CMYK percentages

%0
%21.46
%19.31
%8.63

Codes

Color #E9B7BC in popluar color models

E9B7BC
RGB233183188
HSL354°53.19%81.57%
HSB/HSV354°21.46%91.37%
CMYK0.00%21.46%19.31%
8.63%

Color #E9B7BC in popluar number systems.

HEXE9B7BC
Decimal233183188
Binary111010011011011110111100
Octal351267274

Shades and tints

Shades of #E9B7BC

#E9B7BC
(233,183,188)
#D4A7AB
(212,167,171)
#BF979A
(191,151,154)
#AA8789
(170,135,137)
#957778
(149,119,120)
#806767
(128,103,103)
#6B5756
(107,87,86)
#564745
(86,71,69)
#413734
(65,55,52)
#2C2723
(44,39,35)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #E9B7BC

#E9B7BC
(233,183,188)
#EBBDC2
(235,189,194)
#EDC3C8
(237,195,200)
#EFC9CE
(239,201,206)
#F1CFD4
(241,207,212)
#F3D5DA
(243,213,218)
#F5DBE0
(245,219,224)
#F7E1E6
(247,225,230)
#F9E7EC
(249,231,236)
#FBEDF2
(251,237,242)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B7BC color. Also use rgb(233,183,188) instead hex code.

Text Font Color

.myTextColor { color: #E9B7BC; }

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

This text font color is #E9B7BC.


Background Color

.myBgColor { background-color: #E9B7BC; }

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

This div background color is #E9B7BC.


Border color

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

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

This div border color is #E9B7BC.


Opacity

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

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

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

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

This text has shadow with #E9B7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B7BC on black background.


Color preview on white background

This text has color #E9B7BC on white background.



Black color preview on #E9B7BC background

This text has black color on #E9B7BC background.


White color preview on #E9B7BC background

This text has white color on #E9B7BC background.