COLOR #EDACA3

HEX: #EDACA3 RGB: (237,172,163)

Color info

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

RGB color model

#EDACA3 color RGB value is (237,172,163).

RGB: (237,172,163) (93%, 67%, 64%)

RGB channels and saturation

R 237 of 255 = 93%
G 172 of 255 = 67%
B 163 of 255 = 64%

237
172
163

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

Portions of RGB colors in percentages

R + G + B = 237 + 172 + 163 = 572 (100%)
R 237 of 572 ~ 41.43%
G 172 of 572 ~ 30.07%
B 163 of 572 ~ 28.5'%

%41.43
%30.07
%28.5

CMYK color model

#EDACA3 color CMYK value is (0,27,31,7).

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

CMYK: (0,27,31,7)
C0M27Y31K7 (0%, 27%, 31%, 7%)
(0.00 / 0.27 / 0.31 / 0.07)

CMYK percentages

%0
%27.43
%31.22
%7.06

Codes

Color #EDACA3 in popluar color models

ED AC A3
RGB 237 172 163
HSL 67.27% 78.43%
HSB/HSV 31.22% 92.94%
CMYK 0.00% 27.43% 31.22%
7.06%

Color #EDACA3 in popluar number systems.

HEX ED AC A3
Decimal 237 172 163
Binary 11101101 10101100 10100011
Octal 355 254 243

Shades and tints

Shades of #EDACA3

#EDACA3
(237,172,163)
#D89D95
(216,157,149)
#C38E87
(195,142,135)
#AE7F79
(174,127,121)
#99706B
(153,112,107)
#84615D
(132,97,93)
#6F524F
(111,82,79)
#5A4341
(90,67,65)
#453433
(69,52,51)
#302525
(48,37,37)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDACA3

#EDACA3
(237,172,163)
#EEB3AB
(238,179,171)
#EFBAB3
(239,186,179)
#F0C1BB
(240,193,187)
#F1C8C3
(241,200,195)
#F2CFCB
(242,207,203)
#F3D6D3
(243,214,211)
#F4DDDB
(244,221,219)
#F5E4E3
(245,228,227)
#F6EBEB
(246,235,235)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDACA3; }

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

This text font color is #EDACA3.

Background Color

.myBgColor { background-color: #EDACA3; }

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

This div background color is #EDACA3.

Border color

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

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

This div border color is #EDACA3.

Opacity

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

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

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

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

This text has shadow with #EDACA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDACA3.

Preview

Color preview on black background

This text has color #EDACA3 on black background.


Color preview on white background

This text has color #EDACA3 on white background.


Black color preview on #EDACA3 background

This text has black color on #EDACA3 background.


White color preview on #EDACA3 background

This text has white color on #EDACA3 background.


Related colors

Complementary color

Complementary color for #hex is #12535C.


I love getcolorcode.com

Triadic colors

1 #A3EDAC and #ACA3ED with #EDACA3 are triadic colors.

2 #A3ACED and #ACEDA3 with #EDACA3 are triadic colors.