COLOR #E0C6BD

HEX: #E0C6BD
RGB: (224,198,189)

Color info

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

RGB color model

#E0C6BD color RGB value is (224,198,189).

  • red value is 224;
  • green value is 198;
  • blue value is 189.
RGB:
(224,198,189)
(88%,78%,74%)

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 189 of 255 = 74%

224
198
189

R + G + B ~ 80%. #E0C6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 198 + 189 = 611 (100%)
R 224 of 611 ~ 36.66%
G 198 of 611 ~ 32.41%
B 189 of 611 ~ 30.93%

%36.66
%32.41
%30.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(0,12,16,12)
C0M12Y16K12 
(0%,12%,16%,12%)
(0.00/0.12/0.16/0.12)	

CMYK percentages

%0
%11.61
%15.63
%12.16

Codes

Color #E0C6BD in popluar color models

E0C6BD
RGB224198189
HSL15°36.08%80.98%
HSB/HSV15°15.63%87.84%
CMYK0.00%11.61%15.63%
12.16%

Color #E0C6BD in popluar number systems.

HEXE0C6BD
Decimal224198189
Binary111000001100011010111101
Octal340306275

Shades and tints

Shades of #E0C6BD

#E0C6BD
(224,198,189)
#CCB4AC
(204,180,172)
#B8A29B
(184,162,155)
#A4908A
(164,144,138)
#907E79
(144,126,121)
#7C6C68
(124,108,104)
#685A57
(104,90,87)
#544846
(84,72,70)
#403635
(64,54,53)
#2C2424
(44,36,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #E0C6BD

#E0C6BD
(224,198,189)
#E2CBC3
(226,203,195)
#E4D0C9
(228,208,201)
#E6D5CF
(230,213,207)
#E8DAD5
(232,218,213)
#EADFDB
(234,223,219)
#ECE4E1
(236,228,225)
#EEE9E7
(238,233,231)
#F0EEED
(240,238,237)
#F2F3F3
(242,243,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C6BD; }

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

This text font color is #E0C6BD.


Background Color

.myBgColor { background-color: #E0C6BD; }

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

This div background color is #E0C6BD.


Border color

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

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

This div border color is #E0C6BD.


Opacity

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

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

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

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

This text has shadow with #E0C6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C6BD on black background.


Color preview on white background

This text has color #E0C6BD on white background.



Black color preview on #E0C6BD background

This text has black color on #E0C6BD background.


White color preview on #E0C6BD background

This text has white color on #E0C6BD background.