COLOR #EDABA1

HEX: #EDABA1 RGB: (237,171,161)

Color info

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

RGB color model

#EDABA1 color RGB value is (237,171,161).

RGB: (237,171,161) (93%, 67%, 63%)

RGB channels and saturation

R 237 of 255 = 93%
G 171 of 255 = 67%
B 161 of 255 = 63%

237
171
161

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

Portions of RGB colors in percentages

R + G + B = 237 + 171 + 161 = 569 (100%)
R 237 of 569 ~ 41.65%
G 171 of 569 ~ 30.05%
B 161 of 569 ~ 28.3'%

%41.65
%30.05
%28.3

CMYK color model

#EDABA1 color CMYK value is (0,28,32,7).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 32.07%
  • key color value is 7.06%

CMYK: (0,28,32,7)
C0M28Y32K7 (0%, 28%, 32%, 7%)
(0.00 / 0.28 / 0.32 / 0.07)

CMYK percentages

%0
%27.85
%32.07
%7.06

Codes

Color #EDABA1 in popluar color models

ED AB A1
RGB 237 171 161
HSL 67.86% 78.04%
HSB/HSV 32.07% 92.94%
CMYK 0.00% 27.85% 32.07%
7.06%

Color #EDABA1 in popluar number systems.

HEX ED AB A1
Decimal 237 171 161
Binary 11101101 10101011 10100001
Octal 355 253 241

Shades and tints

Shades of #EDABA1

#EDABA1
(237,171,161)
#D89C93
(216,156,147)
#C38D85
(195,141,133)
#AE7E77
(174,126,119)
#996F69
(153,111,105)
#84605B
(132,96,91)
#6F514D
(111,81,77)
#5A423F
(90,66,63)
#453331
(69,51,49)
#302423
(48,36,35)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDABA1

#EDABA1
(237,171,161)
#EEB2A9
(238,178,169)
#EFB9B1
(239,185,177)
#F0C0B9
(240,192,185)
#F1C7C1
(241,199,193)
#F2CEC9
(242,206,201)
#F3D5D1
(243,213,209)
#F4DCD9
(244,220,217)
#F5E3E1
(245,227,225)
#F6EAE9
(246,234,233)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDABA1 color. Also use rgb(237,171,161) instead hex code.

Text Font Color

.myTextColor { color: #EDABA1; }

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

This text font color is #EDABA1.

Background Color

.myBgColor { background-color: #EDABA1; }

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

This div background color is #EDABA1.

Border color

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

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

This div border color is #EDABA1.

Opacity

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

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

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

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

This text has shadow with #EDABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDABA1.

Preview

Color preview on black background

This text has color #EDABA1 on black background.


Color preview on white background

This text has color #EDABA1 on white background.


Black color preview on #EDABA1 background

This text has black color on #EDABA1 background.


White color preview on #EDABA1 background

This text has white color on #EDABA1 background.


Related colors

Complementary color

Complementary color for #hex is #12545E.


I love getcolorcode.com

Triadic colors

1 #A1EDAB and #ABA1ED with #EDABA1 are triadic colors.

2 #A1ABED and #ABEDA1 with #EDABA1 are triadic colors.