COLOR #F7F6B1

HEX: #F7F6B1 RGB: (247,246,177)

Color info

#F7F6B1 contains mainly red and green colors. Web safe color of #F7F6B1 is #FFFF99 (or #FF9).

RGB color model

#F7F6B1 color RGB value is (247,246,177).

RGB: (247,246,177) (97%, 96%, 69%)

RGB channels and saturation

R 247 of 255 = 97%
G 246 of 255 = 96%
B 177 of 255 = 69%

247
246
177

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

Portions of RGB colors in percentages

R + G + B = 247 + 246 + 177 = 670 (100%)
R 247 of 670 ~ 36.87%
G 246 of 670 ~ 36.72%
B 177 of 670 ~ 26.42'%

%36.87
%36.72
%26.42

CMYK color model

#F7F6B1 color CMYK value is (0,0,28,3).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 28.34%
  • key color value is 3.14%

CMYK: (0,0,28,3)
C0M0Y28K3 (0%, 0%, 28%, 3%)
(0.00 / 0.00 / 0.28 / 0.03)

CMYK percentages

%0
%0.4
%28.34
%3.14

Codes

Color #F7F6B1 in popluar color models

F7 F6 B1
RGB 247 246 177
HSL 59° 81.40% 83.14%
HSB/HSV 59° 28.34% 96.86%
CMYK 0.00% 0.40% 28.34%
3.14%

Color #F7F6B1 in popluar number systems.

HEX F7 F6 B1
Decimal 247 246 177
Binary 11110111 11110110 10110001
Octal 367 366 261

Shades and tints

Shades of #F7F6B1

#F7F6B1
(247,246,177)
#E1E0A1
(225,224,161)
#CBCA91
(203,202,145)
#B5B481
(181,180,129)
#9F9E71
(159,158,113)
#898861
(137,136,97)
#737251
(115,114,81)
#5D5C41
(93,92,65)
#474631
(71,70,49)
#313021
(49,48,33)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #F7F6B1

#F7F6B1
(247,246,177)
#F7F6B8
(247,246,184)
#F7F6BF
(247,246,191)
#F7F6C6
(247,246,198)
#F7F6CD
(247,246,205)
#F7F6D4
(247,246,212)
#F7F6DB
(247,246,219)
#F7F6E2
(247,246,226)
#F7F6E9
(247,246,233)
#F7F6F0
(247,246,240)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F6B1 color. Also use rgb(247,246,177) instead hex code.

Text Font Color

.myTextColor { color: #F7F6B1; }

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

This text font color is #F7F6B1.

Background Color

.myBgColor { background-color: #F7F6B1; }

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

This div background color is #F7F6B1.

Border color

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

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

This div border color is #F7F6B1.

Opacity

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

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

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

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

This text has shadow with #F7F6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F6B1.

Preview

Color preview on black background

This text has color #F7F6B1 on black background.


Color preview on white background

This text has color #F7F6B1 on white background.


Black color preview on #F7F6B1 background

This text has black color on #F7F6B1 background.


White color preview on #F7F6B1 background

This text has white color on #F7F6B1 background.


Related colors

Complementary color

Complementary color for #hex is #08094E.


I love getcolorcode.com

Triadic colors

1 #B1F7F6 and #F6B1F7 with #F7F6B1 are triadic colors.

2 #B1F6F7 and #F6F7B1 with #F7F6B1 are triadic colors.