COLOR #E7CF8F

HEX: #E7CF8F
RGB: (231,207,143)

Color info

#E7CF8F contains mainly red and green colors. Web safe color of #E7CF8F is #FFCC99 (or #FC9).

RGB color model

#E7CF8F color RGB value is (231,207,143).

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

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 143 of 255 = 56%

231
207
143

R + G + B ~ 76%. #E7CF8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 143 = 581 (100%)
R 231 of 581 ~ 39.76%
G 207 of 581 ~ 35.63%
B 143 of 581 ~ 24.61%

%39.76
%35.63
%24.61

CMYK color model

#E7CF8F color CMYK value is (0,10,38,9).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 38.10%
  • key color value is 9.41%
CMYK:
(0,10,38,9)
C0M10Y38K9 
(0%,10%,38%,9%)
(0.00/0.10/0.38/0.09)	

CMYK percentages

%0
%10.39
%38.1
%9.41

Codes

Color #E7CF8F in popluar color models

E7CF8F
RGB231207143
HSL44°64.71%73.33%
HSB/HSV44°38.10%90.59%
CMYK0.00%10.39%38.10%
9.41%

Color #E7CF8F in popluar number systems.

HEXE7CF8F
Decimal231207143
Binary111001111100111110001111
Octal347317217

Shades and tints

Shades of #E7CF8F

#E7CF8F
(231,207,143)
#D2BD82
(210,189,130)
#BDAB75
(189,171,117)
#A89968
(168,153,104)
#93875B
(147,135,91)
#7E754E
(126,117,78)
#696341
(105,99,65)
#545134
(84,81,52)
#3F3F27
(63,63,39)
#2A2D1A
(42,45,26)
#151B0D
(21,27,13)
#000000
(0,0,0)

Tints of #E7CF8F

#E7CF8F
(231,207,143)
#E9D399
(233,211,153)
#EBD7A3
(235,215,163)
#EDDBAD
(237,219,173)
#EFDFB7
(239,223,183)
#F1E3C1
(241,227,193)
#F3E7CB
(243,231,203)
#F5EBD5
(245,235,213)
#F7EFDF
(247,239,223)
#F9F3E9
(249,243,233)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CF8F; }

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

This text font color is #E7CF8F.


Background Color

.myBgColor { background-color: #E7CF8F; }

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

This div background color is #E7CF8F.


Border color

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

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

This div border color is #E7CF8F.


Opacity

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

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

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

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

This text has shadow with #E7CF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CF8F on black background.


Color preview on white background

This text has color #E7CF8F on white background.



Black color preview on #E7CF8F background

This text has black color on #E7CF8F background.


White color preview on #E7CF8F background

This text has white color on #E7CF8F background.