COLOR #E8C5CB

HEX: #E8C5CB
RGB: (232,197,203)

Color info

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

RGB color model

#E8C5CB color RGB value is (232,197,203).

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

RGB channels and saturation

R 232 of 255 = 91%
G 197 of 255 = 77%
B 203 of 255 = 80%

232
197
203

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

Portions of RGB colors in percentages

R + G + B =
232 + 197 + 203 = 632 (100%)
R 232 of 632 ~ 36.71%
G 197 of 632 ~ 31.17%
B 203 of 632 ~ 32.12%

%36.71
%31.17
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK:
(0,15,13,9)
C0M15Y13K9 
(0%,15%,13%,9%)
(0.00/0.15/0.13/0.09)	

CMYK percentages

%0
%15.09
%12.5
%9.02

Codes

Color #E8C5CB in popluar color models

E8C5CB
RGB232197203
HSL350°43.21%84.12%
HSB/HSV350°15.09%90.98%
CMYK0.00%15.09%12.50%
9.02%

Color #E8C5CB in popluar number systems.

HEXE8C5CB
Decimal232197203
Binary111010001100010111001011
Octal350305313

Shades and tints

Shades of #E8C5CB

#E8C5CB
(232,197,203)
#D3B4B9
(211,180,185)
#BEA3A7
(190,163,167)
#A99295
(169,146,149)
#948183
(148,129,131)
#7F7071
(127,112,113)
#6A5F5F
(106,95,95)
#554E4D
(85,78,77)
#403D3B
(64,61,59)
#2B2C29
(43,44,41)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #E8C5CB

#E8C5CB
(232,197,203)
#EACACF
(234,202,207)
#ECCFD3
(236,207,211)
#EED4D7
(238,212,215)
#F0D9DB
(240,217,219)
#F2DEDF
(242,222,223)
#F4E3E3
(244,227,227)
#F6E8E7
(246,232,231)
#F8EDEB
(248,237,235)
#FAF2EF
(250,242,239)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C5CB; }

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

This text font color is #E8C5CB.


Background Color

.myBgColor { background-color: #E8C5CB; }

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

This div background color is #E8C5CB.


Border color

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

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

This div border color is #E8C5CB.


Opacity

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

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

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

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

This text has shadow with #E8C5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C5CB on black background.


Color preview on white background

This text has color #E8C5CB on white background.



Black color preview on #E8C5CB background

This text has black color on #E8C5CB background.


White color preview on #E8C5CB background

This text has white color on #E8C5CB background.