COLOR #E98DC7

HEX: #E98DC7
RGB: (233,141,199)

Color info

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

RGB color model

#E98DC7 color RGB value is (233,141,199).

  • red value is 233;
  • green value is 141;
  • blue value is 199.
RGB:
(233,141,199)
(91%,55%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 141 of 255 = 55%
B 199 of 255 = 78%

233
141
199

R + G + B ~ 75%. #E98DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 141 + 199 = 573 (100%)
R 233 of 573 ~ 40.66%
G 141 of 573 ~ 24.61%
B 199 of 573 ~ 34.73%

%40.66
%24.61
%34.73

CMYK color model

#E98DC7 color CMYK value is (0,39,15,9).

  • cyan value is 0.00%
  • magenta value is 39.48%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(0,39,15,9)
C0M39Y15K9 
(0%,39%,15%,9%)
(0.00/0.39/0.15/0.09)	

CMYK percentages

%0
%39.48
%14.59
%8.63

Codes

Color #E98DC7 in popluar color models

E98DC7
RGB233141199
HSL322°67.65%73.33%
HSB/HSV322°39.48%91.37%
CMYK0.00%39.48%14.59%
8.63%

Color #E98DC7 in popluar number systems.

HEXE98DC7
Decimal233141199
Binary111010011000110111000111
Octal351215307

Shades and tints

Shades of #E98DC7

#E98DC7
(233,141,199)
#D481B5
(212,129,181)
#BF75A3
(191,117,163)
#AA6991
(170,105,145)
#955D7F
(149,93,127)
#80516D
(128,81,109)
#6B455B
(107,69,91)
#563949
(86,57,73)
#412D37
(65,45,55)
#2C2125
(44,33,37)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #E98DC7

#E98DC7
(233,141,199)
#EB97CC
(235,151,204)
#EDA1D1
(237,161,209)
#EFABD6
(239,171,214)
#F1B5DB
(241,181,219)
#F3BFE0
(243,191,224)
#F5C9E5
(245,201,229)
#F7D3EA
(247,211,234)
#F9DDEF
(249,221,239)
#FBE7F4
(251,231,244)
#FDF1F9
(253,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98DC7 color. Also use rgb(233,141,199) instead hex code.

Text Font Color

.myTextColor { color: #E98DC7; }

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

This text font color is #E98DC7.


Background Color

.myBgColor { background-color: #E98DC7; }

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

This div background color is #E98DC7.


Border color

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

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

This div border color is #E98DC7.


Opacity

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

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

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

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

This text has shadow with #E98DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98DC7 on black background.


Color preview on white background

This text has color #E98DC7 on white background.



Black color preview on #E98DC7 background

This text has black color on #E98DC7 background.


White color preview on #E98DC7 background

This text has white color on #E98DC7 background.