COLOR #EDABB4

HEX: #EDABB4
RGB: (237,171,180)

Color info

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

RGB color model

#EDABB4 color RGB value is (237,171,180).

  • red value is 237;
  • green value is 171;
  • blue value is 180.
RGB:
(237,171,180)
(93%,67%,71%)

RGB channels and saturation

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

237
171
180

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

Portions of RGB colors in percentages

R + G + B =
237 + 171 + 180 = 588 (100%)
R 237 of 588 ~ 40.31%
G 171 of 588 ~ 29.08%
B 180 of 588 ~ 30.61%

%40.31
%29.08
%30.61

CMYK color model

#EDABB4 color CMYK value is (0,28,24,7).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 24.05%
  • key color value is 7.06%
CMYK:
(0,28,24,7)
C0M28Y24K7 
(0%,28%,24%,7%)
(0.00/0.28/0.24/0.07)	

CMYK percentages

%0
%27.85
%24.05
%7.06

Codes

Color #EDABB4 in popluar color models

EDABB4
RGB237171180
HSL352°64.71%80.00%
HSB/HSV352°27.85%92.94%
CMYK0.00%27.85%24.05%
7.06%

Color #EDABB4 in popluar number systems.

HEXEDABB4
Decimal237171180
Binary111011011010101110110100
Octal355253264

Shades and tints

Shades of #EDABB4

#EDABB4
(237,171,180)
#D89CA4
(216,156,164)
#C38D94
(195,141,148)
#AE7E84
(174,126,132)
#996F74
(153,111,116)
#846064
(132,96,100)
#6F5154
(111,81,84)
#5A4244
(90,66,68)
#453334
(69,51,52)
#302424
(48,36,36)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDABB4

#EDABB4
(237,171,180)
#EEB2BA
(238,178,186)
#EFB9C0
(239,185,192)
#F0C0C6
(240,192,198)
#F1C7CC
(241,199,204)
#F2CED2
(242,206,210)
#F3D5D8
(243,213,216)
#F4DCDE
(244,220,222)
#F5E3E4
(245,227,228)
#F6EAEA
(246,234,234)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDABB4; }

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

This text font color is #EDABB4.


Background Color

.myBgColor { background-color: #EDABB4; }

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

This div background color is #EDABB4.


Border color

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

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

This div border color is #EDABB4.


Opacity

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

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

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

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

This text has shadow with #EDABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDABB4 on black background.


Color preview on white background

This text has color #EDABB4 on white background.



Black color preview on #EDABB4 background

This text has black color on #EDABB4 background.


White color preview on #EDABB4 background

This text has white color on #EDABB4 background.