COLOR #F6F7C0

HEX: #F6F7C0
RGB: (246,247,192)

Color info

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

RGB color model

#F6F7C0 color RGB value is (246,247,192).

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

RGB channels and saturation

R 246 of 255 = 96%
G 247 of 255 = 97%
B 192 of 255 = 75%

246
247
192

R + G + B ~ 89%. #F6F7C0 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 247 + 192 = 685 (100%)
R 246 of 685 ~ 35.91%
G 247 of 685 ~ 36.06%
B 192 of 685 ~ 28.03%

%35.91
%36.06
%28.03

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • 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.4
%0
%22.27
%3.14

Codes

Color #F6F7C0 in popluar color models

F6F7C0
RGB246247192
HSL61°77.46%86.08%
HSB/HSV61°22.27%96.86%
CMYK0.40%0.00%22.27%
3.14%

Color #F6F7C0 in popluar number systems.

HEXF6F7C0
Decimal246247192
Binary111101101111011111000000
Octal366367300

Shades and tints

Shades of #F6F7C0

#F6F7C0
(246,247,192)
#E0E1AF
(224,225,175)
#CACB9E
(202,203,158)
#B4B58D
(180,181,141)
#9E9F7C
(158,159,124)
#88896B
(136,137,107)
#72735A
(114,115,90)
#5C5D49
(92,93,73)
#464738
(70,71,56)
#303127
(48,49,39)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #F6F7C0

#F6F7C0
(246,247,192)
#F6F7C5
(246,247,197)
#F6F7CA
(246,247,202)
#F6F7CF
(246,247,207)
#F6F7D4
(246,247,212)
#F6F7D9
(246,247,217)
#F6F7DE
(246,247,222)
#F6F7E3
(246,247,227)
#F6F7E8
(246,247,232)
#F6F7ED
(246,247,237)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F7C0; }

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

This text font color is #F6F7C0.


Background Color

.myBgColor { background-color: #F6F7C0; }

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

This div background color is #F6F7C0.


Border color

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

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

This div border color is #F6F7C0.


Opacity

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

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

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

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

This text has shadow with #F6F7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F7C0 on black background.


Color preview on white background

This text has color #F6F7C0 on white background.



Black color preview on #F6F7C0 background

This text has black color on #F6F7C0 background.


White color preview on #F6F7C0 background

This text has white color on #F6F7C0 background.