COLOR #F0F7A6

HEX: #F0F7A6
RGB: (240,247,166)

Color info

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

RGB color model

#F0F7A6 color RGB value is (240,247,166).

  • red value is 240;
  • green value is 247;
  • blue value is 166.
RGB:
(240,247,166)
(94%,97%,65%)

RGB channels and saturation

R 240 of 255 = 94%
G 247 of 255 = 97%
B 166 of 255 = 65%

240
247
166

R + G + B ~ 85%. #F0F7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 247 + 166 = 653 (100%)
R 240 of 653 ~ 36.75%
G 247 of 653 ~ 37.83%
B 166 of 653 ~ 25.42%

%36.75
%37.83
%25.42

CMYK color model

#F0F7A6 color CMYK value is (3,0,33,3).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 3.14%
CMYK:
(3,0,33,3)
C3M0Y33K3 
(3%,0%,33%,3%)
(0.03/0.00/0.33/0.03)	

CMYK percentages

%2.83
%0
%32.79
%3.14

Codes

Color #F0F7A6 in popluar color models

F0F7A6
RGB240247166
HSL65°83.51%80.98%
HSB/HSV65°32.79%96.86%
CMYK2.83%0.00%32.79%
3.14%

Color #F0F7A6 in popluar number systems.

HEXF0F7A6
Decimal240247166
Binary111100001111011110100110
Octal360367246

Shades and tints

Shades of #F0F7A6

#F0F7A6
(240,247,166)
#DBE197
(219,225,151)
#C6CB88
(198,203,136)
#B1B579
(177,181,121)
#9C9F6A
(156,159,106)
#87895B
(135,137,91)
#72734C
(114,115,76)
#5D5D3D
(93,93,61)
#48472E
(72,71,46)
#33311F
(51,49,31)
#1E1B10
(30,27,16)
#000000
(0,0,0)

Tints of #F0F7A6

#F0F7A6
(240,247,166)
#F1F7AE
(241,247,174)
#F2F7B6
(242,247,182)
#F3F7BE
(243,247,190)
#F4F7C6
(244,247,198)
#F5F7CE
(245,247,206)
#F6F7D6
(246,247,214)
#F7F7DE
(247,247,222)
#F8F7E6
(248,247,230)
#F9F7EE
(249,247,238)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F7A6 color. Also use rgb(240,247,166) instead hex code.

Text Font Color

.myTextColor { color: #F0F7A6; }

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

This text font color is #F0F7A6.


Background Color

.myBgColor { background-color: #F0F7A6; }

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

This div background color is #F0F7A6.


Border color

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

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

This div border color is #F0F7A6.


Opacity

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

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

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

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

This text has shadow with #F0F7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F7A6 on black background.


Color preview on white background

This text has color #F0F7A6 on white background.



Black color preview on #F0F7A6 background

This text has black color on #F0F7A6 background.


White color preview on #F0F7A6 background

This text has white color on #F0F7A6 background.