COLOR #E7C3B0

HEX: #E7C3B0
RGB: (231,195,176)

Color info

#E7C3B0 contains red, green and blue colors in about the same proportion. Web safe color of #E7C3B0 is #FFCC99 (or #FC9).

RGB color model

#E7C3B0 color RGB value is (231,195,176).

  • red value is 231;
  • green value is 195;
  • blue value is 176.
RGB:
(231,195,176)
(91%,76%,69%)

RGB channels and saturation

R 231 of 255 = 91%
G 195 of 255 = 76%
B 176 of 255 = 69%

231
195
176

R + G + B ~ 79%. #E7C3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 195 + 176 = 602 (100%)
R 231 of 602 ~ 38.37%
G 195 of 602 ~ 32.39%
B 176 of 602 ~ 29.24%

%38.37
%32.39
%29.24

CMYK color model

#E7C3B0 color CMYK value is (0,16,24,9).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 23.81%
  • key color value is 9.41%
CMYK:
(0,16,24,9)
C0M16Y24K9 
(0%,16%,24%,9%)
(0.00/0.16/0.24/0.09)	

CMYK percentages

%0
%15.58
%23.81
%9.41

Codes

Color #E7C3B0 in popluar color models

E7C3B0
RGB231195176
HSL21°53.40%79.80%
HSB/HSV21°23.81%90.59%
CMYK0.00%15.58%23.81%
9.41%

Color #E7C3B0 in popluar number systems.

HEXE7C3B0
Decimal231195176
Binary111001111100001110110000
Octal347303260

Shades and tints

Shades of #E7C3B0

#E7C3B0
(231,195,176)
#D2B2A0
(210,178,160)
#BDA190
(189,161,144)
#A89080
(168,144,128)
#937F70
(147,127,112)
#7E6E60
(126,110,96)
#695D50
(105,93,80)
#544C40
(84,76,64)
#3F3B30
(63,59,48)
#2A2A20
(42,42,32)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #E7C3B0

#E7C3B0
(231,195,176)
#E9C8B7
(233,200,183)
#EBCDBE
(235,205,190)
#EDD2C5
(237,210,197)
#EFD7CC
(239,215,204)
#F1DCD3
(241,220,211)
#F3E1DA
(243,225,218)
#F5E6E1
(245,230,225)
#F7EBE8
(247,235,232)
#F9F0EF
(249,240,239)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C3B0 color. Also use rgb(231,195,176) instead hex code.

Text Font Color

.myTextColor { color: #E7C3B0; }

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

This text font color is #E7C3B0.


Background Color

.myBgColor { background-color: #E7C3B0; }

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

This div background color is #E7C3B0.


Border color

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

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

This div border color is #E7C3B0.


Opacity

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

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

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

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

This text has shadow with #E7C3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C3B0 on black background.


Color preview on white background

This text has color #E7C3B0 on white background.



Black color preview on #E7C3B0 background

This text has black color on #E7C3B0 background.


White color preview on #E7C3B0 background

This text has white color on #E7C3B0 background.