COLOR #E0C3B1

HEX: #E0C3B1
RGB: (224,195,177)

Color info

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

RGB color model

#E0C3B1 color RGB value is (224,195,177).

  • red value is 224;
  • green value is 195;
  • blue value is 177.
RGB:
(224,195,177)
(88%,76%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 195 of 255 = 76%
B 177 of 255 = 69%

224
195
177

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

Portions of RGB colors in percentages

R + G + B =
224 + 195 + 177 = 596 (100%)
R 224 of 596 ~ 37.58%
G 195 of 596 ~ 32.72%
B 177 of 596 ~ 29.7%

%37.58
%32.72
%29.7

CMYK color model

#E0C3B1 color CMYK value is (0,13,21,12).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 20.98%
  • key color value is 12.16%
CMYK:
(0,13,21,12)
C0M13Y21K12 
(0%,13%,21%,12%)
(0.00/0.13/0.21/0.12)	

CMYK percentages

%0
%12.95
%20.98
%12.16

Codes

Color #E0C3B1 in popluar color models

E0C3B1
RGB224195177
HSL23°43.12%78.63%
HSB/HSV23°20.98%87.84%
CMYK0.00%12.95%20.98%
12.16%

Color #E0C3B1 in popluar number systems.

HEXE0C3B1
Decimal224195177
Binary111000001100001110110001
Octal340303261

Shades and tints

Shades of #E0C3B1

#E0C3B1
(224,195,177)
#CCB2A1
(204,178,161)
#B8A191
(184,161,145)
#A49081
(164,144,129)
#907F71
(144,127,113)
#7C6E61
(124,110,97)
#685D51
(104,93,81)
#544C41
(84,76,65)
#403B31
(64,59,49)
#2C2A21
(44,42,33)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #E0C3B1

#E0C3B1
(224,195,177)
#E2C8B8
(226,200,184)
#E4CDBF
(228,205,191)
#E6D2C6
(230,210,198)
#E8D7CD
(232,215,205)
#EADCD4
(234,220,212)
#ECE1DB
(236,225,219)
#EEE6E2
(238,230,226)
#F0EBE9
(240,235,233)
#F2F0F0
(242,240,240)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C3B1 color. Also use rgb(224,195,177) instead hex code.

Text Font Color

.myTextColor { color: #E0C3B1; }

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

This text font color is #E0C3B1.


Background Color

.myBgColor { background-color: #E0C3B1; }

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

This div background color is #E0C3B1.


Border color

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

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

This div border color is #E0C3B1.


Opacity

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

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

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

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

This text has shadow with #E0C3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C3B1 on black background.


Color preview on white background

This text has color #E0C3B1 on white background.



Black color preview on #E0C3B1 background

This text has black color on #E0C3B1 background.


White color preview on #E0C3B1 background

This text has white color on #E0C3B1 background.