COLOR #F6F7DD

HEX: #F6F7DD
RGB: (246,247,221)

Color info

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

RGB color model

#F6F7DD color RGB value is (246,247,221).

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

RGB channels and saturation

R 246 of 255 = 96%
G 247 of 255 = 97%
B 221 of 255 = 87%

246
247
221

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

Portions of RGB colors in percentages

R + G + B =
246 + 247 + 221 = 714 (100%)
R 246 of 714 ~ 34.45%
G 247 of 714 ~ 34.59%
B 221 of 714 ~ 30.95%

%34.45
%34.59
%30.95

CMYK color model

#F6F7DD color CMYK value is (0,0,11,3).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,0,11,3)
C0M0Y11K3 
(0%,0%,11%,3%)
(0.00/0.00/0.11/0.03)	

CMYK percentages

%0.4
%0
%10.53
%3.14

Codes

Color #F6F7DD in popluar color models

F6F7DD
RGB246247221
HSL62°61.90%91.76%
HSB/HSV62°10.53%96.86%
CMYK0.40%0.00%10.53%
3.14%

Color #F6F7DD in popluar number systems.

HEXF6F7DD
Decimal246247221
Binary111101101111011111011101
Octal366367335

Shades and tints

Shades of #F6F7DD

#F6F7DD
(246,247,221)
#E0E1C9
(224,225,201)
#CACBB5
(202,203,181)
#B4B5A1
(180,181,161)
#9E9F8D
(158,159,141)
#888979
(136,137,121)
#727365
(114,115,101)
#5C5D51
(92,93,81)
#46473D
(70,71,61)
#303129
(48,49,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #F6F7DD

#F6F7DD
(246,247,221)
#F6F7E0
(246,247,224)
#F6F7E3
(246,247,227)
#F6F7E6
(246,247,230)
#F6F7E9
(246,247,233)
#F6F7EC
(246,247,236)
#F6F7EF
(246,247,239)
#F6F7F2
(246,247,242)
#F6F7F5
(246,247,245)
#F6F7F8
(246,247,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F7DD; }

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

This text font color is #F6F7DD.


Background Color

.myBgColor { background-color: #F6F7DD; }

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

This div background color is #F6F7DD.


Border color

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

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

This div border color is #F6F7DD.


Opacity

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

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

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

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

This text has shadow with #F6F7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F7DD on black background.


Color preview on white background

This text has color #F6F7DD on white background.



Black color preview on #F6F7DD background

This text has black color on #F6F7DD background.


White color preview on #F6F7DD background

This text has white color on #F6F7DD background.