COLOR #E3CCA3

HEX: #E3CCA3
RGB: (227,204,163)

Color info

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

RGB color model

#E3CCA3 color RGB value is (227,204,163).

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

RGB channels and saturation

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

227
204
163

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

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 163 = 594 (100%)
R 227 of 594 ~ 38.22%
G 204 of 594 ~ 34.34%
B 163 of 594 ~ 27.44%

%38.22
%34.34
%27.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 28.19%
  • 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
%28.19
%10.98

Codes

Color #E3CCA3 in popluar color models

E3CCA3
RGB227204163
HSL38°53.33%76.47%
HSB/HSV38°28.19%89.02%
CMYK0.00%10.13%28.19%
10.98%

Color #E3CCA3 in popluar number systems.

HEXE3CCA3
Decimal227204163
Binary111000111100110010100011
Octal343314243

Shades and tints

Shades of #E3CCA3

#E3CCA3
(227,204,163)
#CFBA95
(207,186,149)
#BBA887
(187,168,135)
#A79679
(167,150,121)
#93846B
(147,132,107)
#7F725D
(127,114,93)
#6B604F
(107,96,79)
#574E41
(87,78,65)
#433C33
(67,60,51)
#2F2A25
(47,42,37)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #E3CCA3

#E3CCA3
(227,204,163)
#E5D0AB
(229,208,171)
#E7D4B3
(231,212,179)
#E9D8BB
(233,216,187)
#EBDCC3
(235,220,195)
#EDE0CB
(237,224,203)
#EFE4D3
(239,228,211)
#F1E8DB
(241,232,219)
#F3ECE3
(243,236,227)
#F5F0EB
(245,240,235)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CCA3; }

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

This text font color is #E3CCA3.


Background Color

.myBgColor { background-color: #E3CCA3; }

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

This div background color is #E3CCA3.


Border color

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

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

This div border color is #E3CCA3.


Opacity

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

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

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

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

This text has shadow with #E3CCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CCA3 on black background.


Color preview on white background

This text has color #E3CCA3 on white background.



Black color preview on #E3CCA3 background

This text has black color on #E3CCA3 background.


White color preview on #E3CCA3 background

This text has white color on #E3CCA3 background.