COLOR #F7F1AC

HEX: #F7F1AC
RGB: (247,241,172)

Color info

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

RGB color model

#F7F1AC color RGB value is (247,241,172).

  • red value is 247;
  • green value is 241;
  • blue value is 172.
RGB:
(247,241,172)
(97%,95%,67%)

RGB channels and saturation

R 247 of 255 = 97%
G 241 of 255 = 95%
B 172 of 255 = 67%

247
241
172

R + G + B ~ 86%. #F7F1AC is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 241 + 172 = 660 (100%)
R 247 of 660 ~ 37.42%
G 241 of 660 ~ 36.52%
B 172 of 660 ~ 26.06%

%37.42
%36.52
%26.06

CMYK color model

#F7F1AC color CMYK value is (0,2,30,3).

  • cyan value is 0.00%
  • magenta value is 2.43%
  • yellow value is 30.36%
  • key color value is 3.14%
CMYK:
(0,2,30,3)
C0M2Y30K3 
(0%,2%,30%,3%)
(0.00/0.02/0.30/0.03)	

CMYK percentages

%0
%2.43
%30.36
%3.14

Codes

Color #F7F1AC in popluar color models

F7F1AC
RGB247241172
HSL55°82.42%82.16%
HSB/HSV55°30.36%96.86%
CMYK0.00%2.43%30.36%
3.14%

Color #F7F1AC in popluar number systems.

HEXF7F1AC
Decimal247241172
Binary111101111111000110101100
Octal367361254

Shades and tints

Shades of #F7F1AC

#F7F1AC
(247,241,172)
#E1DC9D
(225,220,157)
#CBC78E
(203,199,142)
#B5B27F
(181,178,127)
#9F9D70
(159,157,112)
#898861
(137,136,97)
#737352
(115,115,82)
#5D5E43
(93,94,67)
#474934
(71,73,52)
#313425
(49,52,37)
#1B1F16
(27,31,22)
#000000
(0,0,0)

Tints of #F7F1AC

#F7F1AC
(247,241,172)
#F7F2B3
(247,242,179)
#F7F3BA
(247,243,186)
#F7F4C1
(247,244,193)
#F7F5C8
(247,245,200)
#F7F6CF
(247,246,207)
#F7F7D6
(247,247,214)
#F7F8DD
(247,248,221)
#F7F9E4
(247,249,228)
#F7FAEB
(247,250,235)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F1AC color. Also use rgb(247,241,172) instead hex code.

Text Font Color

.myTextColor { color: #F7F1AC; }

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

This text font color is #F7F1AC.


Background Color

.myBgColor { background-color: #F7F1AC; }

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

This div background color is #F7F1AC.


Border color

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

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

This div border color is #F7F1AC.


Opacity

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

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

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

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

This text has shadow with #F7F1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F1AC on black background.


Color preview on white background

This text has color #F7F1AC on white background.



Black color preview on #F7F1AC background

This text has black color on #F7F1AC background.


White color preview on #F7F1AC background

This text has white color on #F7F1AC background.