COLOR #E9C7C7

HEX: #E9C7C7
RGB: (233,199,199)

Color info

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

RGB color model

#E9C7C7 color RGB value is (233,199,199).

  • red value is 233;
  • green value is 199;
  • blue value is 199.
RGB:
(233,199,199)
(91%,78%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 199 of 255 = 78%
B 199 of 255 = 78%

233
199
199

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

Portions of RGB colors in percentages

R + G + B =
233 + 199 + 199 = 631 (100%)
R 233 of 631 ~ 36.93%
G 199 of 631 ~ 31.54%
B 199 of 631 ~ 31.54%

%36.93
%31.54
%31.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(0,15,15,9)
C0M15Y15K9 
(0%,15%,15%,9%)
(0.00/0.15/0.15/0.09)	

CMYK percentages

%0
%14.59
%14.59
%8.63

Codes

Color #E9C7C7 in popluar color models

E9C7C7
RGB233199199
HSL43.59%84.71%
HSB/HSV14.59%91.37%
CMYK0.00%14.59%14.59%
8.63%

Color #E9C7C7 in popluar number systems.

HEXE9C7C7
Decimal233199199
Binary111010011100011111000111
Octal351307307

Shades and tints

Shades of #E9C7C7

#E9C7C7
(233,199,199)
#D4B5B5
(212,181,181)
#BFA3A3
(191,163,163)
#AA9191
(170,145,145)
#957F7F
(149,127,127)
#806D6D
(128,109,109)
#6B5B5B
(107,91,91)
#564949
(86,73,73)
#413737
(65,55,55)
#2C2525
(44,37,37)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #E9C7C7

#E9C7C7
(233,199,199)
#EBCCCC
(235,204,204)
#EDD1D1
(237,209,209)
#EFD6D6
(239,214,214)
#F1DBDB
(241,219,219)
#F3E0E0
(243,224,224)
#F5E5E5
(245,229,229)
#F7EAEA
(247,234,234)
#F9EFEF
(249,239,239)
#FBF4F4
(251,244,244)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C7C7 color. Also use rgb(233,199,199) instead hex code.

Text Font Color

.myTextColor { color: #E9C7C7; }

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

This text font color is #E9C7C7.


Background Color

.myBgColor { background-color: #E9C7C7; }

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

This div background color is #E9C7C7.


Border color

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

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

This div border color is #E9C7C7.


Opacity

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

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

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

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

This text has shadow with #E9C7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C7C7 on black background.


Color preview on white background

This text has color #E9C7C7 on white background.



Black color preview on #E9C7C7 background

This text has black color on #E9C7C7 background.


White color preview on #E9C7C7 background

This text has white color on #E9C7C7 background.