COLOR #E3CA9E

HEX: #E3CA9E
RGB: (227,202,158)

Color info

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

RGB color model

#E3CA9E color RGB value is (227,202,158).

  • red value is 227;
  • green value is 202;
  • blue value is 158.
RGB:
(227,202,158)
(89%,79%,62%)

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 158 of 255 = 62%

227
202
158

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

Portions of RGB colors in percentages

R + G + B =
227 + 202 + 158 = 587 (100%)
R 227 of 587 ~ 38.67%
G 202 of 587 ~ 34.41%
B 158 of 587 ~ 26.92%

%38.67
%34.41
%26.92

CMYK color model

#E3CA9E color CMYK value is (0,11,30,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 30.40%
  • key color value is 10.98%
CMYK:
(0,11,30,11)
C0M11Y30K11 
(0%,11%,30%,11%)
(0.00/0.11/0.30/0.11)	

CMYK percentages

%0
%11.01
%30.4
%10.98

Codes

Color #E3CA9E in popluar color models

E3CA9E
RGB227202158
HSL38°55.20%75.49%
HSB/HSV38°30.40%89.02%
CMYK0.00%11.01%30.40%
10.98%

Color #E3CA9E in popluar number systems.

HEXE3CA9E
Decimal227202158
Binary111000111100101010011110
Octal343312236

Shades and tints

Shades of #E3CA9E

#E3CA9E
(227,202,158)
#CFB890
(207,184,144)
#BBA682
(187,166,130)
#A79474
(167,148,116)
#938266
(147,130,102)
#7F7058
(127,112,88)
#6B5E4A
(107,94,74)
#574C3C
(87,76,60)
#433A2E
(67,58,46)
#2F2820
(47,40,32)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #E3CA9E

#E3CA9E
(227,202,158)
#E5CEA6
(229,206,166)
#E7D2AE
(231,210,174)
#E9D6B6
(233,214,182)
#EBDABE
(235,218,190)
#EDDEC6
(237,222,198)
#EFE2CE
(239,226,206)
#F1E6D6
(241,230,214)
#F3EADE
(243,234,222)
#F5EEE6
(245,238,230)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CA9E color. Also use rgb(227,202,158) instead hex code.

Text Font Color

.myTextColor { color: #E3CA9E; }

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

This text font color is #E3CA9E.


Background Color

.myBgColor { background-color: #E3CA9E; }

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

This div background color is #E3CA9E.


Border color

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

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

This div border color is #E3CA9E.


Opacity

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

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

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

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

This text has shadow with #E3CA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CA9E on black background.


Color preview on white background

This text has color #E3CA9E on white background.



Black color preview on #E3CA9E background

This text has black color on #E3CA9E background.


White color preview on #E3CA9E background

This text has white color on #E3CA9E background.