COLOR #FFF7A8

HEX: #FFF7A8
RGB: (255,247,168)

Color info

#FFF7A8 contains mainly red and green colors. Web safe color of #FFF7A8 is #FFFF99 (or #FF9).

RGB color model

#FFF7A8 color RGB value is (255,247,168).

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

RGB channels and saturation

R 255 of 255 = 100%
G 247 of 255 = 97%
B 168 of 255 = 66%

255
247
168

R + G + B ~ 88%. #FFF7A8 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 247 + 168 = 670 (100%)
R 255 of 670 ~ 38.06%
G 247 of 670 ~ 36.87%
B 168 of 670 ~ 25.07%

%38.06
%36.87
%25.07

CMYK color model

#FFF7A8 color CMYK value is (0,3,34,0).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 34.12%
  • key color value is 0.00%
CMYK:
(0,3,34,0)
C0M3Y34K0 
(0%,3%,34%,0%)
(0.00/0.03/0.34/0.00)	

CMYK percentages

%0
%3.14
%34.12
%0

Codes

Color #FFF7A8 in popluar color models

FFF7A8
RGB255247168
HSL54°100.00%82.94%
HSB/HSV54°34.12%100.00%
CMYK0.00%3.14%34.12%
0.00%

Color #FFF7A8 in popluar number systems.

HEXFFF7A8
Decimal255247168
Binary111111111111011110101000
Octal377367250

Shades and tints

Shades of #FFF7A8

#FFF7A8
(255,247,168)
#E8E199
(232,225,153)
#D1CB8A
(209,203,138)
#BAB57B
(186,181,123)
#A39F6C
(163,159,108)
#8C895D
(140,137,93)
#75734E
(117,115,78)
#5E5D3F
(94,93,63)
#474730
(71,71,48)
#303121
(48,49,33)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #FFF7A8

#FFF7A8
(255,247,168)
#FFF7AF
(255,247,175)
#FFF7B6
(255,247,182)
#FFF7BD
(255,247,189)
#FFF7C4
(255,247,196)
#FFF7CB
(255,247,203)
#FFF7D2
(255,247,210)
#FFF7D9
(255,247,217)
#FFF7E0
(255,247,224)
#FFF7E7
(255,247,231)
#FFF7EE
(255,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF7A8; }

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

This text font color is #FFF7A8.


Background Color

.myBgColor { background-color: #FFF7A8; }

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

This div background color is #FFF7A8.


Border color

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

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

This div border color is #FFF7A8.


Opacity

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

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

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

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

This text has shadow with #FFF7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF7A8 on black background.


Color preview on white background

This text has color #FFF7A8 on white background.



Black color preview on #FFF7A8 background

This text has black color on #FFF7A8 background.


White color preview on #FFF7A8 background

This text has white color on #FFF7A8 background.