COLOR #E7B9CF

HEX: #E7B9CF RGB: (231,185,207)

Color info

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

RGB color model

#E7B9CF color RGB value is (231,185,207).

RGB: (231,185,207) (91%, 73%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 207 of 255 = 81%

231
185
207

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

Portions of RGB colors in percentages

R + G + B = 231 + 185 + 207 = 623 (100%)
R 231 of 623 ~ 37.08%
G 185 of 623 ~ 29.7%
B 207 of 623 ~ 33.23'%

%37.08
%29.7
%33.23

CMYK color model

#E7B9CF color CMYK value is (0,20,10,9).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 10.39%
  • key color value is 9.41%

CMYK: (0,20,10,9)
C0M20Y10K9 (0%, 20%, 10%, 9%)
(0.00 / 0.20 / 0.10 / 0.09)

CMYK percentages

%0
%19.91
%10.39
%9.41

Codes

Color #E7B9CF in popluar color models

E7 B9 CF
RGB 231 185 207
HSL 331° 48.94% 81.57%
HSB/HSV 331° 19.91% 90.59%
CMYK 0.00% 19.91% 10.39%
9.41%

Color #E7B9CF in popluar number systems.

HEX E7 B9 CF
Decimal 231 185 207
Binary 11100111 10111001 11001111
Octal 347 271 317

Shades and tints

Shades of #E7B9CF

#E7B9CF
(231,185,207)
#D2A9BD
(210,169,189)
#BD99AB
(189,153,171)
#A88999
(168,137,153)
#937987
(147,121,135)
#7E6975
(126,105,117)
#695963
(105,89,99)
#544951
(84,73,81)
#3F393F
(63,57,63)
#2A292D
(42,41,45)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #E7B9CF

#E7B9CF
(231,185,207)
#E9BFD3
(233,191,211)
#EBC5D7
(235,197,215)
#EDCBDB
(237,203,219)
#EFD1DF
(239,209,223)
#F1D7E3
(241,215,227)
#F3DDE7
(243,221,231)
#F5E3EB
(245,227,235)
#F7E9EF
(247,233,239)
#F9EFF3
(249,239,243)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B9CF; }

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

This text font color is #E7B9CF.

Background Color

.myBgColor { background-color: #E7B9CF; }

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

This div background color is #E7B9CF.

Border color

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

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

This div border color is #E7B9CF.

Opacity

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

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

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

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

This text has shadow with #E7B9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B9CF.

Preview

Color preview on black background

This text has color #E7B9CF on black background.


Color preview on white background

This text has color #E7B9CF on white background.


Black color preview on #E7B9CF background

This text has black color on #E7B9CF background.


White color preview on #E7B9CF background

This text has white color on #E7B9CF background.


Related colors

Complementary color

Complementary color for #hex is #184630.


I love getcolorcode.com

Triadic colors

1 #CFE7B9 and #B9CFE7 with #E7B9CF are triadic colors.

2 #CFB9E7 and #B9E7CF with #E7B9CF are triadic colors.