COLOR #E4C6BD

HEX: #E4C6BD
RGB: (228,198,189)

Color info

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

RGB color model

#E4C6BD color RGB value is (228,198,189).

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

RGB channels and saturation

R 228 of 255 = 89%
G 198 of 255 = 78%
B 189 of 255 = 74%

228
198
189

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

Portions of RGB colors in percentages

R + G + B =
228 + 198 + 189 = 615 (100%)
R 228 of 615 ~ 37.07%
G 198 of 615 ~ 32.2%
B 189 of 615 ~ 30.73%

%37.07
%32.2
%30.73

CMYK color model

#E4C6BD color CMYK value is (0,13,17,11).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 17.11%
  • key color value is 10.59%
CMYK:
(0,13,17,11)
C0M13Y17K11 
(0%,13%,17%,11%)
(0.00/0.13/0.17/0.11)	

CMYK percentages

%0
%13.16
%17.11
%10.59

Codes

Color #E4C6BD in popluar color models

E4C6BD
RGB228198189
HSL14°41.94%81.76%
HSB/HSV14°17.11%89.41%
CMYK0.00%13.16%17.11%
10.59%

Color #E4C6BD in popluar number systems.

HEXE4C6BD
Decimal228198189
Binary111001001100011010111101
Octal344306275

Shades and tints

Shades of #E4C6BD

#E4C6BD
(228,198,189)
#D0B4AC
(208,180,172)
#BCA29B
(188,162,155)
#A8908A
(168,144,138)
#947E79
(148,126,121)
#806C68
(128,108,104)
#6C5A57
(108,90,87)
#584846
(88,72,70)
#443635
(68,54,53)
#302424
(48,36,36)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #E4C6BD

#E4C6BD
(228,198,189)
#E6CBC3
(230,203,195)
#E8D0C9
(232,208,201)
#EAD5CF
(234,213,207)
#ECDAD5
(236,218,213)
#EEDFDB
(238,223,219)
#F0E4E1
(240,228,225)
#F2E9E7
(242,233,231)
#F4EEED
(244,238,237)
#F6F3F3
(246,243,243)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C6BD; }

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

This text font color is #E4C6BD.


Background Color

.myBgColor { background-color: #E4C6BD; }

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

This div background color is #E4C6BD.


Border color

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

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

This div border color is #E4C6BD.


Opacity

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

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

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

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

This text has shadow with #E4C6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C6BD on black background.


Color preview on white background

This text has color #E4C6BD on white background.



Black color preview on #E4C6BD background

This text has black color on #E4C6BD background.


White color preview on #E4C6BD background

This text has white color on #E4C6BD background.