COLOR #E2C1AF

HEX: #E2C1AF RGB: (226,193,175)

Color info

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

RGB color model

#E2C1AF color RGB value is (226,193,175).

RGB: (226,193,175) (89%, 76%, 69%)

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 175 of 255 = 69%

226
193
175

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

Portions of RGB colors in percentages

R + G + B = 226 + 193 + 175 = 594 (100%)
R 226 of 594 ~ 38.05%
G 193 of 594 ~ 32.49%
B 175 of 594 ~ 29.46'%

%38.05
%32.49
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 22.57%
  • key color value is 11.37%

CMYK: (0,15,23,11)
C0M15Y23K11 (0%, 15%, 23%, 11%)
(0.00 / 0.15 / 0.23 / 0.11)

CMYK percentages

%0
%14.6
%22.57
%11.37

Codes

Color #E2C1AF in popluar color models

E2 C1 AF
RGB 226 193 175
HSL 21° 46.79% 78.63%
HSB/HSV 21° 22.57% 88.63%
CMYK 0.00% 14.60% 22.57%
11.37%

Color #E2C1AF in popluar number systems.

HEX E2 C1 AF
Decimal 226 193 175
Binary 11100010 11000001 10101111
Octal 342 301 257

Shades and tints

Shades of #E2C1AF

#E2C1AF
(226,193,175)
#CEB0A0
(206,176,160)
#BA9F91
(186,159,145)
#A68E82
(166,142,130)
#927D73
(146,125,115)
#7E6C64
(126,108,100)
#6A5B55
(106,91,85)
#564A46
(86,74,70)
#423937
(66,57,55)
#2E2828
(46,40,40)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #E2C1AF

#E2C1AF
(226,193,175)
#E4C6B6
(228,198,182)
#E6CBBD
(230,203,189)
#E8D0C4
(232,208,196)
#EAD5CB
(234,213,203)
#ECDAD2
(236,218,210)
#EEDFD9
(238,223,217)
#F0E4E0
(240,228,224)
#F2E9E7
(242,233,231)
#F4EEEE
(244,238,238)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C1AF color. Also use rgb(226,193,175) instead hex code.

Text Font Color

.myTextColor { color: #E2C1AF; }

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

This text font color is #E2C1AF.

Background Color

.myBgColor { background-color: #E2C1AF; }

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

This div background color is #E2C1AF.

Border color

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

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

This div border color is #E2C1AF.

Opacity

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

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

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

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

This text has shadow with #E2C1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C1AF.

Preview

Color preview on black background

This text has color #E2C1AF on black background.


Color preview on white background

This text has color #E2C1AF on white background.


Black color preview on #E2C1AF background

This text has black color on #E2C1AF background.


White color preview on #E2C1AF background

This text has white color on #E2C1AF background.


Related colors

Complementary color

Complementary color for #hex is #1D3E50.


I love getcolorcode.com

Triadic colors

1 #AFE2C1 and #C1AFE2 with #E2C1AF are triadic colors.

2 #AFC1E2 and #C1E2AF with #E2C1AF are triadic colors.