COLOR #F6D7BF

HEX: #F6D7BF
RGB: (246,215,191)

Color info

#F6D7BF contains red, green and blue colors in about the same proportion. Web safe color of #F6D7BF is #FFCCCC (or #FCC).

RGB color model

#F6D7BF color RGB value is (246,215,191).

  • red value is 246;
  • green value is 215;
  • blue value is 191.
RGB:
(246,215,191)
(96%,84%,75%)

RGB channels and saturation

R 246 of 255 = 96%
G 215 of 255 = 84%
B 191 of 255 = 75%

246
215
191

R + G + B ~ 85%. #F6D7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 215 + 191 = 652 (100%)
R 246 of 652 ~ 37.73%
G 215 of 652 ~ 32.98%
B 191 of 652 ~ 29.29%

%37.73
%32.98
%29.29

CMYK color model

#F6D7BF color CMYK value is (0,13,22,4).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(0,13,22,4)
C0M13Y22K4 
(0%,13%,22%,4%)
(0.00/0.13/0.22/0.04)	

CMYK percentages

%0
%12.6
%22.36
%3.53

Codes

Color #F6D7BF in popluar color models

F6D7BF
RGB246215191
HSL26°75.34%85.69%
HSB/HSV26°22.36%96.47%
CMYK0.00%12.60%22.36%
3.53%

Color #F6D7BF in popluar number systems.

HEXF6D7BF
Decimal246215191
Binary111101101101011110111111
Octal366327277

Shades and tints

Shades of #F6D7BF

#F6D7BF
(246,215,191)
#E0C4AE
(224,196,174)
#CAB19D
(202,177,157)
#B49E8C
(180,158,140)
#9E8B7B
(158,139,123)
#88786A
(136,120,106)
#726559
(114,101,89)
#5C5248
(92,82,72)
#463F37
(70,63,55)
#302C26
(48,44,38)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #F6D7BF

#F6D7BF
(246,215,191)
#F6DAC4
(246,218,196)
#F6DDC9
(246,221,201)
#F6E0CE
(246,224,206)
#F6E3D3
(246,227,211)
#F6E6D8
(246,230,216)
#F6E9DD
(246,233,221)
#F6ECE2
(246,236,226)
#F6EFE7
(246,239,231)
#F6F2EC
(246,242,236)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D7BF color. Also use rgb(246,215,191) instead hex code.

Text Font Color

.myTextColor { color: #F6D7BF; }

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

This text font color is #F6D7BF.


Background Color

.myBgColor { background-color: #F6D7BF; }

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

This div background color is #F6D7BF.


Border color

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

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

This div border color is #F6D7BF.


Opacity

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

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

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

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

This text has shadow with #F6D7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D7BF on black background.


Color preview on white background

This text has color #F6D7BF on white background.



Black color preview on #F6D7BF background

This text has black color on #F6D7BF background.


White color preview on #F6D7BF background

This text has white color on #F6D7BF background.