COLOR #E1C8AF

HEX: #E1C8AF RGB: (225,200,175)

Color info

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

RGB color model

#E1C8AF color RGB value is (225,200,175).

RGB: (225,200,175) (88%, 78%, 69%)

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 175 of 255 = 69%

225
200
175

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

Portions of RGB colors in percentages

R + G + B = 225 + 200 + 175 = 600 (100%)
R 225 of 600 ~ 37.5%
G 200 of 600 ~ 33.33%
B 175 of 600 ~ 29.17'%

%37.5
%33.33
%29.17

CMYK color model

#E1C8AF color CMYK value is (0,11,22,12).

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

CMYK: (0,11,22,12)
C0M11Y22K12 (0%, 11%, 22%, 12%)
(0.00 / 0.11 / 0.22 / 0.12)

CMYK percentages

%0
%11.11
%22.22
%11.76

Codes

Color #E1C8AF in popluar color models

E1 C8 AF
RGB 225 200 175
HSL 30° 45.45% 78.43%
HSB/HSV 30° 22.22% 88.24%
CMYK 0.00% 11.11% 22.22%
11.76%

Color #E1C8AF in popluar number systems.

HEX E1 C8 AF
Decimal 225 200 175
Binary 11100001 11001000 10101111
Octal 341 310 257

Shades and tints

Shades of #E1C8AF

#E1C8AF
(225,200,175)
#CDB6A0
(205,182,160)
#B9A491
(185,164,145)
#A59282
(165,146,130)
#918073
(145,128,115)
#7D6E64
(125,110,100)
#695C55
(105,92,85)
#554A46
(85,74,70)
#413837
(65,56,55)
#2D2628
(45,38,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #E1C8AF

#E1C8AF
(225,200,175)
#E3CDB6
(227,205,182)
#E5D2BD
(229,210,189)
#E7D7C4
(231,215,196)
#E9DCCB
(233,220,203)
#EBE1D2
(235,225,210)
#EDE6D9
(237,230,217)
#EFEBE0
(239,235,224)
#F1F0E7
(241,240,231)
#F3F5EE
(243,245,238)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C8AF; }

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

This text font color is #E1C8AF.

Background Color

.myBgColor { background-color: #E1C8AF; }

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

This div background color is #E1C8AF.

Border color

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

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

This div border color is #E1C8AF.

Opacity

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

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

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

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

This text has shadow with #E1C8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C8AF.

Preview

Color preview on black background

This text has color #E1C8AF on black background.


Color preview on white background

This text has color #E1C8AF on white background.


Black color preview on #E1C8AF background

This text has black color on #E1C8AF background.


White color preview on #E1C8AF background

This text has white color on #E1C8AF background.


Related colors

Complementary color

Complementary color for #hex is #1E3750.


I love getcolorcode.com

Triadic colors

1 #AFE1C8 and #C8AFE1 with #E1C8AF are triadic colors.

2 #AFC8E1 and #C8E1AF with #E1C8AF are triadic colors.