COLOR #E9A7BF

HEX: #E9A7BF
RGB: (233,167,191)

Color info

#E9A7BF contains mainly red and blue colors. Web safe color of #E9A7BF is #FF99CC (or #F9C).

RGB color model

#E9A7BF color RGB value is (233,167,191).

  • red value is 233;
  • green value is 167;
  • blue value is 191.
RGB:
(233,167,191)
(91%,65%,75%)

RGB channels and saturation

R 233 of 255 = 91%
G 167 of 255 = 65%
B 191 of 255 = 75%

233
167
191

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

Portions of RGB colors in percentages

R + G + B =
233 + 167 + 191 = 591 (100%)
R 233 of 591 ~ 39.42%
G 167 of 591 ~ 28.26%
B 191 of 591 ~ 32.32%

%39.42
%28.26
%32.32

CMYK color model

#E9A7BF color CMYK value is (0,28,18,9).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK:
(0,28,18,9)
C0M28Y18K9 
(0%,28%,18%,9%)
(0.00/0.28/0.18/0.09)	

CMYK percentages

%0
%28.33
%18.03
%8.63

Codes

Color #E9A7BF in popluar color models

E9A7BF
RGB233167191
HSL338°60.00%78.43%
HSB/HSV338°28.33%91.37%
CMYK0.00%28.33%18.03%
8.63%

Color #E9A7BF in popluar number systems.

HEXE9A7BF
Decimal233167191
Binary111010011010011110111111
Octal351247277

Shades and tints

Shades of #E9A7BF

#E9A7BF
(233,167,191)
#D498AE
(212,152,174)
#BF899D
(191,137,157)
#AA7A8C
(170,122,140)
#956B7B
(149,107,123)
#805C6A
(128,92,106)
#6B4D59
(107,77,89)
#563E48
(86,62,72)
#412F37
(65,47,55)
#2C2026
(44,32,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #E9A7BF

#E9A7BF
(233,167,191)
#EBAFC4
(235,175,196)
#EDB7C9
(237,183,201)
#EFBFCE
(239,191,206)
#F1C7D3
(241,199,211)
#F3CFD8
(243,207,216)
#F5D7DD
(245,215,221)
#F7DFE2
(247,223,226)
#F9E7E7
(249,231,231)
#FBEFEC
(251,239,236)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A7BF; }

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

This text font color is #E9A7BF.


Background Color

.myBgColor { background-color: #E9A7BF; }

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

This div background color is #E9A7BF.


Border color

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

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

This div border color is #E9A7BF.


Opacity

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

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

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

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

This text has shadow with #E9A7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A7BF on black background.


Color preview on white background

This text has color #E9A7BF on white background.



Black color preview on #E9A7BF background

This text has black color on #E9A7BF background.


White color preview on #E9A7BF background

This text has white color on #E9A7BF background.