COLOR #E7B4CF

HEX: #E7B4CF
RGB: (231,180,207)

Color info

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

RGB color model

#E7B4CF color RGB value is (231,180,207).

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

RGB channels and saturation

R 231 of 255 = 91%
G 180 of 255 = 71%
B 207 of 255 = 81%

231
180
207

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

Portions of RGB colors in percentages

R + G + B =
231 + 180 + 207 = 618 (100%)
R 231 of 618 ~ 37.38%
G 180 of 618 ~ 29.13%
B 207 of 618 ~ 33.5%

%37.38
%29.13
%33.5

CMYK color model

#E7B4CF color CMYK value is (0,22,10,9).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 10.39%
  • key color value is 9.41%
CMYK:
(0,22,10,9)
C0M22Y10K9 
(0%,22%,10%,9%)
(0.00/0.22/0.10/0.09)	

CMYK percentages

%0
%22.08
%10.39
%9.41

Codes

Color #E7B4CF in popluar color models

E7B4CF
RGB231180207
HSL328°51.52%80.59%
HSB/HSV328°22.08%90.59%
CMYK0.00%22.08%10.39%
9.41%

Color #E7B4CF in popluar number systems.

HEXE7B4CF
Decimal231180207
Binary111001111011010011001111
Octal347264317

Shades and tints

Shades of #E7B4CF

#E7B4CF
(231,180,207)
#D2A4BD
(210,164,189)
#BD94AB
(189,148,171)
#A88499
(168,132,153)
#937487
(147,116,135)
#7E6475
(126,100,117)
#695463
(105,84,99)
#544451
(84,68,81)
#3F343F
(63,52,63)
#2A242D
(42,36,45)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #E7B4CF

#E7B4CF
(231,180,207)
#E9BAD3
(233,186,211)
#EBC0D7
(235,192,215)
#EDC6DB
(237,198,219)
#EFCCDF
(239,204,223)
#F1D2E3
(241,210,227)
#F3D8E7
(243,216,231)
#F5DEEB
(245,222,235)
#F7E4EF
(247,228,239)
#F9EAF3
(249,234,243)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B4CF; }

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

This text font color is #E7B4CF.


Background Color

.myBgColor { background-color: #E7B4CF; }

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

This div background color is #E7B4CF.


Border color

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

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

This div border color is #E7B4CF.


Opacity

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

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

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

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

This text has shadow with #E7B4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4CF on black background.


Color preview on white background

This text has color #E7B4CF on white background.



Black color preview on #E7B4CF background

This text has black color on #E7B4CF background.


White color preview on #E7B4CF background

This text has white color on #E7B4CF background.