COLOR #E7BDC1

HEX: #E7BDC1
RGB: (231,189,193)

Color info

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

RGB color model

#E7BDC1 color RGB value is (231,189,193).

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

RGB channels and saturation

R 231 of 255 = 91%
G 189 of 255 = 74%
B 193 of 255 = 76%

231
189
193

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

Portions of RGB colors in percentages

R + G + B =
231 + 189 + 193 = 613 (100%)
R 231 of 613 ~ 37.68%
G 189 of 613 ~ 30.83%
B 193 of 613 ~ 31.48%

%37.68
%30.83
%31.48

CMYK color model

#E7BDC1 color CMYK value is (0,18,16,9).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 16.45%
  • key color value is 9.41%
CMYK:
(0,18,16,9)
C0M18Y16K9 
(0%,18%,16%,9%)
(0.00/0.18/0.16/0.09)	

CMYK percentages

%0
%18.18
%16.45
%9.41

Codes

Color #E7BDC1 in popluar color models

E7BDC1
RGB231189193
HSL354°46.67%82.35%
HSB/HSV354°18.18%90.59%
CMYK0.00%18.18%16.45%
9.41%

Color #E7BDC1 in popluar number systems.

HEXE7BDC1
Decimal231189193
Binary111001111011110111000001
Octal347275301

Shades and tints

Shades of #E7BDC1

#E7BDC1
(231,189,193)
#D2ACB0
(210,172,176)
#BD9B9F
(189,155,159)
#A88A8E
(168,138,142)
#93797D
(147,121,125)
#7E686C
(126,104,108)
#69575B
(105,87,91)
#54464A
(84,70,74)
#3F3539
(63,53,57)
#2A2428
(42,36,40)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #E7BDC1

#E7BDC1
(231,189,193)
#E9C3C6
(233,195,198)
#EBC9CB
(235,201,203)
#EDCFD0
(237,207,208)
#EFD5D5
(239,213,213)
#F1DBDA
(241,219,218)
#F3E1DF
(243,225,223)
#F5E7E4
(245,231,228)
#F7EDE9
(247,237,233)
#F9F3EE
(249,243,238)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BDC1; }

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

This text font color is #E7BDC1.


Background Color

.myBgColor { background-color: #E7BDC1; }

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

This div background color is #E7BDC1.


Border color

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

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

This div border color is #E7BDC1.


Opacity

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

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

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

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

This text has shadow with #E7BDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BDC1 on black background.


Color preview on white background

This text has color #E7BDC1 on white background.



Black color preview on #E7BDC1 background

This text has black color on #E7BDC1 background.


White color preview on #E7BDC1 background

This text has white color on #E7BDC1 background.