COLOR #E7C3B3

HEX: #E7C3B3
RGB: (231,195,179)

Color info

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

RGB color model

#E7C3B3 color RGB value is (231,195,179).

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

RGB channels and saturation

R 231 of 255 = 91%
G 195 of 255 = 76%
B 179 of 255 = 70%

231
195
179

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

Portions of RGB colors in percentages

R + G + B =
231 + 195 + 179 = 605 (100%)
R 231 of 605 ~ 38.18%
G 195 of 605 ~ 32.23%
B 179 of 605 ~ 29.59%

%38.18
%32.23
%29.59

CMYK color model

#E7C3B3 color CMYK value is (0,16,23,9).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 22.51%
  • key color value is 9.41%
CMYK: (0,16,23,9) C0M16Y23K9 (0%,16%,23%,9%) (0.00/0.16/0.23/0.09)

CMYK percentages

%0
%15.58
%22.51
%9.41

Codes

Color #E7C3B3 in popluar color models

E7C3B3
RGB231195179
HSL18°52.00%80.39%
HSB/HSV18°22.51%90.59%
CMYK0.00%15.58%22.51%
9.41%

Color #E7C3B3 in popluar number systems.

HEXE7C3B3
Decimal231195179
Binary111001111100001110110011
Octal347303263

Shades and tints

Shades of #E7C3B3

#E7C3B3
(231,195,179)
#D2B2A3
(210,178,163)
#BDA193
(189,161,147)
#A89083
(168,144,131)
#937F73
(147,127,115)
#7E6E63
(126,110,99)
#695D53
(105,93,83)
#544C43
(84,76,67)
#3F3B33
(63,59,51)
#2A2A23
(42,42,35)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #E7C3B3

#E7C3B3
(231,195,179)
#E9C8B9
(233,200,185)
#EBCDBF
(235,205,191)
#EDD2C5
(237,210,197)
#EFD7CB
(239,215,203)
#F1DCD1
(241,220,209)
#F3E1D7
(243,225,215)
#F5E6DD
(245,230,221)
#F7EBE3
(247,235,227)
#F9F0E9
(249,240,233)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C3B3; }

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

This text font color is #E7C3B3.


Background Color

.myBgColor { background-color: #E7C3B3; }

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

This div background color is #E7C3B3.


Border color

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

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

This div border color is #E7C3B3.


Opacity

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

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

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

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

This text has shadow with #E7C3B3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7C3B3 on black background.


Color preview on white background

This text has color #E7C3B3 on white background.



Black color preview on #E7C3B3 background

This text has black color on #E7C3B3 background.


White color preview on #E7C3B3 background

This text has white color on #E7C3B3 background.