COLOR #E7B5CD

HEX: #E7B5CD RGB: (231,181,205)

Color info

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

RGB color model

#E7B5CD color RGB value is (231,181,205).

RGB: (231,181,205) (91%, 71%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 181 of 255 = 71%
B 205 of 255 = 80%

231
181
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 181 + 205 = 617 (100%)
R 231 of 617 ~ 37.44%
G 181 of 617 ~ 29.34%
B 205 of 617 ~ 33.23'%

%37.44
%29.34
%33.23

CMYK color model

#E7B5CD color CMYK value is (0,22,11,9).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK: (0,22,11,9) C0M22Y11K9 (0%,22%,11%,9%) (0.00/0.22/0.11/0.09) 

CMYK percentages

%0
%21.65
%11.26
%9.41

Codes

Color #E7B5CD in popluar color models

E7 B5 CD
RGB 231 181 205
HSL 331° 51.02% 80.78%
HSB/HSV 331° 21.65% 90.59%
CMYK 0.00% 21.65% 11.26%
9.41%

Color #E7B5CD in popluar number systems.

HEX E7 B5 CD
Decimal 231 181 205
Binary 11100111 10110101 11001101
Octal 347 265 315

Shades and tints

Shades of #E7B5CD

#E7B5CD
(231,181,205)
#D2A5BB
(210,165,187)
#BD95A9
(189,149,169)
#A88597
(168,133,151)
#937585
(147,117,133)
#7E6573
(126,101,115)
#695561
(105,85,97)
#54454F
(84,69,79)
#3F353D
(63,53,61)
#2A252B
(42,37,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7B5CD

#E7B5CD
(231,181,205)
#E9BBD1
(233,187,209)
#EBC1D5
(235,193,213)
#EDC7D9
(237,199,217)
#EFCDDD
(239,205,221)
#F1D3E1
(241,211,225)
#F3D9E5
(243,217,229)
#F5DFE9
(245,223,233)
#F7E5ED
(247,229,237)
#F9EBF1
(249,235,241)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B5CD; }

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

This text font color is #E7B5CD.

Background Color

.myBgColor { background-color: #E7B5CD; }

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

This div background color is #E7B5CD.

Border color

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

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

This div border color is #E7B5CD.

Opacity

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

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

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

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

This text has shadow with #E7B5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B5CD.

Preview

Color preview on black background

This text has color #E7B5CD on black background.


Color preview on white background

This text has color #E7B5CD on white background.


Black color preview on #E7B5CD background

This text has black color on #E7B5CD background.


White color preview on #E7B5CD background

This text has white color on #E7B5CD background.


Related colors

Complementary color

Complementary color for #hex is #184A32.


I love getcolorcode.com

Triadic colors

1 #CDE7B5 and #B5CDE7 with #E7B5CD are triadic colors.

2 #CDB5E7 and #B5E7CD with #E7B5CD are triadic colors.