COLOR #FFA997

HEX: #FFA997
RGB: (255,169,151)

Color info

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

RGB color model

#FFA997 color RGB value is (255,169,151).

  • red value is 255;
  • green value is 169;
  • blue value is 151.
RGB:
(255,169,151)
(100%,66%,59%)

RGB channels and saturation

R 255 of 255 = 100%
G 169 of 255 = 66%
B 151 of 255 = 59%

255
169
151

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

Portions of RGB colors in percentages

R + G + B =
255 + 169 + 151 = 575 (100%)
R 255 of 575 ~ 44.35%
G 169 of 575 ~ 29.39%
B 151 of 575 ~ 26.26%

%44.35
%29.39
%26.26

CMYK color model

#FFA997 color CMYK value is (0,34,41,0).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 40.78%
  • key color value is 0.00%
CMYK:
(0,34,41,0)
C0M34Y41K0 
(0%,34%,41%,0%)
(0.00/0.34/0.41/0.00)	

CMYK percentages

%0
%33.73
%40.78
%0

Codes

Color #FFA997 in popluar color models

FFA997
RGB255169151
HSL10°100.00%79.61%
HSB/HSV10°40.78%100.00%
CMYK0.00%33.73%40.78%
0.00%

Color #FFA997 in popluar number systems.

HEXFFA997
Decimal255169151
Binary111111111010100110010111
Octal377251227

Shades and tints

Shades of #FFA997

#FFA997
(255,169,151)
#E89A8A
(232,154,138)
#D18B7D
(209,139,125)
#BA7C70
(186,124,112)
#A36D63
(163,109,99)
#8C5E56
(140,94,86)
#754F49
(117,79,73)
#5E403C
(94,64,60)
#47312F
(71,49,47)
#302222
(48,34,34)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #FFA997

#FFA997
(255,169,151)
#FFB0A0
(255,176,160)
#FFB7A9
(255,183,169)
#FFBEB2
(255,190,178)
#FFC5BB
(255,197,187)
#FFCCC4
(255,204,196)
#FFD3CD
(255,211,205)
#FFDAD6
(255,218,214)
#FFE1DF
(255,225,223)
#FFE8E8
(255,232,232)
#FFEFF1
(255,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA997 color. Also use rgb(255,169,151) instead hex code.

Text Font Color

.myTextColor { color: #FFA997; }

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

This text font color is #FFA997.


Background Color

.myBgColor { background-color: #FFA997; }

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

This div background color is #FFA997.


Border color

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

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

This div border color is #FFA997.


Opacity

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

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

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

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

This text has shadow with #FFA997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA997 on black background.


Color preview on white background

This text has color #FFA997 on white background.



Black color preview on #FFA997 background

This text has black color on #FFA997 background.


White color preview on #FFA997 background

This text has white color on #FFA997 background.