COLOR #F7D9B7

HEX: #F7D9B7
RGB: (247,217,183)

Color info

#F7D9B7 contains mainly red and green colors. Web safe color of #F7D9B7 is #FFCCCC (or #FCC).

RGB color model

#F7D9B7 color RGB value is (247,217,183).

  • red value is 247;
  • green value is 217;
  • blue value is 183.
RGB:
(247,217,183)
(97%,85%,72%)

RGB channels and saturation

R 247 of 255 = 97%
G 217 of 255 = 85%
B 183 of 255 = 72%

247
217
183

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

Portions of RGB colors in percentages

R + G + B =
247 + 217 + 183 = 647 (100%)
R 247 of 647 ~ 38.18%
G 217 of 647 ~ 33.54%
B 183 of 647 ~ 28.28%

%38.18
%33.54
%28.28

CMYK color model

#F7D9B7 color CMYK value is (0,12,26,3).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 25.91%
  • key color value is 3.14%
CMYK:
(0,12,26,3)
C0M12Y26K3 
(0%,12%,26%,3%)
(0.00/0.12/0.26/0.03)	

CMYK percentages

%0
%12.15
%25.91
%3.14

Codes

Color #F7D9B7 in popluar color models

F7D9B7
RGB247217183
HSL32°80.00%84.31%
HSB/HSV32°25.91%96.86%
CMYK0.00%12.15%25.91%
3.14%

Color #F7D9B7 in popluar number systems.

HEXF7D9B7
Decimal247217183
Binary111101111101100110110111
Octal367331267

Shades and tints

Shades of #F7D9B7

#F7D9B7
(247,217,183)
#E1C6A7
(225,198,167)
#CBB397
(203,179,151)
#B5A087
(181,160,135)
#9F8D77
(159,141,119)
#897A67
(137,122,103)
#736757
(115,103,87)
#5D5447
(93,84,71)
#474137
(71,65,55)
#312E27
(49,46,39)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #F7D9B7

#F7D9B7
(247,217,183)
#F7DCBD
(247,220,189)
#F7DFC3
(247,223,195)
#F7E2C9
(247,226,201)
#F7E5CF
(247,229,207)
#F7E8D5
(247,232,213)
#F7EBDB
(247,235,219)
#F7EEE1
(247,238,225)
#F7F1E7
(247,241,231)
#F7F4ED
(247,244,237)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D9B7 color. Also use rgb(247,217,183) instead hex code.

Text Font Color

.myTextColor { color: #F7D9B7; }

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

This text font color is #F7D9B7.


Background Color

.myBgColor { background-color: #F7D9B7; }

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

This div background color is #F7D9B7.


Border color

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

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

This div border color is #F7D9B7.


Opacity

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

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

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

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

This text has shadow with #F7D9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D9B7 on black background.


Color preview on white background

This text has color #F7D9B7 on white background.



Black color preview on #F7D9B7 background

This text has black color on #F7D9B7 background.


White color preview on #F7D9B7 background

This text has white color on #F7D9B7 background.