COLOR #E3CCA4

HEX: #E3CCA4
RGB: (227,204,164)

Color info

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

RGB color model

#E3CCA4 color RGB value is (227,204,164).

  • red value is 227;
  • green value is 204;
  • blue value is 164.
RGB:
(227,204,164)
(89%,80%,64%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 164 of 255 = 64%

227
204
164

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

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 164 = 595 (100%)
R 227 of 595 ~ 38.15%
G 204 of 595 ~ 34.29%
B 164 of 595 ~ 27.56%

%38.15
%34.29
%27.56

CMYK color model

#E3CCA4 color CMYK value is (0,10,28,11).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 27.75%
  • key color value is 10.98%
CMYK:
(0,10,28,11)
C0M10Y28K11 
(0%,10%,28%,11%)
(0.00/0.10/0.28/0.11)	

CMYK percentages

%0
%10.13
%27.75
%10.98

Codes

Color #E3CCA4 in popluar color models

E3CCA4
RGB227204164
HSL38°52.94%76.67%
HSB/HSV38°27.75%89.02%
CMYK0.00%10.13%27.75%
10.98%

Color #E3CCA4 in popluar number systems.

HEXE3CCA4
Decimal227204164
Binary111000111100110010100100
Octal343314244

Shades and tints

Shades of #E3CCA4

#E3CCA4
(227,204,164)
#CFBA96
(207,186,150)
#BBA888
(187,168,136)
#A7967A
(167,150,122)
#93846C
(147,132,108)
#7F725E
(127,114,94)
#6B6050
(107,96,80)
#574E42
(87,78,66)
#433C34
(67,60,52)
#2F2A26
(47,42,38)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3CCA4

#E3CCA4
(227,204,164)
#E5D0AC
(229,208,172)
#E7D4B4
(231,212,180)
#E9D8BC
(233,216,188)
#EBDCC4
(235,220,196)
#EDE0CC
(237,224,204)
#EFE4D4
(239,228,212)
#F1E8DC
(241,232,220)
#F3ECE4
(243,236,228)
#F5F0EC
(245,240,236)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCA4 color. Also use rgb(227,204,164) instead hex code.

Text Font Color

.myTextColor { color: #E3CCA4; }

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

This text font color is #E3CCA4.


Background Color

.myBgColor { background-color: #E3CCA4; }

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

This div background color is #E3CCA4.


Border color

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

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

This div border color is #E3CCA4.


Opacity

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

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

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

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

This text has shadow with #E3CCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CCA4 on black background.


Color preview on white background

This text has color #E3CCA4 on white background.



Black color preview on #E3CCA4 background

This text has black color on #E3CCA4 background.


White color preview on #E3CCA4 background

This text has white color on #E3CCA4 background.