COLOR #EDA4B3

HEX: #EDA4B3
RGB: (237,164,179)

Color info

#EDA4B3 contains mainly red and blue colors. Web safe color of #EDA4B3 is #FF9999 (or #F99).

RGB color model

#EDA4B3 color RGB value is (237,164,179).

  • red value is 237;
  • green value is 164;
  • blue value is 179.
RGB:
(237,164,179)
(93%,64%,70%)

RGB channels and saturation

R 237 of 255 = 93%
G 164 of 255 = 64%
B 179 of 255 = 70%

237
164
179

R + G + B ~ 76%. #EDA4B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 164 + 179 = 580 (100%)
R 237 of 580 ~ 40.86%
G 164 of 580 ~ 28.28%
B 179 of 580 ~ 30.86%

%40.86
%28.28
%30.86

CMYK color model

#EDA4B3 color CMYK value is (0,31,24,7).

  • cyan value is 0.00%
  • magenta value is 30.80%
  • yellow value is 24.47%
  • key color value is 7.06%
CMYK:
(0,31,24,7)
C0M31Y24K7 
(0%,31%,24%,7%)
(0.00/0.31/0.24/0.07)	

CMYK percentages

%0
%30.8
%24.47
%7.06

Codes

Color #EDA4B3 in popluar color models

EDA4B3
RGB237164179
HSL348°66.97%78.63%
HSB/HSV348°30.80%92.94%
CMYK0.00%30.80%24.47%
7.06%

Color #EDA4B3 in popluar number systems.

HEXEDA4B3
Decimal237164179
Binary111011011010010010110011
Octal355244263

Shades and tints

Shades of #EDA4B3

#EDA4B3
(237,164,179)
#D896A3
(216,150,163)
#C38893
(195,136,147)
#AE7A83
(174,122,131)
#996C73
(153,108,115)
#845E63
(132,94,99)
#6F5053
(111,80,83)
#5A4243
(90,66,67)
#453433
(69,52,51)
#302623
(48,38,35)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDA4B3

#EDA4B3
(237,164,179)
#EEACB9
(238,172,185)
#EFB4BF
(239,180,191)
#F0BCC5
(240,188,197)
#F1C4CB
(241,196,203)
#F2CCD1
(242,204,209)
#F3D4D7
(243,212,215)
#F4DCDD
(244,220,221)
#F5E4E3
(245,228,227)
#F6ECE9
(246,236,233)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA4B3 color. Also use rgb(237,164,179) instead hex code.

Text Font Color

.myTextColor { color: #EDA4B3; }

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

This text font color is #EDA4B3.


Background Color

.myBgColor { background-color: #EDA4B3; }

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

This div background color is #EDA4B3.


Border color

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

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

This div border color is #EDA4B3.


Opacity

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

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

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

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

This text has shadow with #EDA4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA4B3 on black background.


Color preview on white background

This text has color #EDA4B3 on white background.



Black color preview on #EDA4B3 background

This text has black color on #EDA4B3 background.


White color preview on #EDA4B3 background

This text has white color on #EDA4B3 background.