COLOR #F7CCAA

HEX: #F7CCAA
RGB: (247,204,170)

Color info

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

RGB color model

#F7CCAA color RGB value is (247,204,170).

  • red value is 247;
  • green value is 204;
  • blue value is 170.
RGB:
(247,204,170)
(97%,80%,67%)

RGB channels and saturation

R 247 of 255 = 97%
G 204 of 255 = 80%
B 170 of 255 = 67%

247
204
170

R + G + B ~ 81%. #F7CCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 204 + 170 = 621 (100%)
R 247 of 621 ~ 39.77%
G 204 of 621 ~ 32.85%
B 170 of 621 ~ 27.38%

%39.77
%32.85
%27.38

CMYK color model

#F7CCAA color CMYK value is (0,17,31,3).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 31.17%
  • key color value is 3.14%
CMYK:
(0,17,31,3)
C0M17Y31K3 
(0%,17%,31%,3%)
(0.00/0.17/0.31/0.03)	

CMYK percentages

%0
%17.41
%31.17
%3.14

Codes

Color #F7CCAA in popluar color models

F7CCAA
RGB247204170
HSL26°82.80%81.76%
HSB/HSV26°31.17%96.86%
CMYK0.00%17.41%31.17%
3.14%

Color #F7CCAA in popluar number systems.

HEXF7CCAA
Decimal247204170
Binary111101111100110010101010
Octal367314252

Shades and tints

Shades of #F7CCAA

#F7CCAA
(247,204,170)
#E1BA9B
(225,186,155)
#CBA88C
(203,168,140)
#B5967D
(181,150,125)
#9F846E
(159,132,110)
#89725F
(137,114,95)
#736050
(115,96,80)
#5D4E41
(93,78,65)
#473C32
(71,60,50)
#312A23
(49,42,35)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #F7CCAA

#F7CCAA
(247,204,170)
#F7D0B1
(247,208,177)
#F7D4B8
(247,212,184)
#F7D8BF
(247,216,191)
#F7DCC6
(247,220,198)
#F7E0CD
(247,224,205)
#F7E4D4
(247,228,212)
#F7E8DB
(247,232,219)
#F7ECE2
(247,236,226)
#F7F0E9
(247,240,233)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CCAA color. Also use rgb(247,204,170) instead hex code.

Text Font Color

.myTextColor { color: #F7CCAA; }

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

This text font color is #F7CCAA.


Background Color

.myBgColor { background-color: #F7CCAA; }

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

This div background color is #F7CCAA.


Border color

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

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

This div border color is #F7CCAA.


Opacity

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

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

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

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

This text has shadow with #F7CCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CCAA on black background.


Color preview on white background

This text has color #F7CCAA on white background.



Black color preview on #F7CCAA background

This text has black color on #F7CCAA background.


White color preview on #F7CCAA background

This text has white color on #F7CCAA background.