COLOR #F1F7CC

HEX: #F1F7CC
RGB: (241,247,204)

Color info

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

RGB color model

#F1F7CC color RGB value is (241,247,204).

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

RGB channels and saturation

R 241 of 255 = 95%
G 247 of 255 = 97%
B 204 of 255 = 80%

241
247
204

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

Portions of RGB colors in percentages

R + G + B =
241 + 247 + 204 = 692 (100%)
R 241 of 692 ~ 34.83%
G 247 of 692 ~ 35.69%
B 204 of 692 ~ 29.48%

%34.83
%35.69
%29.48

CMYK color model

#F1F7CC color CMYK value is (2,0,17,3).

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(2,0,17,3)
C2M0Y17K3 
(2%,0%,17%,3%)
(0.02/0.00/0.17/0.03)	

CMYK percentages

%2.43
%0
%17.41
%3.14

Codes

Color #F1F7CC in popluar color models

F1F7CC
RGB241247204
HSL68°72.88%88.43%
HSB/HSV68°17.41%96.86%
CMYK2.43%0.00%17.41%
3.14%

Color #F1F7CC in popluar number systems.

HEXF1F7CC
Decimal241247204
Binary111100011111011111001100
Octal361367314

Shades and tints

Shades of #F1F7CC

#F1F7CC
(241,247,204)
#DCE1BA
(220,225,186)
#C7CBA8
(199,203,168)
#B2B596
(178,181,150)
#9D9F84
(157,159,132)
#888972
(136,137,114)
#737360
(115,115,96)
#5E5D4E
(94,93,78)
#49473C
(73,71,60)
#34312A
(52,49,42)
#1F1B18
(31,27,24)
#000000
(0,0,0)

Tints of #F1F7CC

#F1F7CC
(241,247,204)
#F2F7D0
(242,247,208)
#F3F7D4
(243,247,212)
#F4F7D8
(244,247,216)
#F5F7DC
(245,247,220)
#F6F7E0
(246,247,224)
#F7F7E4
(247,247,228)
#F8F7E8
(248,247,232)
#F9F7EC
(249,247,236)
#FAF7F0
(250,247,240)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F7CC; }

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

This text font color is #F1F7CC.


Background Color

.myBgColor { background-color: #F1F7CC; }

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

This div background color is #F1F7CC.


Border color

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

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

This div border color is #F1F7CC.


Opacity

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

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

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

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

This text has shadow with #F1F7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F7CC on black background.


Color preview on white background

This text has color #F1F7CC on white background.



Black color preview on #F1F7CC background

This text has black color on #F1F7CC background.


White color preview on #F1F7CC background

This text has white color on #F1F7CC background.