COLOR #EDAC88

HEX: #EDAC88 RGB: (237,172,136)

Color info

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

RGB color model

#EDAC88 color RGB value is (237,172,136).

RGB: (237,172,136) (93%, 67%, 53%)

RGB channels and saturation

R 237 of 255 = 93%
G 172 of 255 = 67%
B 136 of 255 = 53%

237
172
136

R + G + B ~ 71%. #EDAC88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 172 + 136 = 545 (100%)
R 237 of 545 ~ 43.49%
G 172 of 545 ~ 31.56%
B 136 of 545 ~ 24.95'%

%43.49
%31.56
%24.95

CMYK color model

#EDAC88 color CMYK value is (0,27,43,7).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 42.62%
  • key color value is 7.06%
CMYK: (0,27,43,7) C0M27Y43K7 (0%,27%,43%,7%) (0.00/0.27/0.43/0.07) 

CMYK percentages

%0
%27.43
%42.62
%7.06

Codes

Color #EDAC88 in popluar color models

ED AC 88
RGB 237 172 136
HSL 21° 73.72% 73.14%
HSB/HSV 21° 42.62% 92.94%
CMYK 0.00% 27.43% 42.62%
7.06%

Color #EDAC88 in popluar number systems.

HEX ED AC 88
Decimal 237 172 136
Binary 11101101 10101100 10001000
Octal 355 254 210

Shades and tints

Shades of #EDAC88

#EDAC88
(237,172,136)
#D89D7C
(216,157,124)
#C38E70
(195,142,112)
#AE7F64
(174,127,100)
#997058
(153,112,88)
#84614C
(132,97,76)
#6F5240
(111,82,64)
#5A4334
(90,67,52)
#453428
(69,52,40)
#30251C
(48,37,28)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #EDAC88

#EDAC88
(237,172,136)
#EEB392
(238,179,146)
#EFBA9C
(239,186,156)
#F0C1A6
(240,193,166)
#F1C8B0
(241,200,176)
#F2CFBA
(242,207,186)
#F3D6C4
(243,214,196)
#F4DDCE
(244,221,206)
#F5E4D8
(245,228,216)
#F6EBE2
(246,235,226)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAC88 color. Also use rgb(237,172,136) instead hex code.

Text Font Color

.myTextColor { color: #EDAC88; }

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

This text font color is #EDAC88.

Background Color

.myBgColor { background-color: #EDAC88; }

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

This div background color is #EDAC88.

Border color

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

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

This div border color is #EDAC88.

Opacity

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

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

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

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

This text has shadow with #EDAC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDAC88.

Preview

Color preview on black background

This text has color #EDAC88 on black background.


Color preview on white background

This text has color #EDAC88 on white background.


Black color preview on #EDAC88 background

This text has black color on #EDAC88 background.


White color preview on #EDAC88 background

This text has white color on #EDAC88 background.


Related colors

Complementary color

Complementary color for #hex is #125377.


I love getcolorcode.com

Triadic colors

1 #88EDAC and #AC88ED with #EDAC88 are triadic colors.

2 #88ACED and #ACED88 with #EDAC88 are triadic colors.