COLOR #ED7AB3

HEX: #ED7AB3
RGB: (237,122,179)

Color info

#ED7AB3 contains mainly red and blue colors. Web safe color of #ED7AB3 is #FF6699 (or #F69).

RGB color model

#ED7AB3 color RGB value is (237,122,179).

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

RGB channels and saturation

R 237 of 255 = 93%
G 122 of 255 = 48%
B 179 of 255 = 70%

237
122
179

R + G + B ~ 70%. #ED7AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 122 + 179 = 538 (100%)
R 237 of 538 ~ 44.05%
G 122 of 538 ~ 22.68%
B 179 of 538 ~ 33.27%

%44.05
%22.68
%33.27

CMYK color model

#ED7AB3 color CMYK value is (0,49,24,7).

  • cyan value is 0.00%
  • magenta value is 48.52%
  • yellow value is 24.47%
  • key color value is 7.06%
CMYK:
(0,49,24,7)
C0M49Y24K7 
(0%,49%,24%,7%)
(0.00/0.49/0.24/0.07)	

CMYK percentages

%0
%48.52
%24.47
%7.06

Codes

Color #ED7AB3 in popluar color models

ED7AB3
RGB237122179
HSL330°76.16%70.39%
HSB/HSV330°48.52%92.94%
CMYK0.00%48.52%24.47%
7.06%

Color #ED7AB3 in popluar number systems.

HEXED7AB3
Decimal237122179
Binary11101101111101010110011
Octal355172263

Shades and tints

Shades of #ED7AB3

#ED7AB3
(237,122,179)
#D86FA3
(216,111,163)
#C36493
(195,100,147)
#AE5983
(174,89,131)
#994E73
(153,78,115)
#844363
(132,67,99)
#6F3853
(111,56,83)
#5A2D43
(90,45,67)
#452233
(69,34,51)
#301723
(48,23,35)
#1B0C13
(27,12,19)
#000000
(0,0,0)

Tints of #ED7AB3

#ED7AB3
(237,122,179)
#EE86B9
(238,134,185)
#EF92BF
(239,146,191)
#F09EC5
(240,158,197)
#F1AACB
(241,170,203)
#F2B6D1
(242,182,209)
#F3C2D7
(243,194,215)
#F4CEDD
(244,206,221)
#F5DAE3
(245,218,227)
#F6E6E9
(246,230,233)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7AB3; }

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

This text font color is #ED7AB3.


Background Color

.myBgColor { background-color: #ED7AB3; }

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

This div background color is #ED7AB3.


Border color

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

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

This div border color is #ED7AB3.


Opacity

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

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

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

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

This text has shadow with #ED7AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7AB3 on black background.


Color preview on white background

This text has color #ED7AB3 on white background.



Black color preview on #ED7AB3 background

This text has black color on #ED7AB3 background.


White color preview on #ED7AB3 background

This text has white color on #ED7AB3 background.