COLOR #E5C6CB

HEX: #E5C6CB
RGB: (229,198,203)

Color info

#E5C6CB contains red, green and blue colors in about the same proportion. Web safe color of #E5C6CB is #CCCCCC (or #CCC).

RGB color model

#E5C6CB color RGB value is (229,198,203).

  • red value is 229;
  • green value is 198;
  • blue value is 203.
RGB:
(229,198,203)
(90%,78%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 198 of 255 = 78%
B 203 of 255 = 80%

229
198
203

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

Portions of RGB colors in percentages

R + G + B =
229 + 198 + 203 = 630 (100%)
R 229 of 630 ~ 36.35%
G 198 of 630 ~ 31.43%
B 203 of 630 ~ 32.22%

%36.35
%31.43
%32.22

CMYK color model

#E5C6CB color CMYK value is (0,14,11,10).

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK:
(0,14,11,10)
C0M14Y11K10 
(0%,14%,11%,10%)
(0.00/0.14/0.11/0.10)	

CMYK percentages

%0
%13.54
%11.35
%10.2

Codes

Color #E5C6CB in popluar color models

E5C6CB
RGB229198203
HSL350°37.35%83.73%
HSB/HSV350°13.54%89.80%
CMYK0.00%13.54%11.35%
10.20%

Color #E5C6CB in popluar number systems.

HEXE5C6CB
Decimal229198203
Binary111001011100011011001011
Octal345306313

Shades and tints

Shades of #E5C6CB

#E5C6CB
(229,198,203)
#D1B4B9
(209,180,185)
#BDA2A7
(189,162,167)
#A99095
(169,144,149)
#957E83
(149,126,131)
#816C71
(129,108,113)
#6D5A5F
(109,90,95)
#59484D
(89,72,77)
#45363B
(69,54,59)
#312429
(49,36,41)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #E5C6CB

#E5C6CB
(229,198,203)
#E7CBCF
(231,203,207)
#E9D0D3
(233,208,211)
#EBD5D7
(235,213,215)
#EDDADB
(237,218,219)
#EFDFDF
(239,223,223)
#F1E4E3
(241,228,227)
#F3E9E7
(243,233,231)
#F5EEEB
(245,238,235)
#F7F3EF
(247,243,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C6CB color. Also use rgb(229,198,203) instead hex code.

Text Font Color

.myTextColor { color: #E5C6CB; }

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

This text font color is #E5C6CB.


Background Color

.myBgColor { background-color: #E5C6CB; }

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

This div background color is #E5C6CB.


Border color

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

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

This div border color is #E5C6CB.


Opacity

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

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

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

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

This text has shadow with #E5C6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C6CB on black background.


Color preview on white background

This text has color #E5C6CB on white background.



Black color preview on #E5C6CB background

This text has black color on #E5C6CB background.


White color preview on #E5C6CB background

This text has white color on #E5C6CB background.