COLOR #E6CFAF

HEX: #E6CFAF
RGB: (230,207,175)

Color info

#E6CFAF contains red, green and blue colors in about the same proportion. Web safe color of #E6CFAF is #CCCC99 (or #CC9).

RGB color model

#E6CFAF color RGB value is (230,207,175).

  • red value is 230;
  • green value is 207;
  • blue value is 175.
RGB:
(230,207,175)
(90%,81%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 175 of 255 = 69%

230
207
175

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

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 175 = 612 (100%)
R 230 of 612 ~ 37.58%
G 207 of 612 ~ 33.82%
B 175 of 612 ~ 28.59%

%37.58
%33.82
%28.59

CMYK color model

#E6CFAF color CMYK value is (0,10,24,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(0,10,24,10)
C0M10Y24K10 
(0%,10%,24%,10%)
(0.00/0.10/0.24/0.10)	

CMYK percentages

%0
%10
%23.91
%9.8

Codes

Color #E6CFAF in popluar color models

E6CFAF
RGB230207175
HSL35°52.38%79.41%
HSB/HSV35°23.91%90.20%
CMYK0.00%10.00%23.91%
9.80%

Color #E6CFAF in popluar number systems.

HEXE6CFAF
Decimal230207175
Binary111001101100111110101111
Octal346317257

Shades and tints

Shades of #E6CFAF

#E6CFAF
(230,207,175)
#D2BDA0
(210,189,160)
#BEAB91
(190,171,145)
#AA9982
(170,153,130)
#968773
(150,135,115)
#827564
(130,117,100)
#6E6355
(110,99,85)
#5A5146
(90,81,70)
#463F37
(70,63,55)
#322D28
(50,45,40)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6CFAF

#E6CFAF
(230,207,175)
#E8D3B6
(232,211,182)
#EAD7BD
(234,215,189)
#ECDBC4
(236,219,196)
#EEDFCB
(238,223,203)
#F0E3D2
(240,227,210)
#F2E7D9
(242,231,217)
#F4EBE0
(244,235,224)
#F6EFE7
(246,239,231)
#F8F3EE
(248,243,238)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CFAF color. Also use rgb(230,207,175) instead hex code.

Text Font Color

.myTextColor { color: #E6CFAF; }

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

This text font color is #E6CFAF.


Background Color

.myBgColor { background-color: #E6CFAF; }

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

This div background color is #E6CFAF.


Border color

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

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

This div border color is #E6CFAF.


Opacity

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

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

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

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

This text has shadow with #E6CFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFAF on black background.


Color preview on white background

This text has color #E6CFAF on white background.



Black color preview on #E6CFAF background

This text has black color on #E6CFAF background.


White color preview on #E6CFAF background

This text has white color on #E6CFAF background.