COLOR #F7D6BF

HEX: #F7D6BF
RGB: (247,214,191)

Color info

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

RGB color model

#F7D6BF color RGB value is (247,214,191).

  • red value is 247;
  • green value is 214;
  • blue value is 191.
RGB:
(247,214,191)
(97%,84%,75%)

RGB channels and saturation

R 247 of 255 = 97%
G 214 of 255 = 84%
B 191 of 255 = 75%

247
214
191

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

Portions of RGB colors in percentages

R + G + B =
247 + 214 + 191 = 652 (100%)
R 247 of 652 ~ 37.88%
G 214 of 652 ~ 32.82%
B 191 of 652 ~ 29.29%

%37.88
%32.82
%29.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 22.67%
  • key color value is 3.14%
CMYK:
(0,13,23,3)
C0M13Y23K3 
(0%,13%,23%,3%)
(0.00/0.13/0.23/0.03)	

CMYK percentages

%0
%13.36
%22.67
%3.14

Codes

Color #F7D6BF in popluar color models

F7D6BF
RGB247214191
HSL25°77.78%85.88%
HSB/HSV25°22.67%96.86%
CMYK0.00%13.36%22.67%
3.14%

Color #F7D6BF in popluar number systems.

HEXF7D6BF
Decimal247214191
Binary111101111101011010111111
Octal367326277

Shades and tints

Shades of #F7D6BF

#F7D6BF
(247,214,191)
#E1C3AE
(225,195,174)
#CBB09D
(203,176,157)
#B59D8C
(181,157,140)
#9F8A7B
(159,138,123)
#89776A
(137,119,106)
#736459
(115,100,89)
#5D5148
(93,81,72)
#473E37
(71,62,55)
#312B26
(49,43,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #F7D6BF

#F7D6BF
(247,214,191)
#F7D9C4
(247,217,196)
#F7DCC9
(247,220,201)
#F7DFCE
(247,223,206)
#F7E2D3
(247,226,211)
#F7E5D8
(247,229,216)
#F7E8DD
(247,232,221)
#F7EBE2
(247,235,226)
#F7EEE7
(247,238,231)
#F7F1EC
(247,241,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D6BF color. Also use rgb(247,214,191) instead hex code.

Text Font Color

.myTextColor { color: #F7D6BF; }

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

This text font color is #F7D6BF.


Background Color

.myBgColor { background-color: #F7D6BF; }

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

This div background color is #F7D6BF.


Border color

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

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

This div border color is #F7D6BF.


Opacity

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

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

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

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

This text has shadow with #F7D6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D6BF on black background.


Color preview on white background

This text has color #F7D6BF on white background.



Black color preview on #F7D6BF background

This text has black color on #F7D6BF background.


White color preview on #F7D6BF background

This text has white color on #F7D6BF background.