COLOR #EB86DD

HEX: #EB86DD
RGB: (235,134,221)

Color info

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

RGB color model

#EB86DD color RGB value is (235,134,221).

  • red value is 235;
  • green value is 134;
  • blue value is 221.
RGB:
(235,134,221)
(92%,53%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 134 of 255 = 53%
B 221 of 255 = 87%

235
134
221

R + G + B ~ 77%. #EB86DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 134 + 221 = 590 (100%)
R 235 of 590 ~ 39.83%
G 134 of 590 ~ 22.71%
B 221 of 590 ~ 37.46%

%39.83
%22.71
%37.46

CMYK color model

#EB86DD color CMYK value is (0,43,6,8).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,43,6,8)
C0M43Y6K8 
(0%,43%,6%,8%)
(0.00/0.43/0.06/0.08)	

CMYK percentages

%0
%42.98
%5.96
%7.84

Codes

Color #EB86DD in popluar color models

EB86DD
RGB235134221
HSL308°71.63%72.35%
HSB/HSV308°42.98%92.16%
CMYK0.00%42.98%5.96%
7.84%

Color #EB86DD in popluar number systems.

HEXEB86DD
Decimal235134221
Binary111010111000011011011101
Octal353206335

Shades and tints

Shades of #EB86DD

#EB86DD
(235,134,221)
#D67AC9
(214,122,201)
#C16EB5
(193,110,181)
#AC62A1
(172,98,161)
#97568D
(151,86,141)
#824A79
(130,74,121)
#6D3E65
(109,62,101)
#583251
(88,50,81)
#43263D
(67,38,61)
#2E1A29
(46,26,41)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #EB86DD

#EB86DD
(235,134,221)
#EC91E0
(236,145,224)
#ED9CE3
(237,156,227)
#EEA7E6
(238,167,230)
#EFB2E9
(239,178,233)
#F0BDEC
(240,189,236)
#F1C8EF
(241,200,239)
#F2D3F2
(242,211,242)
#F3DEF5
(243,222,245)
#F4E9F8
(244,233,248)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB86DD color. Also use rgb(235,134,221) instead hex code.

Text Font Color

.myTextColor { color: #EB86DD; }

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

This text font color is #EB86DD.


Background Color

.myBgColor { background-color: #EB86DD; }

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

This div background color is #EB86DD.


Border color

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

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

This div border color is #EB86DD.


Opacity

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

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

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

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

This text has shadow with #EB86DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB86DD on black background.


Color preview on white background

This text has color #EB86DD on white background.



Black color preview on #EB86DD background

This text has black color on #EB86DD background.


White color preview on #EB86DD background

This text has white color on #EB86DD background.