COLOR #E7CFB4

HEX: #E7CFB4
RGB: (231,207,180)

Color info

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

RGB color model

#E7CFB4 color RGB value is (231,207,180).

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

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 180 of 255 = 71%

231
207
180

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

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 180 = 618 (100%)
R 231 of 618 ~ 37.38%
G 207 of 618 ~ 33.5%
B 180 of 618 ~ 29.13%

%37.38
%33.5
%29.13

CMYK color model

#E7CFB4 color CMYK value is (0,10,22,9).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 22.08%
  • key color value is 9.41%
CMYK:
(0,10,22,9)
C0M10Y22K9 
(0%,10%,22%,9%)
(0.00/0.10/0.22/0.09)	

CMYK percentages

%0
%10.39
%22.08
%9.41

Codes

Color #E7CFB4 in popluar color models

E7CFB4
RGB231207180
HSL32°51.52%80.59%
HSB/HSV32°22.08%90.59%
CMYK0.00%10.39%22.08%
9.41%

Color #E7CFB4 in popluar number systems.

HEXE7CFB4
Decimal231207180
Binary111001111100111110110100
Octal347317264

Shades and tints

Shades of #E7CFB4

#E7CFB4
(231,207,180)
#D2BDA4
(210,189,164)
#BDAB94
(189,171,148)
#A89984
(168,153,132)
#938774
(147,135,116)
#7E7564
(126,117,100)
#696354
(105,99,84)
#545144
(84,81,68)
#3F3F34
(63,63,52)
#2A2D24
(42,45,36)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #E7CFB4

#E7CFB4
(231,207,180)
#E9D3BA
(233,211,186)
#EBD7C0
(235,215,192)
#EDDBC6
(237,219,198)
#EFDFCC
(239,223,204)
#F1E3D2
(241,227,210)
#F3E7D8
(243,231,216)
#F5EBDE
(245,235,222)
#F7EFE4
(247,239,228)
#F9F3EA
(249,243,234)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFB4; }

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

This text font color is #E7CFB4.


Background Color

.myBgColor { background-color: #E7CFB4; }

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

This div background color is #E7CFB4.


Border color

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

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

This div border color is #E7CFB4.


Opacity

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

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

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

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

This text has shadow with #E7CFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFB4 on black background.


Color preview on white background

This text has color #E7CFB4 on white background.



Black color preview on #E7CFB4 background

This text has black color on #E7CFB4 background.


White color preview on #E7CFB4 background

This text has white color on #E7CFB4 background.