COLOR #F4F7CC

HEX: #F4F7CC
RGB: (244,247,204)

Color info

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

RGB color model

#F4F7CC color RGB value is (244,247,204).

  • red value is 244;
  • green value is 247;
  • blue value is 204.
RGB:
(244,247,204)
(96%,97%,80%)

RGB channels and saturation

R 244 of 255 = 96%
G 247 of 255 = 97%
B 204 of 255 = 80%

244
247
204

R + G + B ~ 91%. #F4F7CC is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 247 + 204 = 695 (100%)
R 244 of 695 ~ 35.11%
G 247 of 695 ~ 35.54%
B 204 of 695 ~ 29.35%

%35.11
%35.54
%29.35

CMYK color model

#F4F7CC color CMYK value is (1,0,17,3).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(1,0,17,3)
C1M0Y17K3 
(1%,0%,17%,3%)
(0.01/0.00/0.17/0.03)	

CMYK percentages

%1.21
%0
%17.41
%3.14

Codes

Color #F4F7CC in popluar color models

F4F7CC
RGB244247204
HSL64°72.88%88.43%
HSB/HSV64°17.41%96.86%
CMYK1.21%0.00%17.41%
3.14%

Color #F4F7CC in popluar number systems.

HEXF4F7CC
Decimal244247204
Binary111101001111011111001100
Octal364367314

Shades and tints

Shades of #F4F7CC

#F4F7CC
(244,247,204)
#DEE1BA
(222,225,186)
#C8CBA8
(200,203,168)
#B2B596
(178,181,150)
#9C9F84
(156,159,132)
#868972
(134,137,114)
#707360
(112,115,96)
#5A5D4E
(90,93,78)
#44473C
(68,71,60)
#2E312A
(46,49,42)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #F4F7CC

#F4F7CC
(244,247,204)
#F5F7D0
(245,247,208)
#F6F7D4
(246,247,212)
#F7F7D8
(247,247,216)
#F8F7DC
(248,247,220)
#F9F7E0
(249,247,224)
#FAF7E4
(250,247,228)
#FBF7E8
(251,247,232)
#FCF7EC
(252,247,236)
#FDF7F0
(253,247,240)
#FEF7F4
(254,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F7CC color. Also use rgb(244,247,204) instead hex code.

Text Font Color

.myTextColor { color: #F4F7CC; }

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

This text font color is #F4F7CC.


Background Color

.myBgColor { background-color: #F4F7CC; }

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

This div background color is #F4F7CC.


Border color

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

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

This div border color is #F4F7CC.


Opacity

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

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

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

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

This text has shadow with #F4F7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F7CC on black background.


Color preview on white background

This text has color #F4F7CC on white background.



Black color preview on #F4F7CC background

This text has black color on #F4F7CC background.


White color preview on #F4F7CC background

This text has white color on #F4F7CC background.