COLOR #E1CD9E

HEX: #E1CD9E
RGB: (225,205,158)

Color info

#E1CD9E contains mainly red and green colors. Web safe color of #E1CD9E is #CCCC99 (or #CC9).

RGB color model

#E1CD9E color RGB value is (225,205,158).

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

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 158 of 255 = 62%

225
205
158

R + G + B ~ 77%. #E1CD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 205 + 158 = 588 (100%)
R 225 of 588 ~ 38.27%
G 205 of 588 ~ 34.86%
B 158 of 588 ~ 26.87%

%38.27
%34.86
%26.87

CMYK color model

#E1CD9E color CMYK value is (0,9,30,12).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 29.78%
  • key color value is 11.76%
CMYK:
(0,9,30,12)
C0M9Y30K12 
(0%,9%,30%,12%)
(0.00/0.09/0.30/0.12)	

CMYK percentages

%0
%8.89
%29.78
%11.76

Codes

Color #E1CD9E in popluar color models

E1CD9E
RGB225205158
HSL42°52.76%75.10%
HSB/HSV42°29.78%88.24%
CMYK0.00%8.89%29.78%
11.76%

Color #E1CD9E in popluar number systems.

HEXE1CD9E
Decimal225205158
Binary111000011100110110011110
Octal341315236

Shades and tints

Shades of #E1CD9E

#E1CD9E
(225,205,158)
#CDBB90
(205,187,144)
#B9A982
(185,169,130)
#A59774
(165,151,116)
#918566
(145,133,102)
#7D7358
(125,115,88)
#69614A
(105,97,74)
#554F3C
(85,79,60)
#413D2E
(65,61,46)
#2D2B20
(45,43,32)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #E1CD9E

#E1CD9E
(225,205,158)
#E3D1A6
(227,209,166)
#E5D5AE
(229,213,174)
#E7D9B6
(231,217,182)
#E9DDBE
(233,221,190)
#EBE1C6
(235,225,198)
#EDE5CE
(237,229,206)
#EFE9D6
(239,233,214)
#F1EDDE
(241,237,222)
#F3F1E6
(243,241,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CD9E; }

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

This text font color is #E1CD9E.


Background Color

.myBgColor { background-color: #E1CD9E; }

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

This div background color is #E1CD9E.


Border color

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

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

This div border color is #E1CD9E.


Opacity

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

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

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

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

This text has shadow with #E1CD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CD9E on black background.


Color preview on white background

This text has color #E1CD9E on white background.



Black color preview on #E1CD9E background

This text has black color on #E1CD9E background.


White color preview on #E1CD9E background

This text has white color on #E1CD9E background.