COLOR #E7C9C3

HEX: #E7C9C3
RGB: (231,201,195)

Color info

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

RGB color model

#E7C9C3 color RGB value is (231,201,195).

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

RGB channels and saturation

R 231 of 255 = 91%
G 201 of 255 = 79%
B 195 of 255 = 76%

231
201
195

R + G + B ~ 82%. #E7C9C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 201 + 195 = 627 (100%)
R 231 of 627 ~ 36.84%
G 201 of 627 ~ 32.06%
B 195 of 627 ~ 31.1%

%36.84
%32.06
%31.1

CMYK color model

#E7C9C3 color CMYK value is (0,13,16,9).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 15.58%
  • key color value is 9.41%
CMYK:
(0,13,16,9)
C0M13Y16K9 
(0%,13%,16%,9%)
(0.00/0.13/0.16/0.09)	

CMYK percentages

%0
%12.99
%15.58
%9.41

Codes

Color #E7C9C3 in popluar color models

E7C9C3
RGB231201195
HSL10°42.86%83.53%
HSB/HSV10°15.58%90.59%
CMYK0.00%12.99%15.58%
9.41%

Color #E7C9C3 in popluar number systems.

HEXE7C9C3
Decimal231201195
Binary111001111100100111000011
Octal347311303

Shades and tints

Shades of #E7C9C3

#E7C9C3
(231,201,195)
#D2B7B2
(210,183,178)
#BDA5A1
(189,165,161)
#A89390
(168,147,144)
#93817F
(147,129,127)
#7E6F6E
(126,111,110)
#695D5D
(105,93,93)
#544B4C
(84,75,76)
#3F393B
(63,57,59)
#2A272A
(42,39,42)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7C9C3

#E7C9C3
(231,201,195)
#E9CDC8
(233,205,200)
#EBD1CD
(235,209,205)
#EDD5D2
(237,213,210)
#EFD9D7
(239,217,215)
#F1DDDC
(241,221,220)
#F3E1E1
(243,225,225)
#F5E5E6
(245,229,230)
#F7E9EB
(247,233,235)
#F9EDF0
(249,237,240)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C9C3; }

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

This text font color is #E7C9C3.


Background Color

.myBgColor { background-color: #E7C9C3; }

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

This div background color is #E7C9C3.


Border color

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

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

This div border color is #E7C9C3.


Opacity

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

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

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

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

This text has shadow with #E7C9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C9C3 on black background.


Color preview on white background

This text has color #E7C9C3 on white background.



Black color preview on #E7C9C3 background

This text has black color on #E7C9C3 background.


White color preview on #E7C9C3 background

This text has white color on #E7C9C3 background.