COLOR #EDABB6

HEX: #EDABB6 RGB: (237,171,182)

Color info

#EDABB6 contains mainly red and blue colors. Web safe color of #EDABB6 is #FF99CC (or #F9C).

RGB color model

#EDABB6 color RGB value is (237,171,182).

RGB: (237,171,182) (93%, 67%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 171 of 255 = 67%
B 182 of 255 = 71%

237
171
182

R + G + B ~ 77%. #EDABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 171 + 182 = 590 (100%)
R 237 of 590 ~ 40.17%
G 171 of 590 ~ 28.98%
B 182 of 590 ~ 30.85'%

%40.17
%28.98
%30.85

CMYK color model

#EDABB6 color CMYK value is (0,28,23,7).

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

CMYK: (0,28,23,7)
C0M28Y23K7 (0%, 28%, 23%, 7%)
(0.00 / 0.28 / 0.23 / 0.07)

CMYK percentages

%0
%27.85
%23.21
%7.06

Codes

Color #EDABB6 in popluar color models

ED AB B6
RGB 237 171 182
HSL 350° 64.71% 80.00%
HSB/HSV 350° 27.85% 92.94%
CMYK 0.00% 27.85% 23.21%
7.06%

Color #EDABB6 in popluar number systems.

HEX ED AB B6
Decimal 237 171 182
Binary 11101101 10101011 10110110
Octal 355 253 266

Shades and tints

Shades of #EDABB6

#EDABB6
(237,171,182)
#D89CA6
(216,156,166)
#C38D96
(195,141,150)
#AE7E86
(174,126,134)
#996F76
(153,111,118)
#846066
(132,96,102)
#6F5156
(111,81,86)
#5A4246
(90,66,70)
#453336
(69,51,54)
#302426
(48,36,38)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #EDABB6

#EDABB6
(237,171,182)
#EEB2BC
(238,178,188)
#EFB9C2
(239,185,194)
#F0C0C8
(240,192,200)
#F1C7CE
(241,199,206)
#F2CED4
(242,206,212)
#F3D5DA
(243,213,218)
#F4DCE0
(244,220,224)
#F5E3E6
(245,227,230)
#F6EAEC
(246,234,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDABB6; }

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

This text font color is #EDABB6.

Background Color

.myBgColor { background-color: #EDABB6; }

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

This div background color is #EDABB6.

Border color

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

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

This div border color is #EDABB6.

Opacity

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

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

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

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

This text has shadow with #EDABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDABB6.

Preview

Color preview on black background

This text has color #EDABB6 on black background.


Color preview on white background

This text has color #EDABB6 on white background.


Black color preview on #EDABB6 background

This text has black color on #EDABB6 background.


White color preview on #EDABB6 background

This text has white color on #EDABB6 background.


Related colors

Complementary color

Complementary color for #hex is #125449.


I love getcolorcode.com

Triadic colors

1 #B6EDAB and #ABB6ED with #EDABB6 are triadic colors.

2 #B6ABED and #ABEDB6 with #EDABB6 are triadic colors.