COLOR #E9BDBC

HEX: #E9BDBC
RGB: (233,189,188)

Color info

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

RGB color model

#E9BDBC color RGB value is (233,189,188).

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

RGB channels and saturation

R 233 of 255 = 91%
G 189 of 255 = 74%
B 188 of 255 = 74%

233
189
188

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

Portions of RGB colors in percentages

R + G + B =
233 + 189 + 188 = 610 (100%)
R 233 of 610 ~ 38.2%
G 189 of 610 ~ 30.98%
B 188 of 610 ~ 30.82%

%38.2
%30.98
%30.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 19.31%
  • key color value is 8.63%
CMYK:
(0,19,19,9)
C0M19Y19K9 
(0%,19%,19%,9%)
(0.00/0.19/0.19/0.09)	

CMYK percentages

%0
%18.88
%19.31
%8.63

Codes

Color #E9BDBC in popluar color models

E9BDBC
RGB233189188
HSL50.56%82.55%
HSB/HSV19.31%91.37%
CMYK0.00%18.88%19.31%
8.63%

Color #E9BDBC in popluar number systems.

HEXE9BDBC
Decimal233189188
Binary111010011011110110111100
Octal351275274

Shades and tints

Shades of #E9BDBC

#E9BDBC
(233,189,188)
#D4ACAB
(212,172,171)
#BF9B9A
(191,155,154)
#AA8A89
(170,138,137)
#957978
(149,121,120)
#806867
(128,104,103)
#6B5756
(107,87,86)
#564645
(86,70,69)
#413534
(65,53,52)
#2C2423
(44,36,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #E9BDBC

#E9BDBC
(233,189,188)
#EBC3C2
(235,195,194)
#EDC9C8
(237,201,200)
#EFCFCE
(239,207,206)
#F1D5D4
(241,213,212)
#F3DBDA
(243,219,218)
#F5E1E0
(245,225,224)
#F7E7E6
(247,231,230)
#F9EDEC
(249,237,236)
#FBF3F2
(251,243,242)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BDBC; }

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

This text font color is #E9BDBC.


Background Color

.myBgColor { background-color: #E9BDBC; }

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

This div background color is #E9BDBC.


Border color

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

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

This div border color is #E9BDBC.


Opacity

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

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

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

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

This text has shadow with #E9BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BDBC on black background.


Color preview on white background

This text has color #E9BDBC on white background.



Black color preview on #E9BDBC background

This text has black color on #E9BDBC background.


White color preview on #E9BDBC background

This text has white color on #E9BDBC background.