COLOR #F7CBAA

HEX: #F7CBAA
RGB: (247,203,170)

Color info

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

RGB color model

#F7CBAA color RGB value is (247,203,170).

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

RGB channels and saturation

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

247
203
170

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

Portions of RGB colors in percentages

R + G + B =
247 + 203 + 170 = 620 (100%)
R 247 of 620 ~ 39.84%
G 203 of 620 ~ 32.74%
B 170 of 620 ~ 27.42%

%39.84
%32.74
%27.42

CMYK color model

#F7CBAA color CMYK value is (0,18,31,3).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 31.17%
  • key color value is 3.14%
CMYK:
(0,18,31,3)
C0M18Y31K3 
(0%,18%,31%,3%)
(0.00/0.18/0.31/0.03)	

CMYK percentages

%0
%17.81
%31.17
%3.14

Codes

Color #F7CBAA in popluar color models

F7CBAA
RGB247203170
HSL26°82.80%81.76%
HSB/HSV26°31.17%96.86%
CMYK0.00%17.81%31.17%
3.14%

Color #F7CBAA in popluar number systems.

HEXF7CBAA
Decimal247203170
Binary111101111100101110101010
Octal367313252

Shades and tints

Shades of #F7CBAA

#F7CBAA
(247,203,170)
#E1B99B
(225,185,155)
#CBA78C
(203,167,140)
#B5957D
(181,149,125)
#9F836E
(159,131,110)
#89715F
(137,113,95)
#735F50
(115,95,80)
#5D4D41
(93,77,65)
#473B32
(71,59,50)
#312923
(49,41,35)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #F7CBAA

#F7CBAA
(247,203,170)
#F7CFB1
(247,207,177)
#F7D3B8
(247,211,184)
#F7D7BF
(247,215,191)
#F7DBC6
(247,219,198)
#F7DFCD
(247,223,205)
#F7E3D4
(247,227,212)
#F7E7DB
(247,231,219)
#F7EBE2
(247,235,226)
#F7EFE9
(247,239,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CBAA; }

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

This text font color is #F7CBAA.


Background Color

.myBgColor { background-color: #F7CBAA; }

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

This div background color is #F7CBAA.


Border color

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

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

This div border color is #F7CBAA.


Opacity

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

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

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

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

This text has shadow with #F7CBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CBAA on black background.


Color preview on white background

This text has color #F7CBAA on white background.



Black color preview on #F7CBAA background

This text has black color on #F7CBAA background.


White color preview on #F7CBAA background

This text has white color on #F7CBAA background.