COLOR #E7B9CD

HEX: #E7B9CD RGB: (231,185,205)

Color info

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

RGB color model

#E7B9CD color RGB value is (231,185,205).

RGB: (231,185,205) (91%, 73%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 205 of 255 = 80%

231
185
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 185 + 205 = 621 (100%)
R 231 of 621 ~ 37.2%
G 185 of 621 ~ 29.79%
B 205 of 621 ~ 33.01'%

%37.2
%29.79
%33.01

CMYK color model

#E7B9CD color CMYK value is (0,20,11,9).

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

CMYK: (0,20,11,9)
C0M20Y11K9 (0%, 20%, 11%, 9%)
(0.00 / 0.20 / 0.11 / 0.09)

CMYK percentages

%0
%19.91
%11.26
%9.41

Codes

Color #E7B9CD in popluar color models

E7 B9 CD
RGB 231 185 205
HSL 334° 48.94% 81.57%
HSB/HSV 334° 19.91% 90.59%
CMYK 0.00% 19.91% 11.26%
9.41%

Color #E7B9CD in popluar number systems.

HEX E7 B9 CD
Decimal 231 185 205
Binary 11100111 10111001 11001101
Octal 347 271 315

Shades and tints

Shades of #E7B9CD

#E7B9CD
(231,185,205)
#D2A9BB
(210,169,187)
#BD99A9
(189,153,169)
#A88997
(168,137,151)
#937985
(147,121,133)
#7E6973
(126,105,115)
#695961
(105,89,97)
#54494F
(84,73,79)
#3F393D
(63,57,61)
#2A292B
(42,41,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #E7B9CD

#E7B9CD
(231,185,205)
#E9BFD1
(233,191,209)
#EBC5D5
(235,197,213)
#EDCBD9
(237,203,217)
#EFD1DD
(239,209,221)
#F1D7E1
(241,215,225)
#F3DDE5
(243,221,229)
#F5E3E9
(245,227,233)
#F7E9ED
(247,233,237)
#F9EFF1
(249,239,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B9CD; }

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

This text font color is #E7B9CD.

Background Color

.myBgColor { background-color: #E7B9CD; }

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

This div background color is #E7B9CD.

Border color

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

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

This div border color is #E7B9CD.

Opacity

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

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

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

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

This text has shadow with #E7B9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B9CD.

Preview

Color preview on black background

This text has color #E7B9CD on black background.


Color preview on white background

This text has color #E7B9CD on white background.


Black color preview on #E7B9CD background

This text has black color on #E7B9CD background.


White color preview on #E7B9CD background

This text has white color on #E7B9CD background.


Related colors

Complementary color

Complementary color for #hex is #184632.


I love getcolorcode.com

Triadic colors

1 #CDE7B9 and #B9CDE7 with #E7B9CD are triadic colors.

2 #CDB9E7 and #B9E7CD with #E7B9CD are triadic colors.