COLOR #E9B8B8

HEX: #E9B8B8
RGB: (233,184,184)

Color info

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

RGB color model

#E9B8B8 color RGB value is (233,184,184).

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

RGB channels and saturation

R 233 of 255 = 91%
G 184 of 255 = 72%
B 184 of 255 = 72%

233
184
184

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

Portions of RGB colors in percentages

R + G + B =
233 + 184 + 184 = 601 (100%)
R 233 of 601 ~ 38.77%
G 184 of 601 ~ 30.62%
B 184 of 601 ~ 30.62%

%38.77
%30.62
%30.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 21.03%
  • key color value is 8.63%
CMYK:
(0,21,21,9)
C0M21Y21K9 
(0%,21%,21%,9%)
(0.00/0.21/0.21/0.09)	

CMYK percentages

%0
%21.03
%21.03
%8.63

Codes

Color #E9B8B8 in popluar color models

E9B8B8
RGB233184184
HSL52.69%81.76%
HSB/HSV21.03%91.37%
CMYK0.00%21.03%21.03%
8.63%

Color #E9B8B8 in popluar number systems.

HEXE9B8B8
Decimal233184184
Binary111010011011100010111000
Octal351270270

Shades and tints

Shades of #E9B8B8

#E9B8B8
(233,184,184)
#D4A8A8
(212,168,168)
#BF9898
(191,152,152)
#AA8888
(170,136,136)
#957878
(149,120,120)
#806868
(128,104,104)
#6B5858
(107,88,88)
#564848
(86,72,72)
#413838
(65,56,56)
#2C2828
(44,40,40)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9B8B8

#E9B8B8
(233,184,184)
#EBBEBE
(235,190,190)
#EDC4C4
(237,196,196)
#EFCACA
(239,202,202)
#F1D0D0
(241,208,208)
#F3D6D6
(243,214,214)
#F5DCDC
(245,220,220)
#F7E2E2
(247,226,226)
#F9E8E8
(249,232,232)
#FBEEEE
(251,238,238)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B8B8; }

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

This text font color is #E9B8B8.


Background Color

.myBgColor { background-color: #E9B8B8; }

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

This div background color is #E9B8B8.


Border color

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

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

This div border color is #E9B8B8.


Opacity

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

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

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

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

This text has shadow with #E9B8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B8B8 on black background.


Color preview on white background

This text has color #E9B8B8 on white background.



Black color preview on #E9B8B8 background

This text has black color on #E9B8B8 background.


White color preview on #E9B8B8 background

This text has white color on #E9B8B8 background.