COLOR #F0F8B6

HEX: #F0F8B6
RGB: (240,248,182)

Color info

#F0F8B6 contains mainly red and green colors. Web safe color of #F0F8B6 is #FFFFCC (or #FFC).

RGB color model

#F0F8B6 color RGB value is (240,248,182).

  • red value is 240;
  • green value is 248;
  • blue value is 182.
RGB:
(240,248,182)
(94%,97%,71%)

RGB channels and saturation

R 240 of 255 = 94%
G 248 of 255 = 97%
B 182 of 255 = 71%

240
248
182

R + G + B ~ 87%. #F0F8B6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 248 + 182 = 670 (100%)
R 240 of 670 ~ 35.82%
G 248 of 670 ~ 37.01%
B 182 of 670 ~ 27.16%

%35.82
%37.01
%27.16

CMYK color model

#F0F8B6 color CMYK value is (3,0,27,3).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 2.75%
CMYK:
(3,0,27,3)
C3M0Y27K3 
(3%,0%,27%,3%)
(0.03/0.00/0.27/0.03)	

CMYK percentages

%3.23
%0
%26.61
%2.75

Codes

Color #F0F8B6 in popluar color models

F0F8B6
RGB240248182
HSL67°82.50%84.31%
HSB/HSV67°26.61%97.25%
CMYK3.23%0.00%26.61%
2.75%

Color #F0F8B6 in popluar number systems.

HEXF0F8B6
Decimal240248182
Binary111100001111100010110110
Octal360370266

Shades and tints

Shades of #F0F8B6

#F0F8B6
(240,248,182)
#DBE2A6
(219,226,166)
#C6CC96
(198,204,150)
#B1B686
(177,182,134)
#9CA076
(156,160,118)
#878A66
(135,138,102)
#727456
(114,116,86)
#5D5E46
(93,94,70)
#484836
(72,72,54)
#333226
(51,50,38)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #F0F8B6

#F0F8B6
(240,248,182)
#F1F8BC
(241,248,188)
#F2F8C2
(242,248,194)
#F3F8C8
(243,248,200)
#F4F8CE
(244,248,206)
#F5F8D4
(245,248,212)
#F6F8DA
(246,248,218)
#F7F8E0
(247,248,224)
#F8F8E6
(248,248,230)
#F9F8EC
(249,248,236)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F8B6 color. Also use rgb(240,248,182) instead hex code.

Text Font Color

.myTextColor { color: #F0F8B6; }

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

This text font color is #F0F8B6.


Background Color

.myBgColor { background-color: #F0F8B6; }

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

This div background color is #F0F8B6.


Border color

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

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

This div border color is #F0F8B6.


Opacity

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

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

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

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

This text has shadow with #F0F8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F8B6 on black background.


Color preview on white background

This text has color #F0F8B6 on white background.



Black color preview on #F0F8B6 background

This text has black color on #F0F8B6 background.


White color preview on #F0F8B6 background

This text has white color on #F0F8B6 background.