COLOR #EDAD98

HEX: #EDAD98
RGB: (237,173,152)

Color info

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

RGB color model

#EDAD98 color RGB value is (237,173,152).

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

RGB channels and saturation

R 237 of 255 = 93%
G 173 of 255 = 68%
B 152 of 255 = 60%

237
173
152

R + G + B ~ 74%. #EDAD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 173 + 152 = 562 (100%)
R 237 of 562 ~ 42.17%
G 173 of 562 ~ 30.78%
B 152 of 562 ~ 27.05%

%42.17
%30.78
%27.05

CMYK color model

#EDAD98 color CMYK value is (0,27,36,7).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 35.86%
  • key color value is 7.06%
CMYK:
(0,27,36,7)
C0M27Y36K7 
(0%,27%,36%,7%)
(0.00/0.27/0.36/0.07)	

CMYK percentages

%0
%27
%35.86
%7.06

Codes

Color #EDAD98 in popluar color models

EDAD98
RGB237173152
HSL15°70.25%76.27%
HSB/HSV15°35.86%92.94%
CMYK0.00%27.00%35.86%
7.06%

Color #EDAD98 in popluar number systems.

HEXEDAD98
Decimal237173152
Binary111011011010110110011000
Octal355255230

Shades and tints

Shades of #EDAD98

#EDAD98
(237,173,152)
#D89E8B
(216,158,139)
#C38F7E
(195,143,126)
#AE8071
(174,128,113)
#997164
(153,113,100)
#846257
(132,98,87)
#6F534A
(111,83,74)
#5A443D
(90,68,61)
#453530
(69,53,48)
#302623
(48,38,35)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDAD98

#EDAD98
(237,173,152)
#EEB4A1
(238,180,161)
#EFBBAA
(239,187,170)
#F0C2B3
(240,194,179)
#F1C9BC
(241,201,188)
#F2D0C5
(242,208,197)
#F3D7CE
(243,215,206)
#F4DED7
(244,222,215)
#F5E5E0
(245,229,224)
#F6ECE9
(246,236,233)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDAD98; }

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

This text font color is #EDAD98.


Background Color

.myBgColor { background-color: #EDAD98; }

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

This div background color is #EDAD98.


Border color

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

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

This div border color is #EDAD98.


Opacity

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

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

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

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

This text has shadow with #EDAD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAD98 on black background.


Color preview on white background

This text has color #EDAD98 on white background.



Black color preview on #EDAD98 background

This text has black color on #EDAD98 background.


White color preview on #EDAD98 background

This text has white color on #EDAD98 background.