COLOR #E0C2B8

HEX: #E0C2B8 RGB: (224,194,184)

Color info

#E0C2B8 contains red, green and blue colors in about the same proportion. Web safe color of #E0C2B8 is #CCCCCC (or #CCC).

RGB color model

#E0C2B8 color RGB value is (224,194,184).

RGB: (224,194,184) (88%, 76%, 72%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 184 of 255 = 72%

224
194
184

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

Portions of RGB colors in percentages

R + G + B = 224 + 194 + 184 = 602 (100%)
R 224 of 602 ~ 37.21%
G 194 of 602 ~ 32.23%
B 184 of 602 ~ 30.56'%

%37.21
%32.23
%30.56

CMYK color model

#E0C2B8 color CMYK value is (0,13,18,12).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 17.86%
  • key color value is 12.16%

CMYK: (0,13,18,12)
C0M13Y18K12 (0%, 13%, 18%, 12%)
(0.00 / 0.13 / 0.18 / 0.12)

CMYK percentages

%0
%13.39
%17.86
%12.16

Codes

Color #E0C2B8 in popluar color models

E0 C2 B8
RGB 224 194 184
HSL 15° 39.22% 80.00%
HSB/HSV 15° 17.86% 87.84%
CMYK 0.00% 13.39% 17.86%
12.16%

Color #E0C2B8 in popluar number systems.

HEX E0 C2 B8
Decimal 224 194 184
Binary 11100000 11000010 10111000
Octal 340 302 270

Shades and tints

Shades of #E0C2B8

#E0C2B8
(224,194,184)
#CCB1A8
(204,177,168)
#B8A098
(184,160,152)
#A48F88
(164,143,136)
#907E78
(144,126,120)
#7C6D68
(124,109,104)
#685C58
(104,92,88)
#544B48
(84,75,72)
#403A38
(64,58,56)
#2C2928
(44,41,40)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #E0C2B8

#E0C2B8
(224,194,184)
#E2C7BE
(226,199,190)
#E4CCC4
(228,204,196)
#E6D1CA
(230,209,202)
#E8D6D0
(232,214,208)
#EADBD6
(234,219,214)
#ECE0DC
(236,224,220)
#EEE5E2
(238,229,226)
#F0EAE8
(240,234,232)
#F2EFEE
(242,239,238)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C2B8 color. Also use rgb(224,194,184) instead hex code.

Text Font Color

.myTextColor { color: #E0C2B8; }

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

This text font color is #E0C2B8.

Background Color

.myBgColor { background-color: #E0C2B8; }

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

This div background color is #E0C2B8.

Border color

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

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

This div border color is #E0C2B8.

Opacity

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

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

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

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

This text has shadow with #E0C2B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C2B8.

Preview

Color preview on black background

This text has color #E0C2B8 on black background.


Color preview on white background

This text has color #E0C2B8 on white background.


Black color preview on #E0C2B8 background

This text has black color on #E0C2B8 background.


White color preview on #E0C2B8 background

This text has white color on #E0C2B8 background.


Related colors

Complementary color

Complementary color for #hex is #1F3D47.


I love getcolorcode.com

Triadic colors

1 #B8E0C2 and #C2B8E0 with #E0C2B8 are triadic colors.

2 #B8C2E0 and #C2E0B8 with #E0C2B8 are triadic colors.