COLOR #F7ACAC

HEX: #F7ACAC
RGB: (247,172,172)

Color info

#F7ACAC contains mainly red color. Web safe color of #F7ACAC is #FF9999 (or #F99).

RGB color model

#F7ACAC color RGB value is (247,172,172).

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

RGB channels and saturation

R 247 of 255 = 97%
G 172 of 255 = 67%
B 172 of 255 = 67%

247
172
172

R + G + B ~ 77%. #F7ACAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 172 + 172 = 591 (100%)
R 247 of 591 ~ 41.79%
G 172 of 591 ~ 29.1%
B 172 of 591 ~ 29.1%

%41.79
%29.1
%29.1

CMYK color model

#F7ACAC color CMYK value is (0,30,30,3).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 30.36%
  • key color value is 3.14%
CMYK:
(0,30,30,3)
C0M30Y30K3 
(0%,30%,30%,3%)
(0.00/0.30/0.30/0.03)	

CMYK percentages

%0
%30.36
%30.36
%3.14

Codes

Color #F7ACAC in popluar color models

F7ACAC
RGB247172172
HSL82.42%82.16%
HSB/HSV30.36%96.86%
CMYK0.00%30.36%30.36%
3.14%

Color #F7ACAC in popluar number systems.

HEXF7ACAC
Decimal247172172
Binary111101111010110010101100
Octal367254254

Shades and tints

Shades of #F7ACAC

#F7ACAC
(247,172,172)
#E19D9D
(225,157,157)
#CB8E8E
(203,142,142)
#B57F7F
(181,127,127)
#9F7070
(159,112,112)
#896161
(137,97,97)
#735252
(115,82,82)
#5D4343
(93,67,67)
#473434
(71,52,52)
#312525
(49,37,37)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #F7ACAC

#F7ACAC
(247,172,172)
#F7B3B3
(247,179,179)
#F7BABA
(247,186,186)
#F7C1C1
(247,193,193)
#F7C8C8
(247,200,200)
#F7CFCF
(247,207,207)
#F7D6D6
(247,214,214)
#F7DDDD
(247,221,221)
#F7E4E4
(247,228,228)
#F7EBEB
(247,235,235)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7ACAC; }

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

This text font color is #F7ACAC.


Background Color

.myBgColor { background-color: #F7ACAC; }

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

This div background color is #F7ACAC.


Border color

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

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

This div border color is #F7ACAC.


Opacity

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

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

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

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

This text has shadow with #F7ACAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7ACAC on black background.


Color preview on white background

This text has color #F7ACAC on white background.



Black color preview on #F7ACAC background

This text has black color on #F7ACAC background.


White color preview on #F7ACAC background

This text has white color on #F7ACAC background.