COLOR #E0C2BD

HEX: #E0C2BD RGB: (224,194,189)

Color info

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

RGB color model

#E0C2BD color RGB value is (224,194,189).

RGB: (224,194,189) (88%, 76%, 74%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 189 of 255 = 74%

224
194
189

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

Portions of RGB colors in percentages

R + G + B = 224 + 194 + 189 = 607 (100%)
R 224 of 607 ~ 36.9%
G 194 of 607 ~ 31.96%
B 189 of 607 ~ 31.14'%

%36.9
%31.96
%31.14

CMYK color model

#E0C2BD color CMYK value is (0,13,16,12).

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

CMYK: (0,13,16,12)
C0M13Y16K12 (0%, 13%, 16%, 12%)
(0.00 / 0.13 / 0.16 / 0.12)

CMYK percentages

%0
%13.39
%15.63
%12.16

Codes

Color #E0C2BD in popluar color models

E0 C2 BD
RGB 224 194 189
HSL 36.08% 80.98%
HSB/HSV 15.63% 87.84%
CMYK 0.00% 13.39% 15.63%
12.16%

Color #E0C2BD in popluar number systems.

HEX E0 C2 BD
Decimal 224 194 189
Binary 11100000 11000010 10111101
Octal 340 302 275

Shades and tints

Shades of #E0C2BD

#E0C2BD
(224,194,189)
#CCB1AC
(204,177,172)
#B8A09B
(184,160,155)
#A48F8A
(164,143,138)
#907E79
(144,126,121)
#7C6D68
(124,109,104)
#685C57
(104,92,87)
#544B46
(84,75,70)
#403A35
(64,58,53)
#2C2924
(44,41,36)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #E0C2BD

#E0C2BD
(224,194,189)
#E2C7C3
(226,199,195)
#E4CCC9
(228,204,201)
#E6D1CF
(230,209,207)
#E8D6D5
(232,214,213)
#EADBDB
(234,219,219)
#ECE0E1
(236,224,225)
#EEE5E7
(238,229,231)
#F0EAED
(240,234,237)
#F2EFF3
(242,239,243)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C2BD; }

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

This text font color is #E0C2BD.

Background Color

.myBgColor { background-color: #E0C2BD; }

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

This div background color is #E0C2BD.

Border color

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

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

This div border color is #E0C2BD.

Opacity

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

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

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

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

This text has shadow with #E0C2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C2BD.

Preview

Color preview on black background

This text has color #E0C2BD on black background.


Color preview on white background

This text has color #E0C2BD on white background.


Black color preview on #E0C2BD background

This text has black color on #E0C2BD background.


White color preview on #E0C2BD background

This text has white color on #E0C2BD background.


Related colors

Complementary color

Complementary color for #hex is #1F3D42.


I love getcolorcode.com

Triadic colors

1 #BDE0C2 and #C2BDE0 with #E0C2BD are triadic colors.

2 #BDC2E0 and #C2E0BD with #E0C2BD are triadic colors.