COLOR #E7C0BF

HEX: #E7C0BF
RGB: (231,192,191)

Color info

#E7C0BF contains red, green and blue colors in about the same proportion. Web safe color of #E7C0BF is #FFCCCC (or #FCC).

RGB color model

#E7C0BF color RGB value is (231,192,191).

  • red value is 231;
  • green value is 192;
  • blue value is 191.
RGB:
(231,192,191)
(91%,75%,75%)

RGB channels and saturation

R 231 of 255 = 91%
G 192 of 255 = 75%
B 191 of 255 = 75%

231
192
191

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

Portions of RGB colors in percentages

R + G + B =
231 + 192 + 191 = 614 (100%)
R 231 of 614 ~ 37.62%
G 192 of 614 ~ 31.27%
B 191 of 614 ~ 31.11%

%37.62
%31.27
%31.11

CMYK color model

#E7C0BF color CMYK value is (0,17,17,9).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(0,17,17,9)
C0M17Y17K9 
(0%,17%,17%,9%)
(0.00/0.17/0.17/0.09)	

CMYK percentages

%0
%16.88
%17.32
%9.41

Codes

Color #E7C0BF in popluar color models

E7C0BF
RGB231192191
HSL45.45%82.75%
HSB/HSV17.32%90.59%
CMYK0.00%16.88%17.32%
9.41%

Color #E7C0BF in popluar number systems.

HEXE7C0BF
Decimal231192191
Binary111001111100000010111111
Octal347300277

Shades and tints

Shades of #E7C0BF

#E7C0BF
(231,192,191)
#D2AFAE
(210,175,174)
#BD9E9D
(189,158,157)
#A88D8C
(168,141,140)
#937C7B
(147,124,123)
#7E6B6A
(126,107,106)
#695A59
(105,90,89)
#544948
(84,73,72)
#3F3837
(63,56,55)
#2A2726
(42,39,38)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #E7C0BF

#E7C0BF
(231,192,191)
#E9C5C4
(233,197,196)
#EBCAC9
(235,202,201)
#EDCFCE
(237,207,206)
#EFD4D3
(239,212,211)
#F1D9D8
(241,217,216)
#F3DEDD
(243,222,221)
#F5E3E2
(245,227,226)
#F7E8E7
(247,232,231)
#F9EDEC
(249,237,236)
#FBF2F1
(251,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C0BF color. Also use rgb(231,192,191) instead hex code.

Text Font Color

.myTextColor { color: #E7C0BF; }

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

This text font color is #E7C0BF.


Background Color

.myBgColor { background-color: #E7C0BF; }

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

This div background color is #E7C0BF.


Border color

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

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

This div border color is #E7C0BF.


Opacity

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

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

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

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

This text has shadow with #E7C0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C0BF on black background.


Color preview on white background

This text has color #E7C0BF on white background.



Black color preview on #E7C0BF background

This text has black color on #E7C0BF background.


White color preview on #E7C0BF background

This text has white color on #E7C0BF background.