COLOR #E9BBBD

HEX: #E9BBBD
RGB: (233,187,189)

Color info

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

RGB color model

#E9BBBD color RGB value is (233,187,189).

  • red value is 233;
  • green value is 187;
  • blue value is 189.
RGB:
(233,187,189)
(91%,73%,74%)

RGB channels and saturation

R 233 of 255 = 91%
G 187 of 255 = 73%
B 189 of 255 = 74%

233
187
189

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

Portions of RGB colors in percentages

R + G + B =
233 + 187 + 189 = 609 (100%)
R 233 of 609 ~ 38.26%
G 187 of 609 ~ 30.71%
B 189 of 609 ~ 31.03%

%38.26
%30.71
%31.03

CMYK color model

#E9BBBD color CMYK value is (0,20,19,9).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(0,20,19,9)
C0M20Y19K9 
(0%,20%,19%,9%)
(0.00/0.20/0.19/0.09)	

CMYK percentages

%0
%19.74
%18.88
%8.63

Codes

Color #E9BBBD in popluar color models

E9BBBD
RGB233187189
HSL357°51.11%82.35%
HSB/HSV357°19.74%91.37%
CMYK0.00%19.74%18.88%
8.63%

Color #E9BBBD in popluar number systems.

HEXE9BBBD
Decimal233187189
Binary111010011011101110111101
Octal351273275

Shades and tints

Shades of #E9BBBD

#E9BBBD
(233,187,189)
#D4AAAC
(212,170,172)
#BF999B
(191,153,155)
#AA888A
(170,136,138)
#957779
(149,119,121)
#806668
(128,102,104)
#6B5557
(107,85,87)
#564446
(86,68,70)
#413335
(65,51,53)
#2C2224
(44,34,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #E9BBBD

#E9BBBD
(233,187,189)
#EBC1C3
(235,193,195)
#EDC7C9
(237,199,201)
#EFCDCF
(239,205,207)
#F1D3D5
(241,211,213)
#F3D9DB
(243,217,219)
#F5DFE1
(245,223,225)
#F7E5E7
(247,229,231)
#F9EBED
(249,235,237)
#FBF1F3
(251,241,243)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BBBD; }

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

This text font color is #E9BBBD.


Background Color

.myBgColor { background-color: #E9BBBD; }

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

This div background color is #E9BBBD.


Border color

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

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

This div border color is #E9BBBD.


Opacity

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

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

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

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

This text has shadow with #E9BBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BBBD on black background.


Color preview on white background

This text has color #E9BBBD on white background.



Black color preview on #E9BBBD background

This text has black color on #E9BBBD background.


White color preview on #E9BBBD background

This text has white color on #E9BBBD background.