COLOR #E7CAA1

HEX: #E7CAA1 RGB: (231,202,161)

Color info

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

RGB color model

#E7CAA1 color RGB value is (231,202,161).

RGB: (231,202,161) (91%, 79%, 63%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 161 of 255 = 63%

231
202
161

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

Portions of RGB colors in percentages

R + G + B = 231 + 202 + 161 = 594 (100%)
R 231 of 594 ~ 38.89%
G 202 of 594 ~ 34.01%
B 161 of 594 ~ 27.1'%

%38.89
%34.01
%27.1

CMYK color model

#E7CAA1 color CMYK value is (0,13,30,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 30.30%
  • key color value is 9.41%

CMYK: (0,13,30,9)
C0M13Y30K9 (0%, 13%, 30%, 9%)
(0.00 / 0.13 / 0.30 / 0.09)

CMYK percentages

%0
%12.55
%30.3
%9.41

Codes

Color #E7CAA1 in popluar color models

E7 CA A1
RGB 231 202 161
HSL 35° 59.32% 76.86%
HSB/HSV 35° 30.30% 90.59%
CMYK 0.00% 12.55% 30.30%
9.41%

Color #E7CAA1 in popluar number systems.

HEX E7 CA A1
Decimal 231 202 161
Binary 11100111 11001010 10100001
Octal 347 312 241

Shades and tints

Shades of #E7CAA1

#E7CAA1
(231,202,161)
#D2B893
(210,184,147)
#BDA685
(189,166,133)
#A89477
(168,148,119)
#938269
(147,130,105)
#7E705B
(126,112,91)
#695E4D
(105,94,77)
#544C3F
(84,76,63)
#3F3A31
(63,58,49)
#2A2823
(42,40,35)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #E7CAA1

#E7CAA1
(231,202,161)
#E9CEA9
(233,206,169)
#EBD2B1
(235,210,177)
#EDD6B9
(237,214,185)
#EFDAC1
(239,218,193)
#F1DEC9
(241,222,201)
#F3E2D1
(243,226,209)
#F5E6D9
(245,230,217)
#F7EAE1
(247,234,225)
#F9EEE9
(249,238,233)
#FBF2F1
(251,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAA1; }

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

This text font color is #E7CAA1.

Background Color

.myBgColor { background-color: #E7CAA1; }

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

This div background color is #E7CAA1.

Border color

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

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

This div border color is #E7CAA1.

Opacity

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

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

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

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

This text has shadow with #E7CAA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CAA1.

Preview

Color preview on black background

This text has color #E7CAA1 on black background.


Color preview on white background

This text has color #E7CAA1 on white background.


Black color preview on #E7CAA1 background

This text has black color on #E7CAA1 background.


White color preview on #E7CAA1 background

This text has white color on #E7CAA1 background.


Related colors

Complementary color

Complementary color for #hex is #18355E.


I love getcolorcode.com

Triadic colors

1 #A1E7CA and #CAA1E7 with #E7CAA1 are triadic colors.

2 #A1CAE7 and #CAE7A1 with #E7CAA1 are triadic colors.