COLOR #FF9987

HEX: #FF9987
RGB: (255,153,135)

Color info

#FF9987 contains mainly red color. Web safe color of #FF9987 is #FF9999 (or #F99).

RGB color model

#FF9987 color RGB value is (255,153,135).

  • red value is 255;
  • green value is 153;
  • blue value is 135.
RGB:
(255,153,135)
(100%,60%,53%)

RGB channels and saturation

R 255 of 255 = 100%
G 153 of 255 = 60%
B 135 of 255 = 53%

255
153
135

R + G + B ~ 71%. #FF9987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 153 + 135 = 543 (100%)
R 255 of 543 ~ 46.96%
G 153 of 543 ~ 28.18%
B 135 of 543 ~ 24.86%

%46.96
%28.18
%24.86

CMYK color model

#FF9987 color CMYK value is (0,40,47,0).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 47.06%
  • key color value is 0.00%
CMYK:
(0,40,47,0)
C0M40Y47K0 
(0%,40%,47%,0%)
(0.00/0.40/0.47/0.00)	

CMYK percentages

%0
%40
%47.06
%0

Codes

Color #FF9987 in popluar color models

FF9987
RGB255153135
HSL100.00%76.47%
HSB/HSV47.06%100.00%
CMYK0.00%40.00%47.06%
0.00%

Color #FF9987 in popluar number systems.

HEXFF9987
Decimal255153135
Binary111111111001100110000111
Octal377231207

Shades and tints

Shades of #FF9987

#FF9987
(255,153,135)
#E88C7B
(232,140,123)
#D17F6F
(209,127,111)
#BA7263
(186,114,99)
#A36557
(163,101,87)
#8C584B
(140,88,75)
#754B3F
(117,75,63)
#5E3E33
(94,62,51)
#473127
(71,49,39)
#30241B
(48,36,27)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #FF9987

#FF9987
(255,153,135)
#FFA291
(255,162,145)
#FFAB9B
(255,171,155)
#FFB4A5
(255,180,165)
#FFBDAF
(255,189,175)
#FFC6B9
(255,198,185)
#FFCFC3
(255,207,195)
#FFD8CD
(255,216,205)
#FFE1D7
(255,225,215)
#FFEAE1
(255,234,225)
#FFF3EB
(255,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9987 color. Also use rgb(255,153,135) instead hex code.

Text Font Color

.myTextColor { color: #FF9987; }

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

This text font color is #FF9987.


Background Color

.myBgColor { background-color: #FF9987; }

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

This div background color is #FF9987.


Border color

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

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

This div border color is #FF9987.


Opacity

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

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

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

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

This text has shadow with #FF9987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9987 on black background.


Color preview on white background

This text has color #FF9987 on white background.



Black color preview on #FF9987 background

This text has black color on #FF9987 background.


White color preview on #FF9987 background

This text has white color on #FF9987 background.