COLOR #E98BC7

HEX: #E98BC7
RGB: (233,139,199)

Color info

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

RGB color model

#E98BC7 color RGB value is (233,139,199).

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

RGB channels and saturation

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

233
139
199

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

Portions of RGB colors in percentages

R + G + B =
233 + 139 + 199 = 571 (100%)
R 233 of 571 ~ 40.81%
G 139 of 571 ~ 24.34%
B 199 of 571 ~ 34.85%

%40.81
%24.34
%34.85

CMYK color model

#E98BC7 color CMYK value is (0,40,15,9).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(0,40,15,9)
C0M40Y15K9 
(0%,40%,15%,9%)
(0.00/0.40/0.15/0.09)	

CMYK percentages

%0
%40.34
%14.59
%8.63

Codes

Color #E98BC7 in popluar color models

E98BC7
RGB233139199
HSL322°68.12%72.94%
HSB/HSV322°40.34%91.37%
CMYK0.00%40.34%14.59%
8.63%

Color #E98BC7 in popluar number systems.

HEXE98BC7
Decimal233139199
Binary111010011000101111000111
Octal351213307

Shades and tints

Shades of #E98BC7

#E98BC7
(233,139,199)
#D47FB5
(212,127,181)
#BF73A3
(191,115,163)
#AA6791
(170,103,145)
#955B7F
(149,91,127)
#804F6D
(128,79,109)
#6B435B
(107,67,91)
#563749
(86,55,73)
#412B37
(65,43,55)
#2C1F25
(44,31,37)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #E98BC7

#E98BC7
(233,139,199)
#EB95CC
(235,149,204)
#ED9FD1
(237,159,209)
#EFA9D6
(239,169,214)
#F1B3DB
(241,179,219)
#F3BDE0
(243,189,224)
#F5C7E5
(245,199,229)
#F7D1EA
(247,209,234)
#F9DBEF
(249,219,239)
#FBE5F4
(251,229,244)
#FDEFF9
(253,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E98BC7; }

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

This text font color is #E98BC7.


Background Color

.myBgColor { background-color: #E98BC7; }

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

This div background color is #E98BC7.


Border color

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

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

This div border color is #E98BC7.


Opacity

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

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

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

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

This text has shadow with #E98BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98BC7 on black background.


Color preview on white background

This text has color #E98BC7 on white background.



Black color preview on #E98BC7 background

This text has black color on #E98BC7 background.


White color preview on #E98BC7 background

This text has white color on #E98BC7 background.