COLOR #E7B5C5

HEX: #E7B5C5
RGB: (231,181,197)

Color info

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

RGB color model

#E7B5C5 color RGB value is (231,181,197).

  • red value is 231;
  • green value is 181;
  • blue value is 197.
RGB:
(231,181,197)
(91%,71%,77%)

RGB channels and saturation

R 231 of 255 = 91%
G 181 of 255 = 71%
B 197 of 255 = 77%

231
181
197

R + G + B ~ 80%. #E7B5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 181 + 197 = 609 (100%)
R 231 of 609 ~ 37.93%
G 181 of 609 ~ 29.72%
B 197 of 609 ~ 32.35%

%37.93
%29.72
%32.35

CMYK color model

#E7B5C5 color CMYK value is (0,22,15,9).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 14.72%
  • key color value is 9.41%
CMYK:
(0,22,15,9)
C0M22Y15K9 
(0%,22%,15%,9%)
(0.00/0.22/0.15/0.09)	

CMYK percentages

%0
%21.65
%14.72
%9.41

Codes

Color #E7B5C5 in popluar color models

E7B5C5
RGB231181197
HSL341°51.02%80.78%
HSB/HSV341°21.65%90.59%
CMYK0.00%21.65%14.72%
9.41%

Color #E7B5C5 in popluar number systems.

HEXE7B5C5
Decimal231181197
Binary111001111011010111000101
Octal347265305

Shades and tints

Shades of #E7B5C5

#E7B5C5
(231,181,197)
#D2A5B4
(210,165,180)
#BD95A3
(189,149,163)
#A88592
(168,133,146)
#937581
(147,117,129)
#7E6570
(126,101,112)
#69555F
(105,85,95)
#54454E
(84,69,78)
#3F353D
(63,53,61)
#2A252C
(42,37,44)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #E7B5C5

#E7B5C5
(231,181,197)
#E9BBCA
(233,187,202)
#EBC1CF
(235,193,207)
#EDC7D4
(237,199,212)
#EFCDD9
(239,205,217)
#F1D3DE
(241,211,222)
#F3D9E3
(243,217,227)
#F5DFE8
(245,223,232)
#F7E5ED
(247,229,237)
#F9EBF2
(249,235,242)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B5C5; }

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

This text font color is #E7B5C5.


Background Color

.myBgColor { background-color: #E7B5C5; }

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

This div background color is #E7B5C5.


Border color

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

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

This div border color is #E7B5C5.


Opacity

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

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

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

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

This text has shadow with #E7B5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B5C5 on black background.


Color preview on white background

This text has color #E7B5C5 on white background.



Black color preview on #E7B5C5 background

This text has black color on #E7B5C5 background.


White color preview on #E7B5C5 background

This text has white color on #E7B5C5 background.