COLOR #EDA7B3

HEX: #EDA7B3 RGB: (237,167,179)

Color info

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

RGB color model

#EDA7B3 color RGB value is (237,167,179).

RGB: (237,167,179) (93%, 65%, 70%)

RGB channels and saturation

R 237 of 255 = 93%
G 167 of 255 = 65%
B 179 of 255 = 70%

237
167
179

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

Portions of RGB colors in percentages

R + G + B = 237 + 167 + 179 = 583 (100%)
R 237 of 583 ~ 40.65%
G 167 of 583 ~ 28.64%
B 179 of 583 ~ 30.7'%

%40.65
%28.64
%30.7

CMYK color model

#EDA7B3 color CMYK value is (0,30,24,7).

  • cyan value is 0.00%
  • magenta value is 29.54%
  • yellow value is 24.47%
  • key color value is 7.06%

CMYK: (0,30,24,7)
C0M30Y24K7 (0%, 30%, 24%, 7%)
(0.00 / 0.30 / 0.24 / 0.07)

CMYK percentages

%0
%29.54
%24.47
%7.06

Codes

Color #EDA7B3 in popluar color models

ED A7 B3
RGB 237 167 179
HSL 350° 66.04% 79.22%
HSB/HSV 350° 29.54% 92.94%
CMYK 0.00% 29.54% 24.47%
7.06%

Color #EDA7B3 in popluar number systems.

HEX ED A7 B3
Decimal 237 167 179
Binary 11101101 10100111 10110011
Octal 355 247 263

Shades and tints

Shades of #EDA7B3

#EDA7B3
(237,167,179)
#D898A3
(216,152,163)
#C38993
(195,137,147)
#AE7A83
(174,122,131)
#996B73
(153,107,115)
#845C63
(132,92,99)
#6F4D53
(111,77,83)
#5A3E43
(90,62,67)
#452F33
(69,47,51)
#302023
(48,32,35)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #EDA7B3

#EDA7B3
(237,167,179)
#EEAFB9
(238,175,185)
#EFB7BF
(239,183,191)
#F0BFC5
(240,191,197)
#F1C7CB
(241,199,203)
#F2CFD1
(242,207,209)
#F3D7D7
(243,215,215)
#F4DFDD
(244,223,221)
#F5E7E3
(245,231,227)
#F6EFE9
(246,239,233)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA7B3; }

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

This text font color is #EDA7B3.

Background Color

.myBgColor { background-color: #EDA7B3; }

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

This div background color is #EDA7B3.

Border color

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

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

This div border color is #EDA7B3.

Opacity

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

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

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

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

This text has shadow with #EDA7B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA7B3.

Preview

Color preview on black background

This text has color #EDA7B3 on black background.


Color preview on white background

This text has color #EDA7B3 on white background.


Black color preview on #EDA7B3 background

This text has black color on #EDA7B3 background.


White color preview on #EDA7B3 background

This text has white color on #EDA7B3 background.


Related colors

Complementary color

Complementary color for #hex is #12584C.


I love getcolorcode.com

Triadic colors

1 #B3EDA7 and #A7B3ED with #EDA7B3 are triadic colors.

2 #B3A7ED and #A7EDB3 with #EDA7B3 are triadic colors.