COLOR #E0CDAB

HEX: #E0CDAB
RGB: (224,205,171)

Color info

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

RGB color model

#E0CDAB color RGB value is (224,205,171).

  • red value is 224;
  • green value is 205;
  • blue value is 171.
RGB:
(224,205,171)
(88%,80%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 171 of 255 = 67%

224
205
171

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

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 171 = 600 (100%)
R 224 of 600 ~ 37.33%
G 205 of 600 ~ 34.17%
B 171 of 600 ~ 28.5%

%37.33
%34.17
%28.5

CMYK color model

#E0CDAB color CMYK value is (0,8,24,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK:
(0,8,24,12)
C0M8Y24K12 
(0%,8%,24%,12%)
(0.00/0.08/0.24/0.12)	

CMYK percentages

%0
%8.48
%23.66
%12.16

Codes

Color #E0CDAB in popluar color models

E0CDAB
RGB224205171
HSL38°46.09%77.45%
HSB/HSV38°23.66%87.84%
CMYK0.00%8.48%23.66%
12.16%

Color #E0CDAB in popluar number systems.

HEXE0CDAB
Decimal224205171
Binary111000001100110110101011
Octal340315253

Shades and tints

Shades of #E0CDAB

#E0CDAB
(224,205,171)
#CCBB9C
(204,187,156)
#B8A98D
(184,169,141)
#A4977E
(164,151,126)
#90856F
(144,133,111)
#7C7360
(124,115,96)
#686151
(104,97,81)
#544F42
(84,79,66)
#403D33
(64,61,51)
#2C2B24
(44,43,36)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #E0CDAB

#E0CDAB
(224,205,171)
#E2D1B2
(226,209,178)
#E4D5B9
(228,213,185)
#E6D9C0
(230,217,192)
#E8DDC7
(232,221,199)
#EAE1CE
(234,225,206)
#ECE5D5
(236,229,213)
#EEE9DC
(238,233,220)
#F0EDE3
(240,237,227)
#F2F1EA
(242,241,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CDAB color. Also use rgb(224,205,171) instead hex code.

Text Font Color

.myTextColor { color: #E0CDAB; }

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

This text font color is #E0CDAB.


Background Color

.myBgColor { background-color: #E0CDAB; }

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

This div background color is #E0CDAB.


Border color

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

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

This div border color is #E0CDAB.


Opacity

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

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

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

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

This text has shadow with #E0CDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDAB on black background.


Color preview on white background

This text has color #E0CDAB on white background.



Black color preview on #E0CDAB background

This text has black color on #E0CDAB background.


White color preview on #E0CDAB background

This text has white color on #E0CDAB background.