COLOR #E7B3CF

HEX: #E7B3CF
RGB: (231,179,207)

Color info

#E7B3CF contains red, green and blue colors in about the same proportion. Web safe color of #E7B3CF is #FF99CC (or #F9C).

RGB color model

#E7B3CF color RGB value is (231,179,207).

  • red value is 231;
  • green value is 179;
  • blue value is 207.
RGB: (231,179,207) (91%,70%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 179 of 255 = 70%
B 207 of 255 = 81%

231
179
207

R + G + B ~ 81%. #E7B3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 179 + 207 = 617 (100%)
R 231 of 617 ~ 37.44%
G 179 of 617 ~ 29.01%
B 207 of 617 ~ 33.55%

%37.44
%29.01
%33.55

CMYK color model

#E7B3CF color CMYK value is (0,23,10,9).

  • cyan value is 0.00%
  • magenta value is 22.51%
  • yellow value is 10.39%
  • key color value is 9.41%
CMYK: (0,23,10,9) C0M23Y10K9 (0%,23%,10%,9%) (0.00/0.23/0.10/0.09)

CMYK percentages

%0
%22.51
%10.39
%9.41

Codes

Color #E7B3CF in popluar color models

E7B3CF
RGB231179207
HSL328°52.00%80.39%
HSB/HSV328°22.51%90.59%
CMYK0.00%22.51%10.39%
9.41%

Color #E7B3CF in popluar number systems.

HEXE7B3CF
Decimal231179207
Binary111001111011001111001111
Octal347263317

Shades and tints

Shades of #E7B3CF

#E7B3CF
(231,179,207)
#D2A3BD
(210,163,189)
#BD93AB
(189,147,171)
#A88399
(168,131,153)
#937387
(147,115,135)
#7E6375
(126,99,117)
#695363
(105,83,99)
#544351
(84,67,81)
#3F333F
(63,51,63)
#2A232D
(42,35,45)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #E7B3CF

#E7B3CF
(231,179,207)
#E9B9D3
(233,185,211)
#EBBFD7
(235,191,215)
#EDC5DB
(237,197,219)
#EFCBDF
(239,203,223)
#F1D1E3
(241,209,227)
#F3D7E7
(243,215,231)
#F5DDEB
(245,221,235)
#F7E3EF
(247,227,239)
#F9E9F3
(249,233,243)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B3CF color. Also use rgb(231,179,207) instead hex code.

Text Font Color

.myTextColor { color: #E7B3CF; }

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

This text font color is #E7B3CF.


Background Color

.myBgColor { background-color: #E7B3CF; }

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

This div background color is #E7B3CF.


Border color

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

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

This div border color is #E7B3CF.


Opacity

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

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

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

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

This text has shadow with #E7B3CF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7B3CF on black background.


Color preview on white background

This text has color #E7B3CF on white background.



Black color preview on #E7B3CF background

This text has black color on #E7B3CF background.


White color preview on #E7B3CF background

This text has white color on #E7B3CF background.