COLOR #ECCAAD

HEX: #ECCAAD
RGB: (236,202,173)

Color info

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

RGB color model

#ECCAAD color RGB value is (236,202,173).

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

RGB channels and saturation

R 236 of 255 = 93%
G 202 of 255 = 79%
B 173 of 255 = 68%

236
202
173

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

Portions of RGB colors in percentages

R + G + B =
236 + 202 + 173 = 611 (100%)
R 236 of 611 ~ 38.63%
G 202 of 611 ~ 33.06%
B 173 of 611 ~ 28.31%

%38.63
%33.06
%28.31

CMYK color model

#ECCAAD color CMYK value is (0,14,27,7).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 26.69%
  • key color value is 7.45%
CMYK:
(0,14,27,7)
C0M14Y27K7 
(0%,14%,27%,7%)
(0.00/0.14/0.27/0.07)	

CMYK percentages

%0
%14.41
%26.69
%7.45

Codes

Color #ECCAAD in popluar color models

ECCAAD
RGB236202173
HSL28°62.38%80.20%
HSB/HSV28°26.69%92.55%
CMYK0.00%14.41%26.69%
7.45%

Color #ECCAAD in popluar number systems.

HEXECCAAD
Decimal236202173
Binary111011001100101010101101
Octal354312255

Shades and tints

Shades of #ECCAAD

#ECCAAD
(236,202,173)
#D7B89E
(215,184,158)
#C2A68F
(194,166,143)
#AD9480
(173,148,128)
#988271
(152,130,113)
#837062
(131,112,98)
#6E5E53
(110,94,83)
#594C44
(89,76,68)
#443A35
(68,58,53)
#2F2826
(47,40,38)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #ECCAAD

#ECCAAD
(236,202,173)
#EDCEB4
(237,206,180)
#EED2BB
(238,210,187)
#EFD6C2
(239,214,194)
#F0DAC9
(240,218,201)
#F1DED0
(241,222,208)
#F2E2D7
(242,226,215)
#F3E6DE
(243,230,222)
#F4EAE5
(244,234,229)
#F5EEEC
(245,238,236)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCAAD; }

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

This text font color is #ECCAAD.


Background Color

.myBgColor { background-color: #ECCAAD; }

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

This div background color is #ECCAAD.


Border color

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

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

This div border color is #ECCAAD.


Opacity

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

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

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

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

This text has shadow with #ECCAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCAAD on black background.


Color preview on white background

This text has color #ECCAAD on white background.



Black color preview on #ECCAAD background

This text has black color on #ECCAAD background.


White color preview on #ECCAAD background

This text has white color on #ECCAAD background.