COLOR #E9BCBF

HEX: #E9BCBF RGB: (233,188,191)

Color info

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

RGB color model

#E9BCBF color RGB value is (233,188,191).

RGB: (233,188,191) (91%, 74%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 188 of 255 = 74%
B 191 of 255 = 75%

233
188
191

R + G + B ~ 80%. #E9BCBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 188 + 191 = 612 (100%)
R 233 of 612 ~ 38.07%
G 188 of 612 ~ 30.72%
B 191 of 612 ~ 31.21'%

%38.07
%30.72
%31.21

CMYK color model

#E9BCBF color CMYK value is (0,19,18,9).

  • cyan value is 0.00%
  • magenta value is 19.31%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK: (0,19,18,9) C0M19Y18K9 (0%,19%,18%,9%) (0.00/0.19/0.18/0.09) 

CMYK percentages

%0
%19.31
%18.03
%8.63

Codes

Color #E9BCBF in popluar color models

E9 BC BF
RGB 233 188 191
HSL 356° 50.56% 82.55%
HSB/HSV 356° 19.31% 91.37%
CMYK 0.00% 19.31% 18.03%
8.63%

Color #E9BCBF in popluar number systems.

HEX E9 BC BF
Decimal 233 188 191
Binary 11101001 10111100 10111111
Octal 351 274 277

Shades and tints

Shades of #E9BCBF

#E9BCBF
(233,188,191)
#D4ABAE
(212,171,174)
#BF9A9D
(191,154,157)
#AA898C
(170,137,140)
#95787B
(149,120,123)
#80676A
(128,103,106)
#6B5659
(107,86,89)
#564548
(86,69,72)
#413437
(65,52,55)
#2C2326
(44,35,38)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #E9BCBF

#E9BCBF
(233,188,191)
#EBC2C4
(235,194,196)
#EDC8C9
(237,200,201)
#EFCECE
(239,206,206)
#F1D4D3
(241,212,211)
#F3DAD8
(243,218,216)
#F5E0DD
(245,224,221)
#F7E6E2
(247,230,226)
#F9ECE7
(249,236,231)
#FBF2EC
(251,242,236)
#FDF8F1
(253,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BCBF; }

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

This text font color is #E9BCBF.

Background Color

.myBgColor { background-color: #E9BCBF; }

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

This div background color is #E9BCBF.

Border color

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

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

This div border color is #E9BCBF.

Opacity

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

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

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

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

This text has shadow with #E9BCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BCBF.

Preview

Color preview on black background

This text has color #E9BCBF on black background.


Color preview on white background

This text has color #E9BCBF on white background.


Black color preview on #E9BCBF background

This text has black color on #E9BCBF background.


White color preview on #E9BCBF background

This text has white color on #E9BCBF background.


Related colors

Complementary color

Complementary color for #hex is #164340.


I love getcolorcode.com

Triadic colors

1 #BFE9BC and #BCBFE9 with #E9BCBF are triadic colors.

2 #BFBCE9 and #BCE9BF with #E9BCBF are triadic colors.