COLOR #ECCAA9

HEX: #ECCAA9
RGB: (236,202,169)

Color info

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

RGB color model

#ECCAA9 color RGB value is (236,202,169).

  • red value is 236;
  • green value is 202;
  • blue value is 169.
RGB:
(236,202,169)
(93%,79%,66%)

RGB channels and saturation

R 236 of 255 = 93%
G 202 of 255 = 79%
B 169 of 255 = 66%

236
202
169

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

Portions of RGB colors in percentages

R + G + B =
236 + 202 + 169 = 607 (100%)
R 236 of 607 ~ 38.88%
G 202 of 607 ~ 33.28%
B 169 of 607 ~ 27.84%

%38.88
%33.28
%27.84

CMYK color model

#ECCAA9 color CMYK value is (0,14,28,7).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 28.39%
  • key color value is 7.45%
CMYK:
(0,14,28,7)
C0M14Y28K7 
(0%,14%,28%,7%)
(0.00/0.14/0.28/0.07)	

CMYK percentages

%0
%14.41
%28.39
%7.45

Codes

Color #ECCAA9 in popluar color models

ECCAA9
RGB236202169
HSL30°63.81%79.41%
HSB/HSV30°28.39%92.55%
CMYK0.00%14.41%28.39%
7.45%

Color #ECCAA9 in popluar number systems.

HEXECCAA9
Decimal236202169
Binary111011001100101010101001
Octal354312251

Shades and tints

Shades of #ECCAA9

#ECCAA9
(236,202,169)
#D7B89A
(215,184,154)
#C2A68B
(194,166,139)
#AD947C
(173,148,124)
#98826D
(152,130,109)
#83705E
(131,112,94)
#6E5E4F
(110,94,79)
#594C40
(89,76,64)
#443A31
(68,58,49)
#2F2822
(47,40,34)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #ECCAA9

#ECCAA9
(236,202,169)
#EDCEB0
(237,206,176)
#EED2B7
(238,210,183)
#EFD6BE
(239,214,190)
#F0DAC5
(240,218,197)
#F1DECC
(241,222,204)
#F2E2D3
(242,226,211)
#F3E6DA
(243,230,218)
#F4EAE1
(244,234,225)
#F5EEE8
(245,238,232)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCAA9 color. Also use rgb(236,202,169) instead hex code.

Text Font Color

.myTextColor { color: #ECCAA9; }

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

This text font color is #ECCAA9.


Background Color

.myBgColor { background-color: #ECCAA9; }

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

This div background color is #ECCAA9.


Border color

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

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

This div border color is #ECCAA9.


Opacity

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

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

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

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

This text has shadow with #ECCAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCAA9 on black background.


Color preview on white background

This text has color #ECCAA9 on white background.



Black color preview on #ECCAA9 background

This text has black color on #ECCAA9 background.


White color preview on #ECCAA9 background

This text has white color on #ECCAA9 background.