COLOR #E7CA9C

HEX: #E7CA9C RGB: (231,202,156)

Color info

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

RGB color model

#E7CA9C color RGB value is (231,202,156).

RGB: (231,202,156) (91%, 79%, 61%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 156 of 255 = 61%

231
202
156

R + G + B ~ 77%. #E7CA9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 202 + 156 = 589 (100%)
R 231 of 589 ~ 39.22%
G 202 of 589 ~ 34.3%
B 156 of 589 ~ 26.49'%

%39.22
%34.3
%26.49

CMYK color model

#E7CA9C color CMYK value is (0,13,32,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 32.47%
  • key color value is 9.41%
CMYK: (0,13,32,9) C0M13Y32K9 (0%,13%,32%,9%) (0.00/0.13/0.32/0.09) 

CMYK percentages

%0
%12.55
%32.47
%9.41

Codes

Color #E7CA9C in popluar color models

E7 CA 9C
RGB 231 202 156
HSL 37° 60.98% 75.88%
HSB/HSV 37° 32.47% 90.59%
CMYK 0.00% 12.55% 32.47%
9.41%

Color #E7CA9C in popluar number systems.

HEX E7 CA 9C
Decimal 231 202 156
Binary 11100111 11001010 10011100
Octal 347 312 234

Shades and tints

Shades of #E7CA9C

#E7CA9C
(231,202,156)
#D2B88E
(210,184,142)
#BDA680
(189,166,128)
#A89472
(168,148,114)
#938264
(147,130,100)
#7E7056
(126,112,86)
#695E48
(105,94,72)
#544C3A
(84,76,58)
#3F3A2C
(63,58,44)
#2A281E
(42,40,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #E7CA9C

#E7CA9C
(231,202,156)
#E9CEA5
(233,206,165)
#EBD2AE
(235,210,174)
#EDD6B7
(237,214,183)
#EFDAC0
(239,218,192)
#F1DEC9
(241,222,201)
#F3E2D2
(243,226,210)
#F5E6DB
(245,230,219)
#F7EAE4
(247,234,228)
#F9EEED
(249,238,237)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CA9C; }

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

This text font color is #E7CA9C.

Background Color

.myBgColor { background-color: #E7CA9C; }

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

This div background color is #E7CA9C.

Border color

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

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

This div border color is #E7CA9C.

Opacity

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

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

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

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

This text has shadow with #E7CA9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CA9C.

Preview

Color preview on black background

This text has color #E7CA9C on black background.


Color preview on white background

This text has color #E7CA9C on white background.


Black color preview on #E7CA9C background

This text has black color on #E7CA9C background.


White color preview on #E7CA9C background

This text has white color on #E7CA9C background.


Related colors

Complementary color

Complementary color for #hex is #183563.


I love getcolorcode.com

Triadic colors

1 #9CE7CA and #CA9CE7 with #E7CA9C are triadic colors.

2 #9CCAE7 and #CAE79C with #E7CA9C are triadic colors.