COLOR #F7F6C1

HEX: #F7F6C1
RGB: (247,246,193)

Color info

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

RGB color model

#F7F6C1 color RGB value is (247,246,193).

  • red value is 247;
  • green value is 246;
  • blue value is 193.
RGB:
(247,246,193)
(97%,96%,76%)

RGB channels and saturation

R 247 of 255 = 97%
G 246 of 255 = 96%
B 193 of 255 = 76%

247
246
193

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

Portions of RGB colors in percentages

R + G + B =
247 + 246 + 193 = 686 (100%)
R 247 of 686 ~ 36.01%
G 246 of 686 ~ 35.86%
B 193 of 686 ~ 28.13%

%36.01
%35.86
%28.13

CMYK color model

#F7F6C1 color CMYK value is (0,0,22,3).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 21.86%
  • key color value is 3.14%
CMYK:
(0,0,22,3)
C0M0Y22K3 
(0%,0%,22%,3%)
(0.00/0.00/0.22/0.03)	

CMYK percentages

%0
%0.4
%21.86
%3.14

Codes

Color #F7F6C1 in popluar color models

F7F6C1
RGB247246193
HSL59°77.14%86.27%
HSB/HSV59°21.86%96.86%
CMYK0.00%0.40%21.86%
3.14%

Color #F7F6C1 in popluar number systems.

HEXF7F6C1
Decimal247246193
Binary111101111111011011000001
Octal367366301

Shades and tints

Shades of #F7F6C1

#F7F6C1
(247,246,193)
#E1E0B0
(225,224,176)
#CBCA9F
(203,202,159)
#B5B48E
(181,180,142)
#9F9E7D
(159,158,125)
#89886C
(137,136,108)
#73725B
(115,114,91)
#5D5C4A
(93,92,74)
#474639
(71,70,57)
#313028
(49,48,40)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #F7F6C1

#F7F6C1
(247,246,193)
#F7F6C6
(247,246,198)
#F7F6CB
(247,246,203)
#F7F6D0
(247,246,208)
#F7F6D5
(247,246,213)
#F7F6DA
(247,246,218)
#F7F6DF
(247,246,223)
#F7F6E4
(247,246,228)
#F7F6E9
(247,246,233)
#F7F6EE
(247,246,238)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F6C1; }

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

This text font color is #F7F6C1.


Background Color

.myBgColor { background-color: #F7F6C1; }

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

This div background color is #F7F6C1.


Border color

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

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

This div border color is #F7F6C1.


Opacity

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

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

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

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

This text has shadow with #F7F6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F6C1 on black background.


Color preview on white background

This text has color #F7F6C1 on white background.



Black color preview on #F7F6C1 background

This text has black color on #F7F6C1 background.


White color preview on #F7F6C1 background

This text has white color on #F7F6C1 background.