COLOR #FF86B5

HEX: #FF86B5
RGB: (255,134,181)

Color info

#FF86B5 contains mainly red color. Web safe color of #FF86B5 is #FF99CC (or #F9C).

RGB color model

#FF86B5 color RGB value is (255,134,181).

  • red value is 255;
  • green value is 134;
  • blue value is 181.
RGB:
(255,134,181)
(100%,53%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 134 of 255 = 53%
B 181 of 255 = 71%

255
134
181

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

Portions of RGB colors in percentages

R + G + B =
255 + 134 + 181 = 570 (100%)
R 255 of 570 ~ 44.74%
G 134 of 570 ~ 23.51%
B 181 of 570 ~ 31.75%

%44.74
%23.51
%31.75

CMYK color model

#FF86B5 color CMYK value is (0,47,29,0).

  • cyan value is 0.00%
  • magenta value is 47.45%
  • yellow value is 29.02%
  • key color value is 0.00%
CMYK:
(0,47,29,0)
C0M47Y29K0 
(0%,47%,29%,0%)
(0.00/0.47/0.29/0.00)	

CMYK percentages

%0
%47.45
%29.02
%0

Codes

Color #FF86B5 in popluar color models

FF86B5
RGB255134181
HSL337°100.00%76.27%
HSB/HSV337°47.45%100.00%
CMYK0.00%47.45%29.02%
0.00%

Color #FF86B5 in popluar number systems.

HEXFF86B5
Decimal255134181
Binary111111111000011010110101
Octal377206265

Shades and tints

Shades of #FF86B5

#FF86B5
(255,134,181)
#E87AA5
(232,122,165)
#D16E95
(209,110,149)
#BA6285
(186,98,133)
#A35675
(163,86,117)
#8C4A65
(140,74,101)
#753E55
(117,62,85)
#5E3245
(94,50,69)
#472635
(71,38,53)
#301A25
(48,26,37)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #FF86B5

#FF86B5
(255,134,181)
#FF91BB
(255,145,187)
#FF9CC1
(255,156,193)
#FFA7C7
(255,167,199)
#FFB2CD
(255,178,205)
#FFBDD3
(255,189,211)
#FFC8D9
(255,200,217)
#FFD3DF
(255,211,223)
#FFDEE5
(255,222,229)
#FFE9EB
(255,233,235)
#FFF4F1
(255,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF86B5 color. Also use rgb(255,134,181) instead hex code.

Text Font Color

.myTextColor { color: #FF86B5; }

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

This text font color is #FF86B5.


Background Color

.myBgColor { background-color: #FF86B5; }

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

This div background color is #FF86B5.


Border color

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

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

This div border color is #FF86B5.


Opacity

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

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

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

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

This text has shadow with #FF86B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF86B5 on black background.


Color preview on white background

This text has color #FF86B5 on white background.



Black color preview on #FF86B5 background

This text has black color on #FF86B5 background.


White color preview on #FF86B5 background

This text has white color on #FF86B5 background.