COLOR #FF8983

HEX: #FF8983
RGB: (255,137,131)

Color info

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

RGB color model

#FF8983 color RGB value is (255,137,131).

  • red value is 255;
  • green value is 137;
  • blue value is 131.
RGB:
(255,137,131)
(100%,54%,51%)

RGB channels and saturation

R 255 of 255 = 100%
G 137 of 255 = 54%
B 131 of 255 = 51%

255
137
131

R + G + B ~ 68%. #FF8983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 137 + 131 = 523 (100%)
R 255 of 523 ~ 48.76%
G 137 of 523 ~ 26.2%
B 131 of 523 ~ 25.05%

%48.76
%26.2
%25.05

CMYK color model

#FF8983 color CMYK value is (0,46,49,0).

  • cyan value is 0.00%
  • magenta value is 46.27%
  • yellow value is 48.63%
  • key color value is 0.00%
CMYK:
(0,46,49,0)
C0M46Y49K0 
(0%,46%,49%,0%)
(0.00/0.46/0.49/0.00)	

CMYK percentages

%0
%46.27
%48.63
%0

Codes

Color #FF8983 in popluar color models

FF8983
RGB255137131
HSL100.00%75.69%
HSB/HSV48.63%100.00%
CMYK0.00%46.27%48.63%
0.00%

Color #FF8983 in popluar number systems.

HEXFF8983
Decimal255137131
Binary111111111000100110000011
Octal377211203

Shades and tints

Shades of #FF8983

#FF8983
(255,137,131)
#E87D78
(232,125,120)
#D1716D
(209,113,109)
#BA6562
(186,101,98)
#A35957
(163,89,87)
#8C4D4C
(140,77,76)
#754141
(117,65,65)
#5E3536
(94,53,54)
#47292B
(71,41,43)
#301D20
(48,29,32)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #FF8983

#FF8983
(255,137,131)
#FF938E
(255,147,142)
#FF9D99
(255,157,153)
#FFA7A4
(255,167,164)
#FFB1AF
(255,177,175)
#FFBBBA
(255,187,186)
#FFC5C5
(255,197,197)
#FFCFD0
(255,207,208)
#FFD9DB
(255,217,219)
#FFE3E6
(255,227,230)
#FFEDF1
(255,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8983 color. Also use rgb(255,137,131) instead hex code.

Text Font Color

.myTextColor { color: #FF8983; }

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

This text font color is #FF8983.


Background Color

.myBgColor { background-color: #FF8983; }

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

This div background color is #FF8983.


Border color

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

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

This div border color is #FF8983.


Opacity

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

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

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

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

This text has shadow with #FF8983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8983 on black background.


Color preview on white background

This text has color #FF8983 on white background.



Black color preview on #FF8983 background

This text has black color on #FF8983 background.


White color preview on #FF8983 background

This text has white color on #FF8983 background.