COLOR #E4C6BF

HEX: #E4C6BF
RGB: (228,198,191)

Color info

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

RGB color model

#E4C6BF color RGB value is (228,198,191).

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

RGB channels and saturation

R 228 of 255 = 89%
G 198 of 255 = 78%
B 191 of 255 = 75%

228
198
191

R + G + B ~ 81%. #E4C6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 198 + 191 = 617 (100%)
R 228 of 617 ~ 36.95%
G 198 of 617 ~ 32.09%
B 191 of 617 ~ 30.96%

%36.95
%32.09
%30.96

CMYK color model

#E4C6BF color CMYK value is (0,13,16,11).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(0,13,16,11)
C0M13Y16K11 
(0%,13%,16%,11%)
(0.00/0.13/0.16/0.11)	

CMYK percentages

%0
%13.16
%16.23
%10.59

Codes

Color #E4C6BF in popluar color models

E4C6BF
RGB228198191
HSL11°40.66%82.16%
HSB/HSV11°16.23%89.41%
CMYK0.00%13.16%16.23%
10.59%

Color #E4C6BF in popluar number systems.

HEXE4C6BF
Decimal228198191
Binary111001001100011010111111
Octal344306277

Shades and tints

Shades of #E4C6BF

#E4C6BF
(228,198,191)
#D0B4AE
(208,180,174)
#BCA29D
(188,162,157)
#A8908C
(168,144,140)
#947E7B
(148,126,123)
#806C6A
(128,108,106)
#6C5A59
(108,90,89)
#584848
(88,72,72)
#443637
(68,54,55)
#302426
(48,36,38)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #E4C6BF

#E4C6BF
(228,198,191)
#E6CBC4
(230,203,196)
#E8D0C9
(232,208,201)
#EAD5CE
(234,213,206)
#ECDAD3
(236,218,211)
#EEDFD8
(238,223,216)
#F0E4DD
(240,228,221)
#F2E9E2
(242,233,226)
#F4EEE7
(244,238,231)
#F6F3EC
(246,243,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C6BF; }

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

This text font color is #E4C6BF.


Background Color

.myBgColor { background-color: #E4C6BF; }

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

This div background color is #E4C6BF.


Border color

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

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

This div border color is #E4C6BF.


Opacity

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

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

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

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

This text has shadow with #E4C6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C6BF on black background.


Color preview on white background

This text has color #E4C6BF on white background.



Black color preview on #E4C6BF background

This text has black color on #E4C6BF background.


White color preview on #E4C6BF background

This text has white color on #E4C6BF background.