COLOR #ED98A4

HEX: #ED98A4
RGB: (237,152,164)

Color info

#ED98A4 contains mainly red color. Web safe color of #ED98A4 is #FF9999 (or #F99).

RGB color model

#ED98A4 color RGB value is (237,152,164).

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

RGB channels and saturation

R 237 of 255 = 93%
G 152 of 255 = 60%
B 164 of 255 = 64%

237
152
164

R + G + B ~ 72%. #ED98A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 152 + 164 = 553 (100%)
R 237 of 553 ~ 42.86%
G 152 of 553 ~ 27.49%
B 164 of 553 ~ 29.66%

%42.86
%27.49
%29.66

CMYK color model

#ED98A4 color CMYK value is (0,36,31,7).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 30.80%
  • key color value is 7.06%
CMYK:
(0,36,31,7)
C0M36Y31K7 
(0%,36%,31%,7%)
(0.00/0.36/0.31/0.07)	

CMYK percentages

%0
%35.86
%30.8
%7.06

Codes

Color #ED98A4 in popluar color models

ED98A4
RGB237152164
HSL352°70.25%76.27%
HSB/HSV352°35.86%92.94%
CMYK0.00%35.86%30.80%
7.06%

Color #ED98A4 in popluar number systems.

HEXED98A4
Decimal237152164
Binary111011011001100010100100
Octal355230244

Shades and tints

Shades of #ED98A4

#ED98A4
(237,152,164)
#D88B96
(216,139,150)
#C37E88
(195,126,136)
#AE717A
(174,113,122)
#99646C
(153,100,108)
#84575E
(132,87,94)
#6F4A50
(111,74,80)
#5A3D42
(90,61,66)
#453034
(69,48,52)
#302326
(48,35,38)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #ED98A4

#ED98A4
(237,152,164)
#EEA1AC
(238,161,172)
#EFAAB4
(239,170,180)
#F0B3BC
(240,179,188)
#F1BCC4
(241,188,196)
#F2C5CC
(242,197,204)
#F3CED4
(243,206,212)
#F4D7DC
(244,215,220)
#F5E0E4
(245,224,228)
#F6E9EC
(246,233,236)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED98A4; }

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

This text font color is #ED98A4.


Background Color

.myBgColor { background-color: #ED98A4; }

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

This div background color is #ED98A4.


Border color

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

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

This div border color is #ED98A4.


Opacity

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

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

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

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

This text has shadow with #ED98A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED98A4 on black background.


Color preview on white background

This text has color #ED98A4 on white background.



Black color preview on #ED98A4 background

This text has black color on #ED98A4 background.


White color preview on #ED98A4 background

This text has white color on #ED98A4 background.