COLOR #EB8BDB

HEX: #EB8BDB
RGB: (235,139,219)

Color info

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

RGB color model

#EB8BDB color RGB value is (235,139,219).

  • red value is 235;
  • green value is 139;
  • blue value is 219.
RGB:
(235,139,219)
(92%,55%,86%)

RGB channels and saturation

R 235 of 255 = 92%
G 139 of 255 = 55%
B 219 of 255 = 86%

235
139
219

R + G + B ~ 78%. #EB8BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 139 + 219 = 593 (100%)
R 235 of 593 ~ 39.63%
G 139 of 593 ~ 23.44%
B 219 of 593 ~ 36.93%

%39.63
%23.44
%36.93

CMYK color model

#EB8BDB color CMYK value is (0,41,7,8).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,41,7,8)
C0M41Y7K8 
(0%,41%,7%,8%)
(0.00/0.41/0.07/0.08)	

CMYK percentages

%0
%40.85
%6.81
%7.84

Codes

Color #EB8BDB in popluar color models

EB8BDB
RGB235139219
HSL310°70.59%73.33%
HSB/HSV310°40.85%92.16%
CMYK0.00%40.85%6.81%
7.84%

Color #EB8BDB in popluar number systems.

HEXEB8BDB
Decimal235139219
Binary111010111000101111011011
Octal353213333

Shades and tints

Shades of #EB8BDB

#EB8BDB
(235,139,219)
#D67FC8
(214,127,200)
#C173B5
(193,115,181)
#AC67A2
(172,103,162)
#975B8F
(151,91,143)
#824F7C
(130,79,124)
#6D4369
(109,67,105)
#583756
(88,55,86)
#432B43
(67,43,67)
#2E1F30
(46,31,48)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #EB8BDB

#EB8BDB
(235,139,219)
#EC95DE
(236,149,222)
#ED9FE1
(237,159,225)
#EEA9E4
(238,169,228)
#EFB3E7
(239,179,231)
#F0BDEA
(240,189,234)
#F1C7ED
(241,199,237)
#F2D1F0
(242,209,240)
#F3DBF3
(243,219,243)
#F4E5F6
(244,229,246)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8BDB color. Also use rgb(235,139,219) instead hex code.

Text Font Color

.myTextColor { color: #EB8BDB; }

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

This text font color is #EB8BDB.


Background Color

.myBgColor { background-color: #EB8BDB; }

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

This div background color is #EB8BDB.


Border color

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

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

This div border color is #EB8BDB.


Opacity

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

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

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

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

This text has shadow with #EB8BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8BDB on black background.


Color preview on white background

This text has color #EB8BDB on white background.



Black color preview on #EB8BDB background

This text has black color on #EB8BDB background.


White color preview on #EB8BDB background

This text has white color on #EB8BDB background.