COLOR #E1CDAF

HEX: #E1CDAF
RGB: (225,205,175)

Color info

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

RGB color model

#E1CDAF color RGB value is (225,205,175).

  • red value is 225;
  • green value is 205;
  • blue value is 175.
RGB:
(225,205,175)
(88%,80%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 175 of 255 = 69%

225
205
175

R + G + B ~ 79%. #E1CDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 205 + 175 = 605 (100%)
R 225 of 605 ~ 37.19%
G 205 of 605 ~ 33.88%
B 175 of 605 ~ 28.93%

%37.19
%33.88
%28.93

CMYK color model

#E1CDAF color CMYK value is (0,9,22,12).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK:
(0,9,22,12)
C0M9Y22K12 
(0%,9%,22%,12%)
(0.00/0.09/0.22/0.12)	

CMYK percentages

%0
%8.89
%22.22
%11.76

Codes

Color #E1CDAF in popluar color models

E1CDAF
RGB225205175
HSL36°45.45%78.43%
HSB/HSV36°22.22%88.24%
CMYK0.00%8.89%22.22%
11.76%

Color #E1CDAF in popluar number systems.

HEXE1CDAF
Decimal225205175
Binary111000011100110110101111
Octal341315257

Shades and tints

Shades of #E1CDAF

#E1CDAF
(225,205,175)
#CDBBA0
(205,187,160)
#B9A991
(185,169,145)
#A59782
(165,151,130)
#918573
(145,133,115)
#7D7364
(125,115,100)
#696155
(105,97,85)
#554F46
(85,79,70)
#413D37
(65,61,55)
#2D2B28
(45,43,40)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1CDAF

#E1CDAF
(225,205,175)
#E3D1B6
(227,209,182)
#E5D5BD
(229,213,189)
#E7D9C4
(231,217,196)
#E9DDCB
(233,221,203)
#EBE1D2
(235,225,210)
#EDE5D9
(237,229,217)
#EFE9E0
(239,233,224)
#F1EDE7
(241,237,231)
#F3F1EE
(243,241,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CDAF; }

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

This text font color is #E1CDAF.


Background Color

.myBgColor { background-color: #E1CDAF; }

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

This div background color is #E1CDAF.


Border color

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

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

This div border color is #E1CDAF.


Opacity

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

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

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

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

This text has shadow with #E1CDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CDAF on black background.


Color preview on white background

This text has color #E1CDAF on white background.



Black color preview on #E1CDAF background

This text has black color on #E1CDAF background.


White color preview on #E1CDAF background

This text has white color on #E1CDAF background.