COLOR #E7CAA5

HEX: #E7CAA5
RGB: (231,202,165)

Color info

#E7CAA5 contains mainly red and green colors. Web safe color of #E7CAA5 is #FFCC99 (or #FC9).

RGB color model

#E7CAA5 color RGB value is (231,202,165).

  • red value is 231;
  • green value is 202;
  • blue value is 165.
RGB:
(231,202,165)
(91%,79%,65%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 165 of 255 = 65%

231
202
165

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

Portions of RGB colors in percentages

R + G + B =
231 + 202 + 165 = 598 (100%)
R 231 of 598 ~ 38.63%
G 202 of 598 ~ 33.78%
B 165 of 598 ~ 27.59%

%38.63
%33.78
%27.59

CMYK color model

#E7CAA5 color CMYK value is (0,13,29,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 28.57%
  • key color value is 9.41%
CMYK:
(0,13,29,9)
C0M13Y29K9 
(0%,13%,29%,9%)
(0.00/0.13/0.29/0.09)	

CMYK percentages

%0
%12.55
%28.57
%9.41

Codes

Color #E7CAA5 in popluar color models

E7CAA5
RGB231202165
HSL34°57.89%77.65%
HSB/HSV34°28.57%90.59%
CMYK0.00%12.55%28.57%
9.41%

Color #E7CAA5 in popluar number systems.

HEXE7CAA5
Decimal231202165
Binary111001111100101010100101
Octal347312245

Shades and tints

Shades of #E7CAA5

#E7CAA5
(231,202,165)
#D2B896
(210,184,150)
#BDA687
(189,166,135)
#A89478
(168,148,120)
#938269
(147,130,105)
#7E705A
(126,112,90)
#695E4B
(105,94,75)
#544C3C
(84,76,60)
#3F3A2D
(63,58,45)
#2A281E
(42,40,30)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #E7CAA5

#E7CAA5
(231,202,165)
#E9CEAD
(233,206,173)
#EBD2B5
(235,210,181)
#EDD6BD
(237,214,189)
#EFDAC5
(239,218,197)
#F1DECD
(241,222,205)
#F3E2D5
(243,226,213)
#F5E6DD
(245,230,221)
#F7EAE5
(247,234,229)
#F9EEED
(249,238,237)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CAA5 color. Also use rgb(231,202,165) instead hex code.

Text Font Color

.myTextColor { color: #E7CAA5; }

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

This text font color is #E7CAA5.


Background Color

.myBgColor { background-color: #E7CAA5; }

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

This div background color is #E7CAA5.


Border color

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

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

This div border color is #E7CAA5.


Opacity

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

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

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

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

This text has shadow with #E7CAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CAA5 on black background.


Color preview on white background

This text has color #E7CAA5 on white background.



Black color preview on #E7CAA5 background

This text has black color on #E7CAA5 background.


White color preview on #E7CAA5 background

This text has white color on #E7CAA5 background.