COLOR #E0CCA7

HEX: #E0CCA7 RGB: (224,204,167)

Color info

#E0CCA7 contains red, green and blue colors in about the same proportion. Web safe color of #E0CCA7 is #CCCC99 (or #CC9).

RGB color model

#E0CCA7 color RGB value is (224,204,167).

RGB: (224,204,167) (88%, 80%, 65%)

RGB channels and saturation

R 224 of 255 = 88%
G 204 of 255 = 80%
B 167 of 255 = 65%

224
204
167

R + G + B ~ 78%. #E0CCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 204 + 167 = 595 (100%)
R 224 of 595 ~ 37.65%
G 204 of 595 ~ 34.29%
B 167 of 595 ~ 28.07'%

%37.65
%34.29
%28.07

CMYK color model

#E0CCA7 color CMYK value is (0,9,25,12).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 25.45%
  • key color value is 12.16%

CMYK: (0,9,25,12)
C0M9Y25K12 (0%, 9%, 25%, 12%)
(0.00 / 0.09 / 0.25 / 0.12)

CMYK percentages

%0
%8.93
%25.45
%12.16

Codes

Color #E0CCA7 in popluar color models

E0 CC A7
RGB 224 204 167
HSL 39° 47.90% 76.67%
HSB/HSV 39° 25.45% 87.84%
CMYK 0.00% 8.93% 25.45%
12.16%

Color #E0CCA7 in popluar number systems.

HEX E0 CC A7
Decimal 224 204 167
Binary 11100000 11001100 10100111
Octal 340 314 247

Shades and tints

Shades of #E0CCA7

#E0CCA7
(224,204,167)
#CCBA98
(204,186,152)
#B8A889
(184,168,137)
#A4967A
(164,150,122)
#90846B
(144,132,107)
#7C725C
(124,114,92)
#68604D
(104,96,77)
#544E3E
(84,78,62)
#403C2F
(64,60,47)
#2C2A20
(44,42,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #E0CCA7

#E0CCA7
(224,204,167)
#E2D0AF
(226,208,175)
#E4D4B7
(228,212,183)
#E6D8BF
(230,216,191)
#E8DCC7
(232,220,199)
#EAE0CF
(234,224,207)
#ECE4D7
(236,228,215)
#EEE8DF
(238,232,223)
#F0ECE7
(240,236,231)
#F2F0EF
(242,240,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CCA7 color. Also use rgb(224,204,167) instead hex code.

Text Font Color

.myTextColor { color: #E0CCA7; }

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

This text font color is #E0CCA7.

Background Color

.myBgColor { background-color: #E0CCA7; }

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

This div background color is #E0CCA7.

Border color

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

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

This div border color is #E0CCA7.

Opacity

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

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

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

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

This text has shadow with #E0CCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CCA7.

Preview

Color preview on black background

This text has color #E0CCA7 on black background.


Color preview on white background

This text has color #E0CCA7 on white background.


Black color preview on #E0CCA7 background

This text has black color on #E0CCA7 background.


White color preview on #E0CCA7 background

This text has white color on #E0CCA7 background.


Related colors

Complementary color

Complementary color for #hex is #1F3358.


I love getcolorcode.com

Triadic colors

1 #A7E0CC and #CCA7E0 with #E0CCA7 are triadic colors.

2 #A7CCE0 and #CCE0A7 with #E0CCA7 are triadic colors.