COLOR #F7C7B4

HEX: #F7C7B4
RGB: (247,199,180)

Color info

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

RGB color model

#F7C7B4 color RGB value is (247,199,180).

  • red value is 247;
  • green value is 199;
  • blue value is 180.
RGB:
(247,199,180)
(97%,78%,71%)

RGB channels and saturation

R 247 of 255 = 97%
G 199 of 255 = 78%
B 180 of 255 = 71%

247
199
180

R + G + B ~ 82%. #F7C7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 199 + 180 = 626 (100%)
R 247 of 626 ~ 39.46%
G 199 of 626 ~ 31.79%
B 180 of 626 ~ 28.75%

%39.46
%31.79
%28.75

CMYK color model

#F7C7B4 color CMYK value is (0,19,27,3).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 27.13%
  • key color value is 3.14%
CMYK:
(0,19,27,3)
C0M19Y27K3 
(0%,19%,27%,3%)
(0.00/0.19/0.27/0.03)	

CMYK percentages

%0
%19.43
%27.13
%3.14

Codes

Color #F7C7B4 in popluar color models

F7C7B4
RGB247199180
HSL17°80.72%83.73%
HSB/HSV17°27.13%96.86%
CMYK0.00%19.43%27.13%
3.14%

Color #F7C7B4 in popluar number systems.

HEXF7C7B4
Decimal247199180
Binary111101111100011110110100
Octal367307264

Shades and tints

Shades of #F7C7B4

#F7C7B4
(247,199,180)
#E1B5A4
(225,181,164)
#CBA394
(203,163,148)
#B59184
(181,145,132)
#9F7F74
(159,127,116)
#896D64
(137,109,100)
#735B54
(115,91,84)
#5D4944
(93,73,68)
#473734
(71,55,52)
#312524
(49,37,36)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #F7C7B4

#F7C7B4
(247,199,180)
#F7CCBA
(247,204,186)
#F7D1C0
(247,209,192)
#F7D6C6
(247,214,198)
#F7DBCC
(247,219,204)
#F7E0D2
(247,224,210)
#F7E5D8
(247,229,216)
#F7EADE
(247,234,222)
#F7EFE4
(247,239,228)
#F7F4EA
(247,244,234)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C7B4 color. Also use rgb(247,199,180) instead hex code.

Text Font Color

.myTextColor { color: #F7C7B4; }

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

This text font color is #F7C7B4.


Background Color

.myBgColor { background-color: #F7C7B4; }

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

This div background color is #F7C7B4.


Border color

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

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

This div border color is #F7C7B4.


Opacity

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

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

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

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

This text has shadow with #F7C7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C7B4 on black background.


Color preview on white background

This text has color #F7C7B4 on white background.



Black color preview on #F7C7B4 background

This text has black color on #F7C7B4 background.


White color preview on #F7C7B4 background

This text has white color on #F7C7B4 background.