COLOR #EB9FD9

HEX: #EB9FD9
RGB: (235,159,217)

Color info

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

RGB color model

#EB9FD9 color RGB value is (235,159,217).

  • red value is 235;
  • green value is 159;
  • blue value is 217.
RGB:
(235,159,217)
(92%,62%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 159 of 255 = 62%
B 217 of 255 = 85%

235
159
217

R + G + B ~ 80%. #EB9FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 159 + 217 = 611 (100%)
R 235 of 611 ~ 38.46%
G 159 of 611 ~ 26.02%
B 217 of 611 ~ 35.52%

%38.46
%26.02
%35.52

CMYK color model

#EB9FD9 color CMYK value is (0,32,8,8).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK:
(0,32,8,8)
C0M32Y8K8 
(0%,32%,8%,8%)
(0.00/0.32/0.08/0.08)	

CMYK percentages

%0
%32.34
%7.66
%7.84

Codes

Color #EB9FD9 in popluar color models

EB9FD9
RGB235159217
HSL314°65.52%77.25%
HSB/HSV314°32.34%92.16%
CMYK0.00%32.34%7.66%
7.84%

Color #EB9FD9 in popluar number systems.

HEXEB9FD9
Decimal235159217
Binary111010111001111111011001
Octal353237331

Shades and tints

Shades of #EB9FD9

#EB9FD9
(235,159,217)
#D691C6
(214,145,198)
#C183B3
(193,131,179)
#AC75A0
(172,117,160)
#97678D
(151,103,141)
#82597A
(130,89,122)
#6D4B67
(109,75,103)
#583D54
(88,61,84)
#432F41
(67,47,65)
#2E212E
(46,33,46)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #EB9FD9

#EB9FD9
(235,159,217)
#ECA7DC
(236,167,220)
#EDAFDF
(237,175,223)
#EEB7E2
(238,183,226)
#EFBFE5
(239,191,229)
#F0C7E8
(240,199,232)
#F1CFEB
(241,207,235)
#F2D7EE
(242,215,238)
#F3DFF1
(243,223,241)
#F4E7F4
(244,231,244)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9FD9 color. Also use rgb(235,159,217) instead hex code.

Text Font Color

.myTextColor { color: #EB9FD9; }

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

This text font color is #EB9FD9.


Background Color

.myBgColor { background-color: #EB9FD9; }

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

This div background color is #EB9FD9.


Border color

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

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

This div border color is #EB9FD9.


Opacity

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

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

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

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

This text has shadow with #EB9FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9FD9 on black background.


Color preview on white background

This text has color #EB9FD9 on white background.



Black color preview on #EB9FD9 background

This text has black color on #EB9FD9 background.


White color preview on #EB9FD9 background

This text has white color on #EB9FD9 background.