COLOR #EB9CF7

HEX: #EB9CF7
RGB: (235,156,247)

Color info

#EB9CF7 contains mainly red and blue colors. Web safe color of #EB9CF7 is #FF99FF (or #F9F).

RGB color model

#EB9CF7 color RGB value is (235,156,247).

  • red value is 235;
  • green value is 156;
  • blue value is 247.
RGB:
(235,156,247)
(92%,61%,97%)

RGB channels and saturation

R 235 of 255 = 92%
G 156 of 255 = 61%
B 247 of 255 = 97%

235
156
247

R + G + B ~ 83%. #EB9CF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 156 + 247 = 638 (100%)
R 235 of 638 ~ 36.83%
G 156 of 638 ~ 24.45%
B 247 of 638 ~ 38.71%

%36.83
%24.45
%38.71

CMYK color model

#EB9CF7 color CMYK value is (5,37,0,3).

  • cyan value is 4.86%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(5,37,0,3)
C5M37Y0K3 
(5%,37%,0%,3%)
(0.05/0.37/0.00/0.03)	

CMYK percentages

%4.86
%36.84
%0
%3.14

Codes

Color #EB9CF7 in popluar color models

EB9CF7
RGB235156247
HSL292°85.05%79.02%
HSB/HSV292°36.84%96.86%
CMYK4.86%36.84%0.00%
3.14%

Color #EB9CF7 in popluar number systems.

HEXEB9CF7
Decimal235156247
Binary111010111001110011110111
Octal353234367

Shades and tints

Shades of #EB9CF7

#EB9CF7
(235,156,247)
#D68EE1
(214,142,225)
#C180CB
(193,128,203)
#AC72B5
(172,114,181)
#97649F
(151,100,159)
#825689
(130,86,137)
#6D4873
(109,72,115)
#583A5D
(88,58,93)
#432C47
(67,44,71)
#2E1E31
(46,30,49)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #EB9CF7

#EB9CF7
(235,156,247)
#ECA5F7
(236,165,247)
#EDAEF7
(237,174,247)
#EEB7F7
(238,183,247)
#EFC0F7
(239,192,247)
#F0C9F7
(240,201,247)
#F1D2F7
(241,210,247)
#F2DBF7
(242,219,247)
#F3E4F7
(243,228,247)
#F4EDF7
(244,237,247)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9CF7 color. Also use rgb(235,156,247) instead hex code.

Text Font Color

.myTextColor { color: #EB9CF7; }

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

This text font color is #EB9CF7.


Background Color

.myBgColor { background-color: #EB9CF7; }

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

This div background color is #EB9CF7.


Border color

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

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

This div border color is #EB9CF7.


Opacity

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

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

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

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

This text has shadow with #EB9CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9CF7 on black background.


Color preview on white background

This text has color #EB9CF7 on white background.



Black color preview on #EB9CF7 background

This text has black color on #EB9CF7 background.


White color preview on #EB9CF7 background

This text has white color on #EB9CF7 background.