COLOR #EDACA9

HEX: #EDACA9 RGB: (237,172,169)

Color info

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

RGB color model

#EDACA9 color RGB value is (237,172,169).

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

RGB channels and saturation

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

237
172
169

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

Portions of RGB colors in percentages

R + G + B = 237 + 172 + 169 = 578 (100%)
R 237 of 578 ~ 41%
G 172 of 578 ~ 29.76%
B 169 of 578 ~ 29.24'%

%41
%29.76
%29.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 28.69%
  • 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
%28.69
%7.06

Codes

Color #EDACA9 in popluar color models

ED AC A9
RGB 237 172 169
HSL 65.38% 79.61%
HSB/HSV 28.69% 92.94%
CMYK 0.00% 27.43% 28.69%
7.06%

Color #EDACA9 in popluar number systems.

HEX ED AC A9
Decimal 237 172 169
Binary 11101101 10101100 10101001
Octal 355 254 251

Shades and tints

Shades of #EDACA9

#EDACA9
(237,172,169)
#D89D9A
(216,157,154)
#C38E8B
(195,142,139)
#AE7F7C
(174,127,124)
#99706D
(153,112,109)
#84615E
(132,97,94)
#6F524F
(111,82,79)
#5A4340
(90,67,64)
#453431
(69,52,49)
#302522
(48,37,34)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #EDACA9

#EDACA9
(237,172,169)
#EEB3B0
(238,179,176)
#EFBAB7
(239,186,183)
#F0C1BE
(240,193,190)
#F1C8C5
(241,200,197)
#F2CFCC
(242,207,204)
#F3D6D3
(243,214,211)
#F4DDDA
(244,221,218)
#F5E4E1
(245,228,225)
#F6EBE8
(246,235,232)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDACA9; }

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

This text font color is #EDACA9.

Background Color

.myBgColor { background-color: #EDACA9; }

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

This div background color is #EDACA9.

Border color

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

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

This div border color is #EDACA9.

Opacity

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

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

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

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

This text has shadow with #EDACA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDACA9.

Preview

Color preview on black background

This text has color #EDACA9 on black background.


Color preview on white background

This text has color #EDACA9 on white background.


Black color preview on #EDACA9 background

This text has black color on #EDACA9 background.


White color preview on #EDACA9 background

This text has white color on #EDACA9 background.


Related colors

Complementary color

Complementary color for #hex is #125356.


I love getcolorcode.com

Triadic colors

1 #A9EDAC and #ACA9ED with #EDACA9 are triadic colors.

2 #A9ACED and #ACEDA9 with #EDACA9 are triadic colors.