COLOR #E9C7C6

HEX: #E9C7C6
RGB: (233,199,198)

Color info

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

RGB color model

#E9C7C6 color RGB value is (233,199,198).

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

RGB channels and saturation

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

233
199
198

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

Portions of RGB colors in percentages

R + G + B =
233 + 199 + 198 = 630 (100%)
R 233 of 630 ~ 36.98%
G 199 of 630 ~ 31.59%
B 198 of 630 ~ 31.43%

%36.98
%31.59
%31.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 15.02%
  • 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
%15.02
%8.63

Codes

Color #E9C7C6 in popluar color models

E9C7C6
RGB233199198
HSL44.30%84.51%
HSB/HSV15.02%91.37%
CMYK0.00%14.59%15.02%
8.63%

Color #E9C7C6 in popluar number systems.

HEXE9C7C6
Decimal233199198
Binary111010011100011111000110
Octal351307306

Shades and tints

Shades of #E9C7C6

#E9C7C6
(233,199,198)
#D4B5B4
(212,181,180)
#BFA3A2
(191,163,162)
#AA9190
(170,145,144)
#957F7E
(149,127,126)
#806D6C
(128,109,108)
#6B5B5A
(107,91,90)
#564948
(86,73,72)
#413736
(65,55,54)
#2C2524
(44,37,36)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #E9C7C6

#E9C7C6
(233,199,198)
#EBCCCB
(235,204,203)
#EDD1D0
(237,209,208)
#EFD6D5
(239,214,213)
#F1DBDA
(241,219,218)
#F3E0DF
(243,224,223)
#F5E5E4
(245,229,228)
#F7EAE9
(247,234,233)
#F9EFEE
(249,239,238)
#FBF4F3
(251,244,243)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C7C6; }

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

This text font color is #E9C7C6.


Background Color

.myBgColor { background-color: #E9C7C6; }

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

This div background color is #E9C7C6.


Border color

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

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

This div border color is #E9C7C6.


Opacity

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

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

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

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

This text has shadow with #E9C7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C7C6 on black background.


Color preview on white background

This text has color #E9C7C6 on white background.



Black color preview on #E9C7C6 background

This text has black color on #E9C7C6 background.


White color preview on #E9C7C6 background

This text has white color on #E9C7C6 background.