COLOR #E1C4AF

HEX: #E1C4AF RGB: (225,196,175)

Color info

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

RGB color model

#E1C4AF color RGB value is (225,196,175).

RGB: (225,196,175) (88%, 77%, 69%)

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 175 of 255 = 69%

225
196
175

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

Portions of RGB colors in percentages

R + G + B = 225 + 196 + 175 = 596 (100%)
R 225 of 596 ~ 37.75%
G 196 of 596 ~ 32.89%
B 175 of 596 ~ 29.36'%

%37.75
%32.89
%29.36

CMYK color model

#E1C4AF color CMYK value is (0,13,22,12).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 22.22%
  • key color value is 11.76%

CMYK: (0,13,22,12)
C0M13Y22K12 (0%, 13%, 22%, 12%)
(0.00 / 0.13 / 0.22 / 0.12)

CMYK percentages

%0
%12.89
%22.22
%11.76

Codes

Color #E1C4AF in popluar color models

E1 C4 AF
RGB 225 196 175
HSL 25° 45.45% 78.43%
HSB/HSV 25° 22.22% 88.24%
CMYK 0.00% 12.89% 22.22%
11.76%

Color #E1C4AF in popluar number systems.

HEX E1 C4 AF
Decimal 225 196 175
Binary 11100001 11000100 10101111
Octal 341 304 257

Shades and tints

Shades of #E1C4AF

#E1C4AF
(225,196,175)
#CDB3A0
(205,179,160)
#B9A291
(185,162,145)
#A59182
(165,145,130)
#918073
(145,128,115)
#7D6F64
(125,111,100)
#695E55
(105,94,85)
#554D46
(85,77,70)
#413C37
(65,60,55)
#2D2B28
(45,43,40)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #E1C4AF

#E1C4AF
(225,196,175)
#E3C9B6
(227,201,182)
#E5CEBD
(229,206,189)
#E7D3C4
(231,211,196)
#E9D8CB
(233,216,203)
#EBDDD2
(235,221,210)
#EDE2D9
(237,226,217)
#EFE7E0
(239,231,224)
#F1ECE7
(241,236,231)
#F3F1EE
(243,241,238)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C4AF color. Also use rgb(225,196,175) instead hex code.

Text Font Color

.myTextColor { color: #E1C4AF; }

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

This text font color is #E1C4AF.

Background Color

.myBgColor { background-color: #E1C4AF; }

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

This div background color is #E1C4AF.

Border color

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

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

This div border color is #E1C4AF.

Opacity

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

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

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

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

This text has shadow with #E1C4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C4AF.

Preview

Color preview on black background

This text has color #E1C4AF on black background.


Color preview on white background

This text has color #E1C4AF on white background.


Black color preview on #E1C4AF background

This text has black color on #E1C4AF background.


White color preview on #E1C4AF background

This text has white color on #E1C4AF background.


Related colors

Complementary color

Complementary color for #hex is #1E3B50.


I love getcolorcode.com

Triadic colors

1 #AFE1C4 and #C4AFE1 with #E1C4AF are triadic colors.

2 #AFC4E1 and #C4E1AF with #E1C4AF are triadic colors.