COLOR #E4C0C0

HEX: #E4C0C0 RGB: (228,192,192)

Color info

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

RGB color model

#E4C0C0 color RGB value is (228,192,192).

RGB: (228,192,192) (89%, 75%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 192 of 255 = 75%
B 192 of 255 = 75%

228
192
192

R + G + B ~ 80%. #E4C0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 192 + 192 = 612 (100%)
R 228 of 612 ~ 37.25%
G 192 of 612 ~ 31.37%
B 192 of 612 ~ 31.37'%

%37.25
%31.37
%31.37

CMYK color model

#E4C0C0 color CMYK value is (0,16,16,11).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 15.79%
  • key color value is 10.59%

CMYK: (0,16,16,11)
C0M16Y16K11 (0%, 16%, 16%, 11%)
(0.00 / 0.16 / 0.16 / 0.11)

CMYK percentages

%0
%15.79
%15.79
%10.59

Codes

Color #E4C0C0 in popluar color models

E4 C0 C0
RGB 228 192 192
HSL 40.00% 82.35%
HSB/HSV 15.79% 89.41%
CMYK 0.00% 15.79% 15.79%
10.59%

Color #E4C0C0 in popluar number systems.

HEX E4 C0 C0
Decimal 228 192 192
Binary 11100100 11000000 11000000
Octal 344 300 300

Shades and tints

Shades of #E4C0C0

#E4C0C0
(228,192,192)
#D0AFAF
(208,175,175)
#BC9E9E
(188,158,158)
#A88D8D
(168,141,141)
#947C7C
(148,124,124)
#806B6B
(128,107,107)
#6C5A5A
(108,90,90)
#584949
(88,73,73)
#443838
(68,56,56)
#302727
(48,39,39)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #E4C0C0

#E4C0C0
(228,192,192)
#E6C5C5
(230,197,197)
#E8CACA
(232,202,202)
#EACFCF
(234,207,207)
#ECD4D4
(236,212,212)
#EED9D9
(238,217,217)
#F0DEDE
(240,222,222)
#F2E3E3
(242,227,227)
#F4E8E8
(244,232,232)
#F6EDED
(246,237,237)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C0C0 color. Also use rgb(228,192,192) instead hex code.

Text Font Color

.myTextColor { color: #E4C0C0; }

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

This text font color is #E4C0C0.

Background Color

.myBgColor { background-color: #E4C0C0; }

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

This div background color is #E4C0C0.

Border color

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

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

This div border color is #E4C0C0.

Opacity

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

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

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

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

This text has shadow with #E4C0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C0C0.

Preview

Color preview on black background

This text has color #E4C0C0 on black background.


Color preview on white background

This text has color #E4C0C0 on white background.


Black color preview on #E4C0C0 background

This text has black color on #E4C0C0 background.


White color preview on #E4C0C0 background

This text has white color on #E4C0C0 background.


Related colors

Complementary color

Complementary color for #hex is #1B3F3F.


I love getcolorcode.com