COLOR #E7CAA4

HEX: #E7CAA4 RGB: (231,202,164)

Color info

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

RGB color model

#E7CAA4 color RGB value is (231,202,164).

RGB: (231,202,164) (91%, 79%, 64%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 164 of 255 = 64%

231
202
164

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

Portions of RGB colors in percentages

R + G + B = 231 + 202 + 164 = 597 (100%)
R 231 of 597 ~ 38.69%
G 202 of 597 ~ 33.84%
B 164 of 597 ~ 27.47'%

%38.69
%33.84
%27.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 29.00%
  • 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
%29
%9.41

Codes

Color #E7CAA4 in popluar color models

E7 CA A4
RGB 231 202 164
HSL 34° 58.26% 77.45%
HSB/HSV 34° 29.00% 90.59%
CMYK 0.00% 12.55% 29.00%
9.41%

Color #E7CAA4 in popluar number systems.

HEX E7 CA A4
Decimal 231 202 164
Binary 11100111 11001010 10100100
Octal 347 312 244

Shades and tints

Shades of #E7CAA4

#E7CAA4
(231,202,164)
#D2B896
(210,184,150)
#BDA688
(189,166,136)
#A8947A
(168,148,122)
#93826C
(147,130,108)
#7E705E
(126,112,94)
#695E50
(105,94,80)
#544C42
(84,76,66)
#3F3A34
(63,58,52)
#2A2826
(42,40,38)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #E7CAA4

#E7CAA4
(231,202,164)
#E9CEAC
(233,206,172)
#EBD2B4
(235,210,180)
#EDD6BC
(237,214,188)
#EFDAC4
(239,218,196)
#F1DECC
(241,222,204)
#F3E2D4
(243,226,212)
#F5E6DC
(245,230,220)
#F7EAE4
(247,234,228)
#F9EEEC
(249,238,236)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAA4; }

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

This text font color is #E7CAA4.

Background Color

.myBgColor { background-color: #E7CAA4; }

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

This div background color is #E7CAA4.

Border color

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

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

This div border color is #E7CAA4.

Opacity

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

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

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

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

This text has shadow with #E7CAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CAA4.

Preview

Color preview on black background

This text has color #E7CAA4 on black background.


Color preview on white background

This text has color #E7CAA4 on white background.


Black color preview on #E7CAA4 background

This text has black color on #E7CAA4 background.


White color preview on #E7CAA4 background

This text has white color on #E7CAA4 background.


Related colors

Complementary color

Complementary color for #hex is #18355B.


I love getcolorcode.com

Triadic colors

1 #A4E7CA and #CAA4E7 with #E7CAA4 are triadic colors.

2 #A4CAE7 and #CAE7A4 with #E7CAA4 are triadic colors.