COLOR #EDAD8C

HEX: #EDAD8C
RGB: (237,173,140)

Color info

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

RGB color model

#EDAD8C color RGB value is (237,173,140).

  • red value is 237;
  • green value is 173;
  • blue value is 140.
RGB:
(237,173,140)
(93%,68%,55%)

RGB channels and saturation

R 237 of 255 = 93%
G 173 of 255 = 68%
B 140 of 255 = 55%

237
173
140

R + G + B ~ 72%. #EDAD8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 173 + 140 = 550 (100%)
R 237 of 550 ~ 43.09%
G 173 of 550 ~ 31.45%
B 140 of 550 ~ 25.45%

%43.09
%31.45
%25.45

CMYK color model

#EDAD8C color CMYK value is (0,27,41,7).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 40.93%
  • key color value is 7.06%
CMYK:
(0,27,41,7)
C0M27Y41K7 
(0%,27%,41%,7%)
(0.00/0.27/0.41/0.07)	

CMYK percentages

%0
%27
%40.93
%7.06

Codes

Color #EDAD8C in popluar color models

EDAD8C
RGB237173140
HSL20°72.93%73.92%
HSB/HSV20°40.93%92.94%
CMYK0.00%27.00%40.93%
7.06%

Color #EDAD8C in popluar number systems.

HEXEDAD8C
Decimal237173140
Binary111011011010110110001100
Octal355255214

Shades and tints

Shades of #EDAD8C

#EDAD8C
(237,173,140)
#D89E80
(216,158,128)
#C38F74
(195,143,116)
#AE8068
(174,128,104)
#99715C
(153,113,92)
#846250
(132,98,80)
#6F5344
(111,83,68)
#5A4438
(90,68,56)
#45352C
(69,53,44)
#302620
(48,38,32)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDAD8C

#EDAD8C
(237,173,140)
#EEB496
(238,180,150)
#EFBBA0
(239,187,160)
#F0C2AA
(240,194,170)
#F1C9B4
(241,201,180)
#F2D0BE
(242,208,190)
#F3D7C8
(243,215,200)
#F4DED2
(244,222,210)
#F5E5DC
(245,229,220)
#F6ECE6
(246,236,230)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAD8C color. Also use rgb(237,173,140) instead hex code.

Text Font Color

.myTextColor { color: #EDAD8C; }

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

This text font color is #EDAD8C.


Background Color

.myBgColor { background-color: #EDAD8C; }

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

This div background color is #EDAD8C.


Border color

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

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

This div border color is #EDAD8C.


Opacity

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

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

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

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

This text has shadow with #EDAD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAD8C on black background.


Color preview on white background

This text has color #EDAD8C on white background.



Black color preview on #EDAD8C background

This text has black color on #EDAD8C background.


White color preview on #EDAD8C background

This text has white color on #EDAD8C background.