COLOR #F6F7D8

HEX: #F6F7D8
RGB: (246,247,216)

Color info

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

RGB color model

#F6F7D8 color RGB value is (246,247,216).

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

RGB channels and saturation

R 246 of 255 = 96%
G 247 of 255 = 97%
B 216 of 255 = 85%

246
247
216

R + G + B ~ 93%. #F6F7D8 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 247 + 216 = 709 (100%)
R 246 of 709 ~ 34.7%
G 247 of 709 ~ 34.84%
B 216 of 709 ~ 30.47%

%34.7
%34.84
%30.47

CMYK color model

#F6F7D8 color CMYK value is (0,0,13,3).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 3.14%
CMYK:
(0,0,13,3)
C0M0Y13K3 
(0%,0%,13%,3%)
(0.00/0.00/0.13/0.03)	

CMYK percentages

%0.4
%0
%12.55
%3.14

Codes

Color #F6F7D8 in popluar color models

F6F7D8
RGB246247216
HSL62°65.96%90.78%
HSB/HSV62°12.55%96.86%
CMYK0.40%0.00%12.55%
3.14%

Color #F6F7D8 in popluar number systems.

HEXF6F7D8
Decimal246247216
Binary111101101111011111011000
Octal366367330

Shades and tints

Shades of #F6F7D8

#F6F7D8
(246,247,216)
#E0E1C5
(224,225,197)
#CACBB2
(202,203,178)
#B4B59F
(180,181,159)
#9E9F8C
(158,159,140)
#888979
(136,137,121)
#727366
(114,115,102)
#5C5D53
(92,93,83)
#464740
(70,71,64)
#30312D
(48,49,45)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #F6F7D8

#F6F7D8
(246,247,216)
#F6F7DB
(246,247,219)
#F6F7DE
(246,247,222)
#F6F7E1
(246,247,225)
#F6F7E4
(246,247,228)
#F6F7E7
(246,247,231)
#F6F7EA
(246,247,234)
#F6F7ED
(246,247,237)
#F6F7F0
(246,247,240)
#F6F7F3
(246,247,243)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F7D8; }

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

This text font color is #F6F7D8.


Background Color

.myBgColor { background-color: #F6F7D8; }

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

This div background color is #F6F7D8.


Border color

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

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

This div border color is #F6F7D8.


Opacity

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

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

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

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

This text has shadow with #F6F7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F7D8 on black background.


Color preview on white background

This text has color #F6F7D8 on white background.



Black color preview on #F6F7D8 background

This text has black color on #F6F7D8 background.


White color preview on #F6F7D8 background

This text has white color on #F6F7D8 background.