COLOR #E7CFAE

HEX: #E7CFAE
RGB: (231,207,174)

Color info

#E7CFAE contains red, green and blue colors in about the same proportion. Web safe color of #E7CFAE is #FFCC99 (or #FC9).

RGB color model

#E7CFAE color RGB value is (231,207,174).

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

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 174 of 255 = 68%

231
207
174

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

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 174 = 612 (100%)
R 231 of 612 ~ 37.75%
G 207 of 612 ~ 33.82%
B 174 of 612 ~ 28.43%

%37.75
%33.82
%28.43

CMYK color model

#E7CFAE color CMYK value is (0,10,25,9).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,10,25,9)
C0M10Y25K9 
(0%,10%,25%,9%)
(0.00/0.10/0.25/0.09)	

CMYK percentages

%0
%10.39
%24.68
%9.41

Codes

Color #E7CFAE in popluar color models

E7CFAE
RGB231207174
HSL35°54.29%79.41%
HSB/HSV35°24.68%90.59%
CMYK0.00%10.39%24.68%
9.41%

Color #E7CFAE in popluar number systems.

HEXE7CFAE
Decimal231207174
Binary111001111100111110101110
Octal347317256

Shades and tints

Shades of #E7CFAE

#E7CFAE
(231,207,174)
#D2BD9F
(210,189,159)
#BDAB90
(189,171,144)
#A89981
(168,153,129)
#938772
(147,135,114)
#7E7563
(126,117,99)
#696354
(105,99,84)
#545145
(84,81,69)
#3F3F36
(63,63,54)
#2A2D27
(42,45,39)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #E7CFAE

#E7CFAE
(231,207,174)
#E9D3B5
(233,211,181)
#EBD7BC
(235,215,188)
#EDDBC3
(237,219,195)
#EFDFCA
(239,223,202)
#F1E3D1
(241,227,209)
#F3E7D8
(243,231,216)
#F5EBDF
(245,235,223)
#F7EFE6
(247,239,230)
#F9F3ED
(249,243,237)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFAE; }

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

This text font color is #E7CFAE.


Background Color

.myBgColor { background-color: #E7CFAE; }

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

This div background color is #E7CFAE.


Border color

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

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

This div border color is #E7CFAE.


Opacity

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

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

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

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

This text has shadow with #E7CFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFAE on black background.


Color preview on white background

This text has color #E7CFAE on white background.



Black color preview on #E7CFAE background

This text has black color on #E7CFAE background.


White color preview on #E7CFAE background

This text has white color on #E7CFAE background.