COLOR #E6CF9F

HEX: #E6CF9F
RGB: (230,207,159)

Color info

#E6CF9F contains mainly red and green colors. Web safe color of #E6CF9F is #CCCC99 (or #CC9).

RGB color model

#E6CF9F color RGB value is (230,207,159).

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

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 159 of 255 = 62%

230
207
159

R + G + B ~ 78%. #E6CF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 159 = 596 (100%)
R 230 of 596 ~ 38.59%
G 207 of 596 ~ 34.73%
B 159 of 596 ~ 26.68%

%38.59
%34.73
%26.68

CMYK color model

#E6CF9F color CMYK value is (0,10,31,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 30.87%
  • key color value is 9.80%
CMYK:
(0,10,31,10)
C0M10Y31K10 
(0%,10%,31%,10%)
(0.00/0.10/0.31/0.10)	

CMYK percentages

%0
%10
%30.87
%9.8

Codes

Color #E6CF9F in popluar color models

E6CF9F
RGB230207159
HSL41°58.68%76.27%
HSB/HSV41°30.87%90.20%
CMYK0.00%10.00%30.87%
9.80%

Color #E6CF9F in popluar number systems.

HEXE6CF9F
Decimal230207159
Binary111001101100111110011111
Octal346317237

Shades and tints

Shades of #E6CF9F

#E6CF9F
(230,207,159)
#D2BD91
(210,189,145)
#BEAB83
(190,171,131)
#AA9975
(170,153,117)
#968767
(150,135,103)
#827559
(130,117,89)
#6E634B
(110,99,75)
#5A513D
(90,81,61)
#463F2F
(70,63,47)
#322D21
(50,45,33)
#1E1B13
(30,27,19)
#000000
(0,0,0)

Tints of #E6CF9F

#E6CF9F
(230,207,159)
#E8D3A7
(232,211,167)
#EAD7AF
(234,215,175)
#ECDBB7
(236,219,183)
#EEDFBF
(238,223,191)
#F0E3C7
(240,227,199)
#F2E7CF
(242,231,207)
#F4EBD7
(244,235,215)
#F6EFDF
(246,239,223)
#F8F3E7
(248,243,231)
#FAF7EF
(250,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CF9F; }

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

This text font color is #E6CF9F.


Background Color

.myBgColor { background-color: #E6CF9F; }

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

This div background color is #E6CF9F.


Border color

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

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

This div border color is #E6CF9F.


Opacity

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

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

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

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

This text has shadow with #E6CF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CF9F on black background.


Color preview on white background

This text has color #E6CF9F on white background.



Black color preview on #E6CF9F background

This text has black color on #E6CF9F background.


White color preview on #E6CF9F background

This text has white color on #E6CF9F background.