COLOR #E7CFB9

HEX: #E7CFB9
RGB: (231,207,185)

Color info

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

RGB color model

#E7CFB9 color RGB value is (231,207,185).

  • red value is 231;
  • green value is 207;
  • blue value is 185.
RGB:
(231,207,185)
(91%,81%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 185 of 255 = 73%

231
207
185

R + G + B ~ 82%. #E7CFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 185 = 623 (100%)
R 231 of 623 ~ 37.08%
G 207 of 623 ~ 33.23%
B 185 of 623 ~ 29.7%

%37.08
%33.23
%29.7

CMYK color model

#E7CFB9 color CMYK value is (0,10,20,9).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(0,10,20,9)
C0M10Y20K9 
(0%,10%,20%,9%)
(0.00/0.10/0.20/0.09)	

CMYK percentages

%0
%10.39
%19.91
%9.41

Codes

Color #E7CFB9 in popluar color models

E7CFB9
RGB231207185
HSL29°48.94%81.57%
HSB/HSV29°19.91%90.59%
CMYK0.00%10.39%19.91%
9.41%

Color #E7CFB9 in popluar number systems.

HEXE7CFB9
Decimal231207185
Binary111001111100111110111001
Octal347317271

Shades and tints

Shades of #E7CFB9

#E7CFB9
(231,207,185)
#D2BDA9
(210,189,169)
#BDAB99
(189,171,153)
#A89989
(168,153,137)
#938779
(147,135,121)
#7E7569
(126,117,105)
#696359
(105,99,89)
#545149
(84,81,73)
#3F3F39
(63,63,57)
#2A2D29
(42,45,41)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #E7CFB9

#E7CFB9
(231,207,185)
#E9D3BF
(233,211,191)
#EBD7C5
(235,215,197)
#EDDBCB
(237,219,203)
#EFDFD1
(239,223,209)
#F1E3D7
(241,227,215)
#F3E7DD
(243,231,221)
#F5EBE3
(245,235,227)
#F7EFE9
(247,239,233)
#F9F3EF
(249,243,239)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CFB9 color. Also use rgb(231,207,185) instead hex code.

Text Font Color

.myTextColor { color: #E7CFB9; }

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

This text font color is #E7CFB9.


Background Color

.myBgColor { background-color: #E7CFB9; }

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

This div background color is #E7CFB9.


Border color

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

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

This div border color is #E7CFB9.


Opacity

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

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

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

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

This text has shadow with #E7CFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFB9 on black background.


Color preview on white background

This text has color #E7CFB9 on white background.



Black color preview on #E7CFB9 background

This text has black color on #E7CFB9 background.


White color preview on #E7CFB9 background

This text has white color on #E7CFB9 background.