COLOR #ECCF9F

HEX: #ECCF9F
RGB: (236,207,159)

Color info

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

RGB color model

#ECCF9F color RGB value is (236,207,159).

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

RGB channels and saturation

R 236 of 255 = 93%
G 207 of 255 = 81%
B 159 of 255 = 62%

236
207
159

R + G + B ~ 79%. #ECCF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 207 + 159 = 602 (100%)
R 236 of 602 ~ 39.2%
G 207 of 602 ~ 34.39%
B 159 of 602 ~ 26.41%

%39.2
%34.39
%26.41

CMYK color model

#ECCF9F color CMYK value is (0,12,33,7).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 32.63%
  • key color value is 7.45%
CMYK:
(0,12,33,7)
C0M12Y33K7 
(0%,12%,33%,7%)
(0.00/0.12/0.33/0.07)	

CMYK percentages

%0
%12.29
%32.63
%7.45

Codes

Color #ECCF9F in popluar color models

ECCF9F
RGB236207159
HSL37°66.96%77.45%
HSB/HSV37°32.63%92.55%
CMYK0.00%12.29%32.63%
7.45%

Color #ECCF9F in popluar number systems.

HEXECCF9F
Decimal236207159
Binary111011001100111110011111
Octal354317237

Shades and tints

Shades of #ECCF9F

#ECCF9F
(236,207,159)
#D7BD91
(215,189,145)
#C2AB83
(194,171,131)
#AD9975
(173,153,117)
#988767
(152,135,103)
#837559
(131,117,89)
#6E634B
(110,99,75)
#59513D
(89,81,61)
#443F2F
(68,63,47)
#2F2D21
(47,45,33)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #ECCF9F

#ECCF9F
(236,207,159)
#EDD3A7
(237,211,167)
#EED7AF
(238,215,175)
#EFDBB7
(239,219,183)
#F0DFBF
(240,223,191)
#F1E3C7
(241,227,199)
#F2E7CF
(242,231,207)
#F3EBD7
(243,235,215)
#F4EFDF
(244,239,223)
#F5F3E7
(245,243,231)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCF9F; }

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

This text font color is #ECCF9F.


Background Color

.myBgColor { background-color: #ECCF9F; }

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

This div background color is #ECCF9F.


Border color

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

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

This div border color is #ECCF9F.


Opacity

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

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

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

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

This text has shadow with #ECCF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCF9F on black background.


Color preview on white background

This text has color #ECCF9F on white background.



Black color preview on #ECCF9F background

This text has black color on #ECCF9F background.


White color preview on #ECCF9F background

This text has white color on #ECCF9F background.