COLOR #E9C4C2

HEX: #E9C4C2 RGB: (233,196,194)

Color info

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

RGB color model

#E9C4C2 color RGB value is (233,196,194).

RGB: (233,196,194) (91%, 77%, 76%)

RGB channels and saturation

R 233 of 255 = 91%
G 196 of 255 = 77%
B 194 of 255 = 76%

233
196
194

R + G + B ~ 81%. #E9C4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 196 + 194 = 623 (100%)
R 233 of 623 ~ 37.4%
G 196 of 623 ~ 31.46%
B 194 of 623 ~ 31.14'%

%37.4
%31.46
%31.14

CMYK color model

#E9C4C2 color CMYK value is (0,16,17,9).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 16.74%
  • key color value is 8.63%
CMYK: (0,16,17,9) C0M16Y17K9 (0%,16%,17%,9%) (0.00/0.16/0.17/0.09) 

CMYK percentages

%0
%15.88
%16.74
%8.63

Codes

Color #E9C4C2 in popluar color models

E9 C4 C2
RGB 233 196 194
HSL 46.99% 83.73%
HSB/HSV 16.74% 91.37%
CMYK 0.00% 15.88% 16.74%
8.63%

Color #E9C4C2 in popluar number systems.

HEX E9 C4 C2
Decimal 233 196 194
Binary 11101001 11000100 11000010
Octal 351 304 302

Shades and tints

Shades of #E9C4C2

#E9C4C2
(233,196,194)
#D4B3B1
(212,179,177)
#BFA2A0
(191,162,160)
#AA918F
(170,145,143)
#95807E
(149,128,126)
#806F6D
(128,111,109)
#6B5E5C
(107,94,92)
#564D4B
(86,77,75)
#413C3A
(65,60,58)
#2C2B29
(44,43,41)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #E9C4C2

#E9C4C2
(233,196,194)
#EBC9C7
(235,201,199)
#EDCECC
(237,206,204)
#EFD3D1
(239,211,209)
#F1D8D6
(241,216,214)
#F3DDDB
(243,221,219)
#F5E2E0
(245,226,224)
#F7E7E5
(247,231,229)
#F9ECEA
(249,236,234)
#FBF1EF
(251,241,239)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C4C2 color. Also use rgb(233,196,194) instead hex code.

Text Font Color

.myTextColor { color: #E9C4C2; }

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

This text font color is #E9C4C2.

Background Color

.myBgColor { background-color: #E9C4C2; }

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

This div background color is #E9C4C2.

Border color

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

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

This div border color is #E9C4C2.

Opacity

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

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

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

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

This text has shadow with #E9C4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C4C2.

Preview

Color preview on black background

This text has color #E9C4C2 on black background.


Color preview on white background

This text has color #E9C4C2 on white background.


Black color preview on #E9C4C2 background

This text has black color on #E9C4C2 background.


White color preview on #E9C4C2 background

This text has white color on #E9C4C2 background.


Related colors

Complementary color

Complementary color for #hex is #163B3D.


I love getcolorcode.com

Triadic colors

1 #C2E9C4 and #C4C2E9 with #E9C4C2 are triadic colors.

2 #C2C4E9 and #C4E9C2 with #E9C4C2 are triadic colors.