COLOR #E9BFBC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

233
191
188

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

Portions of RGB colors in percentages

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

%38.07
%31.21
%30.72

CMYK color model

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

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

CMYK percentages

%0
%18.03
%19.31
%8.63

Codes

Color #E9BFBC in popluar color models

E9BFBC
RGB233191188
HSL50.56%82.55%
HSB/HSV19.31%91.37%
CMYK0.00%18.03%19.31%
8.63%

Color #E9BFBC in popluar number systems.

HEXE9BFBC
Decimal233191188
Binary111010011011111110111100
Octal351277274

Shades and tints

Shades of #E9BFBC

#E9BFBC
(233,191,188)
#D4AEAB
(212,174,171)
#BF9D9A
(191,157,154)
#AA8C89
(170,140,137)
#957B78
(149,123,120)
#806A67
(128,106,103)
#6B5956
(107,89,86)
#564845
(86,72,69)
#413734
(65,55,52)
#2C2623
(44,38,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #E9BFBC

#E9BFBC
(233,191,188)
#EBC4C2
(235,196,194)
#EDC9C8
(237,201,200)
#EFCECE
(239,206,206)
#F1D3D4
(241,211,212)
#F3D8DA
(243,216,218)
#F5DDE0
(245,221,224)
#F7E2E6
(247,226,230)
#F9E7EC
(249,231,236)
#FBECF2
(251,236,242)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BFBC; }

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

This text font color is #E9BFBC.


Background Color

.myBgColor { background-color: #E9BFBC; }

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

This div background color is #E9BFBC.


Border color

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

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

This div border color is #E9BFBC.


Opacity

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

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

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

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

This text has shadow with #E9BFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BFBC on black background.


Color preview on white background

This text has color #E9BFBC on white background.



Black color preview on #E9BFBC background

This text has black color on #E9BFBC background.


White color preview on #E9BFBC background

This text has white color on #E9BFBC background.