COLOR #EC9D7B

HEX: #EC9D7B
RGB: (236,157,123)

Color info

#EC9D7B contains mainly red color. Web safe color of #EC9D7B is #FF9966 (or #F96).

RGB color model

#EC9D7B color RGB value is (236,157,123).

  • red value is 236;
  • green value is 157;
  • blue value is 123.
RGB:
(236,157,123)
(93%,62%,48%)

RGB channels and saturation

R 236 of 255 = 93%
G 157 of 255 = 62%
B 123 of 255 = 48%

236
157
123

R + G + B ~ 68%. #EC9D7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 157 + 123 = 516 (100%)
R 236 of 516 ~ 45.74%
G 157 of 516 ~ 30.43%
B 123 of 516 ~ 23.84%

%45.74
%30.43
%23.84

CMYK color model

#EC9D7B color CMYK value is (0,33,48,7).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 47.88%
  • key color value is 7.45%
CMYK:
(0,33,48,7)
C0M33Y48K7 
(0%,33%,48%,7%)
(0.00/0.33/0.48/0.07)	

CMYK percentages

%0
%33.47
%47.88
%7.45

Codes

Color #EC9D7B in popluar color models

EC9D7B
RGB236157123
HSL18°74.83%70.39%
HSB/HSV18°47.88%92.55%
CMYK0.00%33.47%47.88%
7.45%

Color #EC9D7B in popluar number systems.

HEXEC9D7B
Decimal236157123
Binary11101100100111011111011
Octal354235173

Shades and tints

Shades of #EC9D7B

#EC9D7B
(236,157,123)
#D78F70
(215,143,112)
#C28165
(194,129,101)
#AD735A
(173,115,90)
#98654F
(152,101,79)
#835744
(131,87,68)
#6E4939
(110,73,57)
#593B2E
(89,59,46)
#442D23
(68,45,35)
#2F1F18
(47,31,24)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #EC9D7B

#EC9D7B
(236,157,123)
#EDA587
(237,165,135)
#EEAD93
(238,173,147)
#EFB59F
(239,181,159)
#F0BDAB
(240,189,171)
#F1C5B7
(241,197,183)
#F2CDC3
(242,205,195)
#F3D5CF
(243,213,207)
#F4DDDB
(244,221,219)
#F5E5E7
(245,229,231)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9D7B color. Also use rgb(236,157,123) instead hex code.

Text Font Color

.myTextColor { color: #EC9D7B; }

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

This text font color is #EC9D7B.


Background Color

.myBgColor { background-color: #EC9D7B; }

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

This div background color is #EC9D7B.


Border color

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

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

This div border color is #EC9D7B.


Opacity

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

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

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

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

This text has shadow with #EC9D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9D7B on black background.


Color preview on white background

This text has color #EC9D7B on white background.



Black color preview on #EC9D7B background

This text has black color on #EC9D7B background.


White color preview on #EC9D7B background

This text has white color on #EC9D7B background.