COLOR #E3C1AE

HEX: #E3C1AE
RGB: (227,193,174)

Color info

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

RGB color model

#E3C1AE color RGB value is (227,193,174).

  • red value is 227;
  • green value is 193;
  • blue value is 174.
RGB:
(227,193,174)
(89%,76%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 193 of 255 = 76%
B 174 of 255 = 68%

227
193
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 193 + 174 = 594 (100%)
R 227 of 594 ~ 38.22%
G 193 of 594 ~ 32.49%
B 174 of 594 ~ 29.29%

%38.22
%32.49
%29.29

CMYK color model

#E3C1AE color CMYK value is (0,15,23,11).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,15,23,11)
C0M15Y23K11 
(0%,15%,23%,11%)
(0.00/0.15/0.23/0.11)	

CMYK percentages

%0
%14.98
%23.35
%10.98

Codes

Color #E3C1AE in popluar color models

E3C1AE
RGB227193174
HSL22°48.62%78.63%
HSB/HSV22°23.35%89.02%
CMYK0.00%14.98%23.35%
10.98%

Color #E3C1AE in popluar number systems.

HEXE3C1AE
Decimal227193174
Binary111000111100000110101110
Octal343301256

Shades and tints

Shades of #E3C1AE

#E3C1AE
(227,193,174)
#CFB09F
(207,176,159)
#BB9F90
(187,159,144)
#A78E81
(167,142,129)
#937D72
(147,125,114)
#7F6C63
(127,108,99)
#6B5B54
(107,91,84)
#574A45
(87,74,69)
#433936
(67,57,54)
#2F2827
(47,40,39)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3C1AE

#E3C1AE
(227,193,174)
#E5C6B5
(229,198,181)
#E7CBBC
(231,203,188)
#E9D0C3
(233,208,195)
#EBD5CA
(235,213,202)
#EDDAD1
(237,218,209)
#EFDFD8
(239,223,216)
#F1E4DF
(241,228,223)
#F3E9E6
(243,233,230)
#F5EEED
(245,238,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C1AE color. Also use rgb(227,193,174) instead hex code.

Text Font Color

.myTextColor { color: #E3C1AE; }

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

This text font color is #E3C1AE.


Background Color

.myBgColor { background-color: #E3C1AE; }

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

This div background color is #E3C1AE.


Border color

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

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

This div border color is #E3C1AE.


Opacity

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

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

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

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

This text has shadow with #E3C1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C1AE on black background.


Color preview on white background

This text has color #E3C1AE on white background.



Black color preview on #E3C1AE background

This text has black color on #E3C1AE background.


White color preview on #E3C1AE background

This text has white color on #E3C1AE background.