COLOR #E7BDCB

HEX: #E7BDCB
RGB: (231,189,203)

Color info

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

RGB color model

#E7BDCB color RGB value is (231,189,203).

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

RGB channels and saturation

R 231 of 255 = 91%
G 189 of 255 = 74%
B 203 of 255 = 80%

231
189
203

R + G + B ~ 82%. #E7BDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 189 + 203 = 623 (100%)
R 231 of 623 ~ 37.08%
G 189 of 623 ~ 30.34%
B 203 of 623 ~ 32.58%

%37.08
%30.34
%32.58

CMYK color model

#E7BDCB color CMYK value is (0,18,12,9).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(0,18,12,9)
C0M18Y12K9 
(0%,18%,12%,9%)
(0.00/0.18/0.12/0.09)	

CMYK percentages

%0
%18.18
%12.12
%9.41

Codes

Color #E7BDCB in popluar color models

E7BDCB
RGB231189203
HSL340°46.67%82.35%
HSB/HSV340°18.18%90.59%
CMYK0.00%18.18%12.12%
9.41%

Color #E7BDCB in popluar number systems.

HEXE7BDCB
Decimal231189203
Binary111001111011110111001011
Octal347275313

Shades and tints

Shades of #E7BDCB

#E7BDCB
(231,189,203)
#D2ACB9
(210,172,185)
#BD9BA7
(189,155,167)
#A88A95
(168,138,149)
#937983
(147,121,131)
#7E6871
(126,104,113)
#69575F
(105,87,95)
#54464D
(84,70,77)
#3F353B
(63,53,59)
#2A2429
(42,36,41)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #E7BDCB

#E7BDCB
(231,189,203)
#E9C3CF
(233,195,207)
#EBC9D3
(235,201,211)
#EDCFD7
(237,207,215)
#EFD5DB
(239,213,219)
#F1DBDF
(241,219,223)
#F3E1E3
(243,225,227)
#F5E7E7
(245,231,231)
#F7EDEB
(247,237,235)
#F9F3EF
(249,243,239)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BDCB; }

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

This text font color is #E7BDCB.


Background Color

.myBgColor { background-color: #E7BDCB; }

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

This div background color is #E7BDCB.


Border color

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

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

This div border color is #E7BDCB.


Opacity

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

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

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

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

This text has shadow with #E7BDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BDCB on black background.


Color preview on white background

This text has color #E7BDCB on white background.



Black color preview on #E7BDCB background

This text has black color on #E7BDCB background.


White color preview on #E7BDCB background

This text has white color on #E7BDCB background.