COLOR #F7D4B1

HEX: #F7D4B1
RGB: (247,212,177)

Color info

#F7D4B1 contains mainly red and green colors. Web safe color of #F7D4B1 is #FFCC99 (or #FC9).

RGB color model

#F7D4B1 color RGB value is (247,212,177).

  • red value is 247;
  • green value is 212;
  • blue value is 177.
RGB:
(247,212,177)
(97%,83%,69%)

RGB channels and saturation

R 247 of 255 = 97%
G 212 of 255 = 83%
B 177 of 255 = 69%

247
212
177

R + G + B ~ 83%. #F7D4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 212 + 177 = 636 (100%)
R 247 of 636 ~ 38.84%
G 212 of 636 ~ 33.33%
B 177 of 636 ~ 27.83%

%38.84
%33.33
%27.83

CMYK color model

#F7D4B1 color CMYK value is (0,14,28,3).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 28.34%
  • key color value is 3.14%
CMYK:
(0,14,28,3)
C0M14Y28K3 
(0%,14%,28%,3%)
(0.00/0.14/0.28/0.03)	

CMYK percentages

%0
%14.17
%28.34
%3.14

Codes

Color #F7D4B1 in popluar color models

F7D4B1
RGB247212177
HSL30°81.40%83.14%
HSB/HSV30°28.34%96.86%
CMYK0.00%14.17%28.34%
3.14%

Color #F7D4B1 in popluar number systems.

HEXF7D4B1
Decimal247212177
Binary111101111101010010110001
Octal367324261

Shades and tints

Shades of #F7D4B1

#F7D4B1
(247,212,177)
#E1C1A1
(225,193,161)
#CBAE91
(203,174,145)
#B59B81
(181,155,129)
#9F8871
(159,136,113)
#897561
(137,117,97)
#736251
(115,98,81)
#5D4F41
(93,79,65)
#473C31
(71,60,49)
#312921
(49,41,33)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #F7D4B1

#F7D4B1
(247,212,177)
#F7D7B8
(247,215,184)
#F7DABF
(247,218,191)
#F7DDC6
(247,221,198)
#F7E0CD
(247,224,205)
#F7E3D4
(247,227,212)
#F7E6DB
(247,230,219)
#F7E9E2
(247,233,226)
#F7ECE9
(247,236,233)
#F7EFF0
(247,239,240)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D4B1 color. Also use rgb(247,212,177) instead hex code.

Text Font Color

.myTextColor { color: #F7D4B1; }

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

This text font color is #F7D4B1.


Background Color

.myBgColor { background-color: #F7D4B1; }

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

This div background color is #F7D4B1.


Border color

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

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

This div border color is #F7D4B1.


Opacity

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

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

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

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

This text has shadow with #F7D4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D4B1 on black background.


Color preview on white background

This text has color #F7D4B1 on white background.



Black color preview on #F7D4B1 background

This text has black color on #F7D4B1 background.


White color preview on #F7D4B1 background

This text has white color on #F7D4B1 background.