COLOR #F7B3AF

HEX: #F7B3AF RGB: (247,179,175)

Color info

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

RGB color model

#F7B3AF color RGB value is (247,179,175).

RGB: (247,179,175) (97%, 70%, 69%)

RGB channels and saturation

R 247 of 255 = 97%
G 179 of 255 = 70%
B 175 of 255 = 69%

247
179
175

R + G + B ~ 79%. #F7B3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 179 + 175 = 601 (100%)
R 247 of 601 ~ 41.1%
G 179 of 601 ~ 29.78%
B 175 of 601 ~ 29.12'%

%41.1
%29.78
%29.12

CMYK color model

#F7B3AF color CMYK value is (0,28,29,3).

  • cyan value is 0.00%
  • magenta value is 27.53%
  • yellow value is 29.15%
  • key color value is 3.14%

CMYK: (0,28,29,3)
C0M28Y29K3 (0%, 28%, 29%, 3%)
(0.00 / 0.28 / 0.29 / 0.03)

CMYK percentages

%0
%27.53
%29.15
%3.14

Codes

Color #F7B3AF in popluar color models

F7 B3 AF
RGB 247 179 175
HSL 81.82% 82.75%
HSB/HSV 29.15% 96.86%
CMYK 0.00% 27.53% 29.15%
3.14%

Color #F7B3AF in popluar number systems.

HEX F7 B3 AF
Decimal 247 179 175
Binary 11110111 10110011 10101111
Octal 367 263 257

Shades and tints

Shades of #F7B3AF

#F7B3AF
(247,179,175)
#E1A3A0
(225,163,160)
#CB9391
(203,147,145)
#B58382
(181,131,130)
#9F7373
(159,115,115)
#896364
(137,99,100)
#735355
(115,83,85)
#5D4346
(93,67,70)
#473337
(71,51,55)
#312328
(49,35,40)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #F7B3AF

#F7B3AF
(247,179,175)
#F7B9B6
(247,185,182)
#F7BFBD
(247,191,189)
#F7C5C4
(247,197,196)
#F7CBCB
(247,203,203)
#F7D1D2
(247,209,210)
#F7D7D9
(247,215,217)
#F7DDE0
(247,221,224)
#F7E3E7
(247,227,231)
#F7E9EE
(247,233,238)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B3AF; }

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

This text font color is #F7B3AF.

Background Color

.myBgColor { background-color: #F7B3AF; }

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

This div background color is #F7B3AF.

Border color

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

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

This div border color is #F7B3AF.

Opacity

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

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

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

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

This text has shadow with #F7B3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B3AF.

Preview

Color preview on black background

This text has color #F7B3AF on black background.


Color preview on white background

This text has color #F7B3AF on white background.


Black color preview on #F7B3AF background

This text has black color on #F7B3AF background.


White color preview on #F7B3AF background

This text has white color on #F7B3AF background.


Related colors

Complementary color

Complementary color for #hex is #084C50.


I love getcolorcode.com

Triadic colors

1 #AFF7B3 and #B3AFF7 with #F7B3AF are triadic colors.

2 #AFB3F7 and #B3F7AF with #F7B3AF are triadic colors.