COLOR #E9B2B3

HEX: #E9B2B3
RGB: (233,178,179)

Color info

#E9B2B3 contains red, green and blue colors in about the same proportion. Web safe color of #E9B2B3 is #FF9999 (or #F99).

RGB color model

#E9B2B3 color RGB value is (233,178,179).

  • red value is 233;
  • green value is 178;
  • blue value is 179.
RGB:
(233,178,179)
(91%,70%,70%)

RGB channels and saturation

R 233 of 255 = 91%
G 178 of 255 = 70%
B 179 of 255 = 70%

233
178
179

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

Portions of RGB colors in percentages

R + G + B =
233 + 178 + 179 = 590 (100%)
R 233 of 590 ~ 39.49%
G 178 of 590 ~ 30.17%
B 179 of 590 ~ 30.34%

%39.49
%30.17
%30.34

CMYK color model

#E9B2B3 color CMYK value is (0,24,23,9).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 23.18%
  • key color value is 8.63%
CMYK:
(0,24,23,9)
C0M24Y23K9 
(0%,24%,23%,9%)
(0.00/0.24/0.23/0.09)	

CMYK percentages

%0
%23.61
%23.18
%8.63

Codes

Color #E9B2B3 in popluar color models

E9B2B3
RGB233178179
HSL359°55.56%80.59%
HSB/HSV359°23.61%91.37%
CMYK0.00%23.61%23.18%
8.63%

Color #E9B2B3 in popluar number systems.

HEXE9B2B3
Decimal233178179
Binary111010011011001010110011
Octal351262263

Shades and tints

Shades of #E9B2B3

#E9B2B3
(233,178,179)
#D4A2A3
(212,162,163)
#BF9293
(191,146,147)
#AA8283
(170,130,131)
#957273
(149,114,115)
#806263
(128,98,99)
#6B5253
(107,82,83)
#564243
(86,66,67)
#413233
(65,50,51)
#2C2223
(44,34,35)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #E9B2B3

#E9B2B3
(233,178,179)
#EBB9B9
(235,185,185)
#EDC0BF
(237,192,191)
#EFC7C5
(239,199,197)
#F1CECB
(241,206,203)
#F3D5D1
(243,213,209)
#F5DCD7
(245,220,215)
#F7E3DD
(247,227,221)
#F9EAE3
(249,234,227)
#FBF1E9
(251,241,233)
#FDF8EF
(253,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B2B3; }

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

This text font color is #E9B2B3.


Background Color

.myBgColor { background-color: #E9B2B3; }

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

This div background color is #E9B2B3.


Border color

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

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

This div border color is #E9B2B3.


Opacity

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

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

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

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

This text has shadow with #E9B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B2B3 on black background.


Color preview on white background

This text has color #E9B2B3 on white background.



Black color preview on #E9B2B3 background

This text has black color on #E9B2B3 background.


White color preview on #E9B2B3 background

This text has white color on #E9B2B3 background.