COLOR #FFAB80

HEX: #FFAB80
RGB: (255,171,128)

Color info

#FFAB80 contains mainly red color. Web safe color of #FFAB80 is #FF9966 (or #F96).

RGB color model

#FFAB80 color RGB value is (255,171,128).

  • red value is 255;
  • green value is 171;
  • blue value is 128.
RGB:
(255,171,128)
(100%,67%,50%)

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 128 of 255 = 50%

255
171
128

R + G + B ~ 72%. #FFAB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 171 + 128 = 554 (100%)
R 255 of 554 ~ 46.03%
G 171 of 554 ~ 30.87%
B 128 of 554 ~ 23.1%

%46.03
%30.87
%23.1

CMYK color model

#FFAB80 color CMYK value is (0,33,50,0).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(0,33,50,0)
C0M33Y50K0 
(0%,33%,50%,0%)
(0.00/0.33/0.50/0.00)	

CMYK percentages

%0
%32.94
%49.8
%0

Codes

Color #FFAB80 in popluar color models

FFAB80
RGB255171128
HSL20°100.00%75.10%
HSB/HSV20°49.80%100.00%
CMYK0.00%32.94%49.80%
0.00%

Color #FFAB80 in popluar number systems.

HEXFFAB80
Decimal255171128
Binary111111111010101110000000
Octal377253200

Shades and tints

Shades of #FFAB80

#FFAB80
(255,171,128)
#E89C75
(232,156,117)
#D18D6A
(209,141,106)
#BA7E5F
(186,126,95)
#A36F54
(163,111,84)
#8C6049
(140,96,73)
#75513E
(117,81,62)
#5E4233
(94,66,51)
#473328
(71,51,40)
#30241D
(48,36,29)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #FFAB80

#FFAB80
(255,171,128)
#FFB28B
(255,178,139)
#FFB996
(255,185,150)
#FFC0A1
(255,192,161)
#FFC7AC
(255,199,172)
#FFCEB7
(255,206,183)
#FFD5C2
(255,213,194)
#FFDCCD
(255,220,205)
#FFE3D8
(255,227,216)
#FFEAE3
(255,234,227)
#FFF1EE
(255,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAB80 color. Also use rgb(255,171,128) instead hex code.

Text Font Color

.myTextColor { color: #FFAB80; }

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

This text font color is #FFAB80.


Background Color

.myBgColor { background-color: #FFAB80; }

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

This div background color is #FFAB80.


Border color

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

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

This div border color is #FFAB80.


Opacity

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

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

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

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

This text has shadow with #FFAB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAB80 on black background.


Color preview on white background

This text has color #FFAB80 on white background.



Black color preview on #FFAB80 background

This text has black color on #FFAB80 background.


White color preview on #FFAB80 background

This text has white color on #FFAB80 background.