COLOR #FFA886

HEX: #FFA886
RGB: (255,168,134)

Color info

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

RGB color model

#FFA886 color RGB value is (255,168,134).

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

RGB channels and saturation

R 255 of 255 = 100%
G 168 of 255 = 66%
B 134 of 255 = 53%

255
168
134

R + G + B ~ 73%. #FFA886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 168 + 134 = 557 (100%)
R 255 of 557 ~ 45.78%
G 168 of 557 ~ 30.16%
B 134 of 557 ~ 24.06%

%45.78
%30.16
%24.06

CMYK color model

#FFA886 color CMYK value is (0,34,47,0).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 47.45%
  • key color value is 0.00%
CMYK:
(0,34,47,0)
C0M34Y47K0 
(0%,34%,47%,0%)
(0.00/0.34/0.47/0.00)	

CMYK percentages

%0
%34.12
%47.45
%0

Codes

Color #FFA886 in popluar color models

FFA886
RGB255168134
HSL17°100.00%76.27%
HSB/HSV17°47.45%100.00%
CMYK0.00%34.12%47.45%
0.00%

Color #FFA886 in popluar number systems.

HEXFFA886
Decimal255168134
Binary111111111010100010000110
Octal377250206

Shades and tints

Shades of #FFA886

#FFA886
(255,168,134)
#E8997A
(232,153,122)
#D18A6E
(209,138,110)
#BA7B62
(186,123,98)
#A36C56
(163,108,86)
#8C5D4A
(140,93,74)
#754E3E
(117,78,62)
#5E3F32
(94,63,50)
#473026
(71,48,38)
#30211A
(48,33,26)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #FFA886

#FFA886
(255,168,134)
#FFAF91
(255,175,145)
#FFB69C
(255,182,156)
#FFBDA7
(255,189,167)
#FFC4B2
(255,196,178)
#FFCBBD
(255,203,189)
#FFD2C8
(255,210,200)
#FFD9D3
(255,217,211)
#FFE0DE
(255,224,222)
#FFE7E9
(255,231,233)
#FFEEF4
(255,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA886; }

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

This text font color is #FFA886.


Background Color

.myBgColor { background-color: #FFA886; }

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

This div background color is #FFA886.


Border color

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

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

This div border color is #FFA886.


Opacity

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

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

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

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

This text has shadow with #FFA886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA886 on black background.


Color preview on white background

This text has color #FFA886 on white background.



Black color preview on #FFA886 background

This text has black color on #FFA886 background.


White color preview on #FFA886 background

This text has white color on #FFA886 background.