COLOR #F1F7B4

HEX: #F1F7B4 RGB: (241,247,180)

Color info

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

RGB color model

#F1F7B4 color RGB value is (241,247,180).

RGB: (241,247,180) (95%, 97%, 71%)

RGB channels and saturation

R 241 of 255 = 95%
G 247 of 255 = 97%
B 180 of 255 = 71%

241
247
180

R + G + B ~ 88%. #F1F7B4 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 247 + 180 = 668 (100%)
R 241 of 668 ~ 36.08%
G 247 of 668 ~ 36.98%
B 180 of 668 ~ 26.95'%

%36.08
%36.98
%26.95

CMYK color model

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

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 3.14%

CMYK: (2,0,27,3)
C2M0Y27K3 (2%, 0%, 27%, 3%)
(0.02 / 0.00 / 0.27 / 0.03)

CMYK percentages

%2.43
%0
%27.13
%3.14

Codes

Color #F1F7B4 in popluar color models

F1 F7 B4
RGB 241 247 180
HSL 65° 80.72% 83.73%
HSB/HSV 65° 27.13% 96.86%
CMYK 2.43% 0.00% 27.13%
3.14%

Color #F1F7B4 in popluar number systems.

HEX F1 F7 B4
Decimal 241 247 180
Binary 11110001 11110111 10110100
Octal 361 367 264

Shades and tints

Shades of #F1F7B4

#F1F7B4
(241,247,180)
#DCE1A4
(220,225,164)
#C7CB94
(199,203,148)
#B2B584
(178,181,132)
#9D9F74
(157,159,116)
#888964
(136,137,100)
#737354
(115,115,84)
#5E5D44
(94,93,68)
#494734
(73,71,52)
#343124
(52,49,36)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #F1F7B4

#F1F7B4
(241,247,180)
#F2F7BA
(242,247,186)
#F3F7C0
(243,247,192)
#F4F7C6
(244,247,198)
#F5F7CC
(245,247,204)
#F6F7D2
(246,247,210)
#F7F7D8
(247,247,216)
#F8F7DE
(248,247,222)
#F9F7E4
(249,247,228)
#FAF7EA
(250,247,234)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F7B4; }

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

This text font color is #F1F7B4.

Background Color

.myBgColor { background-color: #F1F7B4; }

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

This div background color is #F1F7B4.

Border color

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

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

This div border color is #F1F7B4.

Opacity

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

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

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

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

This text has shadow with #F1F7B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F7B4.

Preview

Color preview on black background

This text has color #F1F7B4 on black background.


Color preview on white background

This text has color #F1F7B4 on white background.


Black color preview on #F1F7B4 background

This text has black color on #F1F7B4 background.


White color preview on #F1F7B4 background

This text has white color on #F1F7B4 background.


Related colors

Complementary color

Complementary color for #hex is #0E084B.


I love getcolorcode.com

Triadic colors

1 #B4F1F7 and #F7B4F1 with #F1F7B4 are triadic colors.

2 #B4F7F1 and #F7F1B4 with #F1F7B4 are triadic colors.