COLOR #EDACA8

HEX: #EDACA8 RGB: (237,172,168)

Color info

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

RGB color model

#EDACA8 color RGB value is (237,172,168).

RGB: (237,172,168) (93%, 67%, 66%)

RGB channels and saturation

R 237 of 255 = 93%
G 172 of 255 = 67%
B 168 of 255 = 66%

237
172
168

R + G + B ~ 75%. #EDACA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 172 + 168 = 577 (100%)
R 237 of 577 ~ 41.07%
G 172 of 577 ~ 29.81%
B 168 of 577 ~ 29.12'%

%41.07
%29.81
%29.12

CMYK color model

#EDACA8 color CMYK value is (0,27,29,7).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 29.11%
  • key color value is 7.06%

CMYK: (0,27,29,7)
C0M27Y29K7 (0%, 27%, 29%, 7%)
(0.00 / 0.27 / 0.29 / 0.07)

CMYK percentages

%0
%27.43
%29.11
%7.06

Codes

Color #EDACA8 in popluar color models

ED AC A8
RGB 237 172 168
HSL 65.71% 79.41%
HSB/HSV 29.11% 92.94%
CMYK 0.00% 27.43% 29.11%
7.06%

Color #EDACA8 in popluar number systems.

HEX ED AC A8
Decimal 237 172 168
Binary 11101101 10101100 10101000
Octal 355 254 250

Shades and tints

Shades of #EDACA8

#EDACA8
(237,172,168)
#D89D99
(216,157,153)
#C38E8A
(195,142,138)
#AE7F7B
(174,127,123)
#99706C
(153,112,108)
#84615D
(132,97,93)
#6F524E
(111,82,78)
#5A433F
(90,67,63)
#453430
(69,52,48)
#302521
(48,37,33)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #EDACA8

#EDACA8
(237,172,168)
#EEB3AF
(238,179,175)
#EFBAB6
(239,186,182)
#F0C1BD
(240,193,189)
#F1C8C4
(241,200,196)
#F2CFCB
(242,207,203)
#F3D6D2
(243,214,210)
#F4DDD9
(244,221,217)
#F5E4E0
(245,228,224)
#F6EBE7
(246,235,231)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDACA8; }

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

This text font color is #EDACA8.

Background Color

.myBgColor { background-color: #EDACA8; }

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

This div background color is #EDACA8.

Border color

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

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

This div border color is #EDACA8.

Opacity

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

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

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

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

This text has shadow with #EDACA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDACA8.

Preview

Color preview on black background

This text has color #EDACA8 on black background.


Color preview on white background

This text has color #EDACA8 on white background.


Black color preview on #EDACA8 background

This text has black color on #EDACA8 background.


White color preview on #EDACA8 background

This text has white color on #EDACA8 background.


Related colors

Complementary color

Complementary color for #hex is #125357.


I love getcolorcode.com

Triadic colors

1 #A8EDAC and #ACA8ED with #EDACA8 are triadic colors.

2 #A8ACED and #ACEDA8 with #EDACA8 are triadic colors.