COLOR #E9B7BE

HEX: #E9B7BE RGB: (233,183,190)

Color info

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

RGB color model

#E9B7BE color RGB value is (233,183,190).

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

RGB channels and saturation

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

233
183
190

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

Portions of RGB colors in percentages

R + G + B = 233 + 183 + 190 = 606 (100%)
R 233 of 606 ~ 38.45%
G 183 of 606 ~ 30.2%
B 190 of 606 ~ 31.35'%

%38.45
%30.2
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 18.45%
  • 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.45
%8.63

Codes

Color #E9B7BE in popluar color models

E9 B7 BE
RGB 233 183 190
HSL 352° 53.19% 81.57%
HSB/HSV 352° 21.46% 91.37%
CMYK 0.00% 21.46% 18.45%
8.63%

Color #E9B7BE in popluar number systems.

HEX E9 B7 BE
Decimal 233 183 190
Binary 11101001 10110111 10111110
Octal 351 267 276

Shades and tints

Shades of #E9B7BE

#E9B7BE
(233,183,190)
#D4A7AD
(212,167,173)
#BF979C
(191,151,156)
#AA878B
(170,135,139)
#95777A
(149,119,122)
#806769
(128,103,105)
#6B5758
(107,87,88)
#564747
(86,71,71)
#413736
(65,55,54)
#2C2725
(44,39,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #E9B7BE

#E9B7BE
(233,183,190)
#EBBDC3
(235,189,195)
#EDC3C8
(237,195,200)
#EFC9CD
(239,201,205)
#F1CFD2
(241,207,210)
#F3D5D7
(243,213,215)
#F5DBDC
(245,219,220)
#F7E1E1
(247,225,225)
#F9E7E6
(249,231,230)
#FBEDEB
(251,237,235)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B7BE; }

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

This text font color is #E9B7BE.

Background Color

.myBgColor { background-color: #E9B7BE; }

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

This div background color is #E9B7BE.

Border color

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

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

This div border color is #E9B7BE.

Opacity

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

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

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

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

This text has shadow with #E9B7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B7BE.

Preview

Color preview on black background

This text has color #E9B7BE on black background.


Color preview on white background

This text has color #E9B7BE on white background.


Black color preview on #E9B7BE background

This text has black color on #E9B7BE background.


White color preview on #E9B7BE background

This text has white color on #E9B7BE background.


Related colors

Complementary color

Complementary color for #hex is #164841.


I love getcolorcode.com

Triadic colors

1 #BEE9B7 and #B7BEE9 with #E9B7BE are triadic colors.

2 #BEB7E9 and #B7E9BE with #E9B7BE are triadic colors.