COLOR #E9C8CA

HEX: #E9C8CA RGB: (233,200,202)

Color info

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

RGB color model

#E9C8CA color RGB value is (233,200,202).

RGB: (233,200,202) (91%, 78%, 79%)

RGB channels and saturation

R 233 of 255 = 91%
G 200 of 255 = 78%
B 202 of 255 = 79%

233
200
202

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

Portions of RGB colors in percentages

R + G + B = 233 + 200 + 202 = 635 (100%)
R 233 of 635 ~ 36.69%
G 200 of 635 ~ 31.5%
B 202 of 635 ~ 31.81'%

%36.69
%31.5
%31.81

CMYK color model

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

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

CMYK percentages

%0
%14.16
%13.3
%8.63

Codes

Color #E9C8CA in popluar color models

E9 C8 CA
RGB 233 200 202
HSL 356° 42.86% 84.90%
HSB/HSV 356° 14.16% 91.37%
CMYK 0.00% 14.16% 13.30%
8.63%

Color #E9C8CA in popluar number systems.

HEX E9 C8 CA
Decimal 233 200 202
Binary 11101001 11001000 11001010
Octal 351 310 312

Shades and tints

Shades of #E9C8CA

#E9C8CA
(233,200,202)
#D4B6B8
(212,182,184)
#BFA4A6
(191,164,166)
#AA9294
(170,146,148)
#958082
(149,128,130)
#806E70
(128,110,112)
#6B5C5E
(107,92,94)
#564A4C
(86,74,76)
#41383A
(65,56,58)
#2C2628
(44,38,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #E9C8CA

#E9C8CA
(233,200,202)
#EBCDCE
(235,205,206)
#EDD2D2
(237,210,210)
#EFD7D6
(239,215,214)
#F1DCDA
(241,220,218)
#F3E1DE
(243,225,222)
#F5E6E2
(245,230,226)
#F7EBE6
(247,235,230)
#F9F0EA
(249,240,234)
#FBF5EE
(251,245,238)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C8CA; }

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

This text font color is #E9C8CA.

Background Color

.myBgColor { background-color: #E9C8CA; }

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

This div background color is #E9C8CA.

Border color

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

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

This div border color is #E9C8CA.

Opacity

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

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

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

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

This text has shadow with #E9C8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C8CA.

Preview

Color preview on black background

This text has color #E9C8CA on black background.


Color preview on white background

This text has color #E9C8CA on white background.


Black color preview on #E9C8CA background

This text has black color on #E9C8CA background.


White color preview on #E9C8CA background

This text has white color on #E9C8CA background.


Related colors

Complementary color

Complementary color for #hex is #163735.


I love getcolorcode.com

Triadic colors

1 #CAE9C8 and #C8CAE9 with #E9C8CA are triadic colors.

2 #CAC8E9 and #C8E9CA with #E9C8CA are triadic colors.