COLOR #F0F7C8

HEX: #F0F7C8 RGB: (240,247,200)

Color info

#F0F7C8 contains red, green and blue colors in about the same proportion. Web safe color of #F0F7C8 is #FFFFCC (or #FFC).

RGB color model

#F0F7C8 color RGB value is (240,247,200).

RGB: (240,247,200) (94%, 97%, 78%)

RGB channels and saturation

R 240 of 255 = 94%
G 247 of 255 = 97%
B 200 of 255 = 78%

240
247
200

R + G + B ~ 90%. #F0F7C8 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 247 + 200 = 687 (100%)
R 240 of 687 ~ 34.93%
G 247 of 687 ~ 35.95%
B 200 of 687 ~ 29.11'%

%34.93
%35.95
%29.11

CMYK color model

#F0F7C8 color CMYK value is (3,0,19,3).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • key color value is 3.14%
CMYK: (3,0,19,3) C3M0Y19K3 (3%,0%,19%,3%) (0.03/0.00/0.19/0.03) 

CMYK percentages

%2.83
%0
%19.03
%3.14

Codes

Color #F0F7C8 in popluar color models

F0 F7 C8
RGB 240 247 200
HSL 69° 74.60% 87.65%
HSB/HSV 69° 19.03% 96.86%
CMYK 2.83% 0.00% 19.03%
3.14%

Color #F0F7C8 in popluar number systems.

HEX F0 F7 C8
Decimal 240 247 200
Binary 11110000 11110111 11001000
Octal 360 367 310

Shades and tints

Shades of #F0F7C8

#F0F7C8
(240,247,200)
#DBE1B6
(219,225,182)
#C6CBA4
(198,203,164)
#B1B592
(177,181,146)
#9C9F80
(156,159,128)
#87896E
(135,137,110)
#72735C
(114,115,92)
#5D5D4A
(93,93,74)
#484738
(72,71,56)
#333126
(51,49,38)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #F0F7C8

#F0F7C8
(240,247,200)
#F1F7CD
(241,247,205)
#F2F7D2
(242,247,210)
#F3F7D7
(243,247,215)
#F4F7DC
(244,247,220)
#F5F7E1
(245,247,225)
#F6F7E6
(246,247,230)
#F7F7EB
(247,247,235)
#F8F7F0
(248,247,240)
#F9F7F5
(249,247,245)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F7C8; }

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

This text font color is #F0F7C8.

Background Color

.myBgColor { background-color: #F0F7C8; }

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

This div background color is #F0F7C8.

Border color

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

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

This div border color is #F0F7C8.

Opacity

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

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

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

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

This text has shadow with #F0F7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F7C8.

Preview

Color preview on black background

This text has color #F0F7C8 on black background.


Color preview on white background

This text has color #F0F7C8 on white background.


Black color preview on #F0F7C8 background

This text has black color on #F0F7C8 background.


White color preview on #F0F7C8 background

This text has white color on #F0F7C8 background.


Related colors

Complementary color

Complementary color for #hex is #0F0837.


I love getcolorcode.com

Triadic colors

1 #C8F0F7 and #F7C8F0 with #F0F7C8 are triadic colors.

2 #C8F7F0 and #F7F0C8 with #F0F7C8 are triadic colors.