COLOR #ECCFA6

HEX: #ECCFA6
RGB: (236,207,166)

Color info

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

RGB color model

#ECCFA6 color RGB value is (236,207,166).

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

RGB channels and saturation

R 236 of 255 = 93%
G 207 of 255 = 81%
B 166 of 255 = 65%

236
207
166

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

Portions of RGB colors in percentages

R + G + B =
236 + 207 + 166 = 609 (100%)
R 236 of 609 ~ 38.75%
G 207 of 609 ~ 33.99%
B 166 of 609 ~ 27.26%

%38.75
%33.99
%27.26

CMYK color model

#ECCFA6 color CMYK value is (0,12,30,7).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 29.66%
  • key color value is 7.45%
CMYK:
(0,12,30,7)
C0M12Y30K7 
(0%,12%,30%,7%)
(0.00/0.12/0.30/0.07)	

CMYK percentages

%0
%12.29
%29.66
%7.45

Codes

Color #ECCFA6 in popluar color models

ECCFA6
RGB236207166
HSL35°64.81%78.82%
HSB/HSV35°29.66%92.55%
CMYK0.00%12.29%29.66%
7.45%

Color #ECCFA6 in popluar number systems.

HEXECCFA6
Decimal236207166
Binary111011001100111110100110
Octal354317246

Shades and tints

Shades of #ECCFA6

#ECCFA6
(236,207,166)
#D7BD97
(215,189,151)
#C2AB88
(194,171,136)
#AD9979
(173,153,121)
#98876A
(152,135,106)
#83755B
(131,117,91)
#6E634C
(110,99,76)
#59513D
(89,81,61)
#443F2E
(68,63,46)
#2F2D1F
(47,45,31)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #ECCFA6

#ECCFA6
(236,207,166)
#EDD3AE
(237,211,174)
#EED7B6
(238,215,182)
#EFDBBE
(239,219,190)
#F0DFC6
(240,223,198)
#F1E3CE
(241,227,206)
#F2E7D6
(242,231,214)
#F3EBDE
(243,235,222)
#F4EFE6
(244,239,230)
#F5F3EE
(245,243,238)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCFA6; }

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

This text font color is #ECCFA6.


Background Color

.myBgColor { background-color: #ECCFA6; }

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

This div background color is #ECCFA6.


Border color

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

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

This div border color is #ECCFA6.


Opacity

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

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

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

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

This text has shadow with #ECCFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCFA6 on black background.


Color preview on white background

This text has color #ECCFA6 on white background.



Black color preview on #ECCFA6 background

This text has black color on #ECCFA6 background.


White color preview on #ECCFA6 background

This text has white color on #ECCFA6 background.