COLOR #E7BDBB

HEX: #E7BDBB
RGB: (231,189,187)

Color info

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

RGB color model

#E7BDBB color RGB value is (231,189,187).

  • red value is 231;
  • green value is 189;
  • blue value is 187.
RGB:
(231,189,187)
(91%,74%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 189 of 255 = 74%
B 187 of 255 = 73%

231
189
187

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

Portions of RGB colors in percentages

R + G + B =
231 + 189 + 187 = 607 (100%)
R 231 of 607 ~ 38.06%
G 189 of 607 ~ 31.14%
B 187 of 607 ~ 30.81%

%38.06
%31.14
%30.81

CMYK color model

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

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

CMYK percentages

%0
%18.18
%19.05
%9.41

Codes

Color #E7BDBB in popluar color models

E7BDBB
RGB231189187
HSL47.83%81.96%
HSB/HSV19.05%90.59%
CMYK0.00%18.18%19.05%
9.41%

Color #E7BDBB in popluar number systems.

HEXE7BDBB
Decimal231189187
Binary111001111011110110111011
Octal347275273

Shades and tints

Shades of #E7BDBB

#E7BDBB
(231,189,187)
#D2ACAA
(210,172,170)
#BD9B99
(189,155,153)
#A88A88
(168,138,136)
#937977
(147,121,119)
#7E6866
(126,104,102)
#695755
(105,87,85)
#544644
(84,70,68)
#3F3533
(63,53,51)
#2A2422
(42,36,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #E7BDBB

#E7BDBB
(231,189,187)
#E9C3C1
(233,195,193)
#EBC9C7
(235,201,199)
#EDCFCD
(237,207,205)
#EFD5D3
(239,213,211)
#F1DBD9
(241,219,217)
#F3E1DF
(243,225,223)
#F5E7E5
(245,231,229)
#F7EDEB
(247,237,235)
#F9F3F1
(249,243,241)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BDBB color. Also use rgb(231,189,187) instead hex code.

Text Font Color

.myTextColor { color: #E7BDBB; }

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

This text font color is #E7BDBB.


Background Color

.myBgColor { background-color: #E7BDBB; }

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

This div background color is #E7BDBB.


Border color

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

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

This div border color is #E7BDBB.


Opacity

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

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

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

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

This text has shadow with #E7BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BDBB on black background.


Color preview on white background

This text has color #E7BDBB on white background.



Black color preview on #E7BDBB background

This text has black color on #E7BDBB background.


White color preview on #E7BDBB background

This text has white color on #E7BDBB background.