COLOR #E9B7BF

HEX: #E9B7BF RGB: (233,183,191)

Color info

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

RGB color model

#E9B7BF color RGB value is (233,183,191).

RGB: (233,183,191) (91%, 72%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 183 of 255 = 72%
B 191 of 255 = 75%

233
183
191

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

Portions of RGB colors in percentages

R + G + B = 233 + 183 + 191 = 607 (100%)
R 233 of 607 ~ 38.39%
G 183 of 607 ~ 30.15%
B 191 of 607 ~ 31.47'%

%38.39
%30.15
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 18.03%
  • key color value is 8.63%

CMYK: (0,21,18,9)
C0M21Y18K9 (0%, 21%, 18%, 9%)
(0.00 / 0.21 / 0.18 / 0.09)

CMYK percentages

%0
%21.46
%18.03
%8.63

Codes

Color #E9B7BF in popluar color models

E9 B7 BF
RGB 233 183 191
HSL 350° 53.19% 81.57%
HSB/HSV 350° 21.46% 91.37%
CMYK 0.00% 21.46% 18.03%
8.63%

Color #E9B7BF in popluar number systems.

HEX E9 B7 BF
Decimal 233 183 191
Binary 11101001 10110111 10111111
Octal 351 267 277

Shades and tints

Shades of #E9B7BF

#E9B7BF
(233,183,191)
#D4A7AE
(212,167,174)
#BF979D
(191,151,157)
#AA878C
(170,135,140)
#95777B
(149,119,123)
#80676A
(128,103,106)
#6B5759
(107,87,89)
#564748
(86,71,72)
#413737
(65,55,55)
#2C2726
(44,39,38)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #E9B7BF

#E9B7BF
(233,183,191)
#EBBDC4
(235,189,196)
#EDC3C9
(237,195,201)
#EFC9CE
(239,201,206)
#F1CFD3
(241,207,211)
#F3D5D8
(243,213,216)
#F5DBDD
(245,219,221)
#F7E1E2
(247,225,226)
#F9E7E7
(249,231,231)
#FBEDEC
(251,237,236)
#FDF3F1
(253,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B7BF; }

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

This text font color is #E9B7BF.

Background Color

.myBgColor { background-color: #E9B7BF; }

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

This div background color is #E9B7BF.

Border color

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

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

This div border color is #E9B7BF.

Opacity

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

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

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

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

This text has shadow with #E9B7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B7BF.

Preview

Color preview on black background

This text has color #E9B7BF on black background.


Color preview on white background

This text has color #E9B7BF on white background.


Black color preview on #E9B7BF background

This text has black color on #E9B7BF background.


White color preview on #E9B7BF background

This text has white color on #E9B7BF background.


Related colors

Complementary color

Complementary color for #hex is #164840.


I love getcolorcode.com

Triadic colors

1 #BFE9B7 and #B7BFE9 with #E9B7BF are triadic colors.

2 #BFB7E9 and #B7E9BF with #E9B7BF are triadic colors.