COLOR #E4CCA7

HEX: #E4CCA7
RGB: (228,204,167)

Color info

#E4CCA7 contains mainly red and green colors. Web safe color of #E4CCA7 is #CCCC99 (or #CC9).

RGB color model

#E4CCA7 color RGB value is (228,204,167).

  • red value is 228;
  • green value is 204;
  • blue value is 167.
RGB:
(228,204,167)
(89%,80%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 167 of 255 = 65%

228
204
167

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

Portions of RGB colors in percentages

R + G + B =
228 + 204 + 167 = 599 (100%)
R 228 of 599 ~ 38.06%
G 204 of 599 ~ 34.06%
B 167 of 599 ~ 27.88%

%38.06
%34.06
%27.88

CMYK color model

#E4CCA7 color CMYK value is (0,11,27,11).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(0,11,27,11)
C0M11Y27K11 
(0%,11%,27%,11%)
(0.00/0.11/0.27/0.11)	

CMYK percentages

%0
%10.53
%26.75
%10.59

Codes

Color #E4CCA7 in popluar color models

E4CCA7
RGB228204167
HSL36°53.04%77.45%
HSB/HSV36°26.75%89.41%
CMYK0.00%10.53%26.75%
10.59%

Color #E4CCA7 in popluar number systems.

HEXE4CCA7
Decimal228204167
Binary111001001100110010100111
Octal344314247

Shades and tints

Shades of #E4CCA7

#E4CCA7
(228,204,167)
#D0BA98
(208,186,152)
#BCA889
(188,168,137)
#A8967A
(168,150,122)
#94846B
(148,132,107)
#80725C
(128,114,92)
#6C604D
(108,96,77)
#584E3E
(88,78,62)
#443C2F
(68,60,47)
#302A20
(48,42,32)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #E4CCA7

#E4CCA7
(228,204,167)
#E6D0AF
(230,208,175)
#E8D4B7
(232,212,183)
#EAD8BF
(234,216,191)
#ECDCC7
(236,220,199)
#EEE0CF
(238,224,207)
#F0E4D7
(240,228,215)
#F2E8DF
(242,232,223)
#F4ECE7
(244,236,231)
#F6F0EF
(246,240,239)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CCA7; }

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

This text font color is #E4CCA7.


Background Color

.myBgColor { background-color: #E4CCA7; }

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

This div background color is #E4CCA7.


Border color

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

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

This div border color is #E4CCA7.


Opacity

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

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

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

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

This text has shadow with #E4CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CCA7 on black background.


Color preview on white background

This text has color #E4CCA7 on white background.



Black color preview on #E4CCA7 background

This text has black color on #E4CCA7 background.


White color preview on #E4CCA7 background

This text has white color on #E4CCA7 background.