COLOR #ECAC93

HEX: #ECAC93 RGB: (236,172,147)

Color info

#ECAC93 contains mainly red color. Web safe color of #ECAC93 is #FF9999 (or #F99).

RGB color model

#ECAC93 color RGB value is (236,172,147).

RGB: (236,172,147) (93%, 67%, 58%)

RGB channels and saturation

R 236 of 255 = 93%
G 172 of 255 = 67%
B 147 of 255 = 58%

236
172
147

R + G + B ~ 73%. #ECAC93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 172 + 147 = 555 (100%)
R 236 of 555 ~ 42.52%
G 172 of 555 ~ 30.99%
B 147 of 555 ~ 26.49'%

%42.52
%30.99
%26.49

CMYK color model

#ECAC93 color CMYK value is (0,27,38,7).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 37.71%
  • key color value is 7.45%

CMYK: (0,27,38,7)
C0M27Y38K7 (0%, 27%, 38%, 7%)
(0.00 / 0.27 / 0.38 / 0.07)

CMYK percentages

%0
%27.12
%37.71
%7.45

Codes

Color #ECAC93 in popluar color models

EC AC 93
RGB 236 172 147
HSL 17° 70.08% 75.10%
HSB/HSV 17° 37.71% 92.55%
CMYK 0.00% 27.12% 37.71%
7.45%

Color #ECAC93 in popluar number systems.

HEX EC AC 93
Decimal 236 172 147
Binary 11101100 10101100 10010011
Octal 354 254 223

Shades and tints

Shades of #ECAC93

#ECAC93
(236,172,147)
#D79D86
(215,157,134)
#C28E79
(194,142,121)
#AD7F6C
(173,127,108)
#98705F
(152,112,95)
#836152
(131,97,82)
#6E5245
(110,82,69)
#594338
(89,67,56)
#44342B
(68,52,43)
#2F251E
(47,37,30)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #ECAC93

#ECAC93
(236,172,147)
#EDB39C
(237,179,156)
#EEBAA5
(238,186,165)
#EFC1AE
(239,193,174)
#F0C8B7
(240,200,183)
#F1CFC0
(241,207,192)
#F2D6C9
(242,214,201)
#F3DDD2
(243,221,210)
#F4E4DB
(244,228,219)
#F5EBE4
(245,235,228)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAC93 color. Also use rgb(236,172,147) instead hex code.

Text Font Color

.myTextColor { color: #ECAC93; }

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

This text font color is #ECAC93.

Background Color

.myBgColor { background-color: #ECAC93; }

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

This div background color is #ECAC93.

Border color

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

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

This div border color is #ECAC93.

Opacity

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

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

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

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

This text has shadow with #ECAC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECAC93.

Preview

Color preview on black background

This text has color #ECAC93 on black background.


Color preview on white background

This text has color #ECAC93 on white background.


Black color preview on #ECAC93 background

This text has black color on #ECAC93 background.


White color preview on #ECAC93 background

This text has white color on #ECAC93 background.


Related colors

Complementary color

Complementary color for #hex is #13536C.


I love getcolorcode.com

Triadic colors

1 #93ECAC and #AC93EC with #ECAC93 are triadic colors.

2 #93ACEC and #ACEC93 with #ECAC93 are triadic colors.