COLOR #E2C3AB

HEX: #E2C3AB
RGB: (226,195,171)

Color info

#E2C3AB contains red, green and blue colors in about the same proportion. Web safe color of #E2C3AB is #CCCC99 (or #CC9).

RGB color model

#E2C3AB color RGB value is (226,195,171).

  • red value is 226;
  • green value is 195;
  • blue value is 171.
RGB:
(226,195,171)
(89%,76%,67%)

RGB channels and saturation

R 226 of 255 = 89%
G 195 of 255 = 76%
B 171 of 255 = 67%

226
195
171

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

Portions of RGB colors in percentages

R + G + B =
226 + 195 + 171 = 592 (100%)
R 226 of 592 ~ 38.18%
G 195 of 592 ~ 32.94%
B 171 of 592 ~ 28.89%

%38.18
%32.94
%28.89

CMYK color model

#E2C3AB color CMYK value is (0,14,24,11).

  • cyan value is 0.00%
  • magenta value is 13.72%
  • yellow value is 24.34%
  • key color value is 11.37%
CMYK:
(0,14,24,11)
C0M14Y24K11 
(0%,14%,24%,11%)
(0.00/0.14/0.24/0.11)	

CMYK percentages

%0
%13.72
%24.34
%11.37

Codes

Color #E2C3AB in popluar color models

E2C3AB
RGB226195171
HSL26°48.67%77.84%
HSB/HSV26°24.34%88.63%
CMYK0.00%13.72%24.34%
11.37%

Color #E2C3AB in popluar number systems.

HEXE2C3AB
Decimal226195171
Binary111000101100001110101011
Octal342303253

Shades and tints

Shades of #E2C3AB

#E2C3AB
(226,195,171)
#CEB29C
(206,178,156)
#BAA18D
(186,161,141)
#A6907E
(166,144,126)
#927F6F
(146,127,111)
#7E6E60
(126,110,96)
#6A5D51
(106,93,81)
#564C42
(86,76,66)
#423B33
(66,59,51)
#2E2A24
(46,42,36)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #E2C3AB

#E2C3AB
(226,195,171)
#E4C8B2
(228,200,178)
#E6CDB9
(230,205,185)
#E8D2C0
(232,210,192)
#EAD7C7
(234,215,199)
#ECDCCE
(236,220,206)
#EEE1D5
(238,225,213)
#F0E6DC
(240,230,220)
#F2EBE3
(242,235,227)
#F4F0EA
(244,240,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C3AB color. Also use rgb(226,195,171) instead hex code.

Text Font Color

.myTextColor { color: #E2C3AB; }

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

This text font color is #E2C3AB.


Background Color

.myBgColor { background-color: #E2C3AB; }

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

This div background color is #E2C3AB.


Border color

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

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

This div border color is #E2C3AB.


Opacity

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

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

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

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

This text has shadow with #E2C3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C3AB on black background.


Color preview on white background

This text has color #E2C3AB on white background.



Black color preview on #E2C3AB background

This text has black color on #E2C3AB background.


White color preview on #E2C3AB background

This text has white color on #E2C3AB background.