COLOR #E8C7CB

HEX: #E8C7CB
RGB: (232,199,203)

Color info

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

RGB color model

#E8C7CB color RGB value is (232,199,203).

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

RGB channels and saturation

R 232 of 255 = 91%
G 199 of 255 = 78%
B 203 of 255 = 80%

232
199
203

R + G + B ~ 83%. #E8C7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 199 + 203 = 634 (100%)
R 232 of 634 ~ 36.59%
G 199 of 634 ~ 31.39%
B 203 of 634 ~ 32.02%

%36.59
%31.39
%32.02

CMYK color model

#E8C7CB color CMYK value is (0,14,13,9).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK:
(0,14,13,9)
C0M14Y13K9 
(0%,14%,13%,9%)
(0.00/0.14/0.13/0.09)	

CMYK percentages

%0
%14.22
%12.5
%9.02

Codes

Color #E8C7CB in popluar color models

E8C7CB
RGB232199203
HSL353°41.77%84.51%
HSB/HSV353°14.22%90.98%
CMYK0.00%14.22%12.50%
9.02%

Color #E8C7CB in popluar number systems.

HEXE8C7CB
Decimal232199203
Binary111010001100011111001011
Octal350307313

Shades and tints

Shades of #E8C7CB

#E8C7CB
(232,199,203)
#D3B5B9
(211,181,185)
#BEA3A7
(190,163,167)
#A99195
(169,145,149)
#947F83
(148,127,131)
#7F6D71
(127,109,113)
#6A5B5F
(106,91,95)
#55494D
(85,73,77)
#40373B
(64,55,59)
#2B2529
(43,37,41)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #E8C7CB

#E8C7CB
(232,199,203)
#EACCCF
(234,204,207)
#ECD1D3
(236,209,211)
#EED6D7
(238,214,215)
#F0DBDB
(240,219,219)
#F2E0DF
(242,224,223)
#F4E5E3
(244,229,227)
#F6EAE7
(246,234,231)
#F8EFEB
(248,239,235)
#FAF4EF
(250,244,239)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C7CB; }

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

This text font color is #E8C7CB.


Background Color

.myBgColor { background-color: #E8C7CB; }

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

This div background color is #E8C7CB.


Border color

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

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

This div border color is #E8C7CB.


Opacity

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

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

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

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

This text has shadow with #E8C7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C7CB on black background.


Color preview on white background

This text has color #E8C7CB on white background.



Black color preview on #E8C7CB background

This text has black color on #E8C7CB background.


White color preview on #E8C7CB background

This text has white color on #E8C7CB background.