COLOR #ECA89B

HEX: #ECA89B
RGB: (236,168,155)

Color info

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

RGB color model

#ECA89B color RGB value is (236,168,155).

  • red value is 236;
  • green value is 168;
  • blue value is 155.
RGB:
(236,168,155)
(93%,66%,61%)

RGB channels and saturation

R 236 of 255 = 93%
G 168 of 255 = 66%
B 155 of 255 = 61%

236
168
155

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

Portions of RGB colors in percentages

R + G + B =
236 + 168 + 155 = 559 (100%)
R 236 of 559 ~ 42.22%
G 168 of 559 ~ 30.05%
B 155 of 559 ~ 27.73%

%42.22
%30.05
%27.73

CMYK color model

#ECA89B color CMYK value is (0,29,34,7).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 34.32%
  • key color value is 7.45%
CMYK:
(0,29,34,7)
C0M29Y34K7 
(0%,29%,34%,7%)
(0.00/0.29/0.34/0.07)	

CMYK percentages

%0
%28.81
%34.32
%7.45

Codes

Color #ECA89B in popluar color models

ECA89B
RGB236168155
HSL10°68.07%76.67%
HSB/HSV10°34.32%92.55%
CMYK0.00%28.81%34.32%
7.45%

Color #ECA89B in popluar number systems.

HEXECA89B
Decimal236168155
Binary111011001010100010011011
Octal354250233

Shades and tints

Shades of #ECA89B

#ECA89B
(236,168,155)
#D7998D
(215,153,141)
#C28A7F
(194,138,127)
#AD7B71
(173,123,113)
#986C63
(152,108,99)
#835D55
(131,93,85)
#6E4E47
(110,78,71)
#593F39
(89,63,57)
#44302B
(68,48,43)
#2F211D
(47,33,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #ECA89B

#ECA89B
(236,168,155)
#EDAFA4
(237,175,164)
#EEB6AD
(238,182,173)
#EFBDB6
(239,189,182)
#F0C4BF
(240,196,191)
#F1CBC8
(241,203,200)
#F2D2D1
(242,210,209)
#F3D9DA
(243,217,218)
#F4E0E3
(244,224,227)
#F5E7EC
(245,231,236)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA89B color. Also use rgb(236,168,155) instead hex code.

Text Font Color

.myTextColor { color: #ECA89B; }

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

This text font color is #ECA89B.


Background Color

.myBgColor { background-color: #ECA89B; }

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

This div background color is #ECA89B.


Border color

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

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

This div border color is #ECA89B.


Opacity

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

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

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

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

This text has shadow with #ECA89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA89B on black background.


Color preview on white background

This text has color #ECA89B on white background.



Black color preview on #ECA89B background

This text has black color on #ECA89B background.


White color preview on #ECA89B background

This text has white color on #ECA89B background.