COLOR #F7B1AE

HEX: #F7B1AE
RGB: (247,177,174)

Color info

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

RGB color model

#F7B1AE color RGB value is (247,177,174).

  • red value is 247;
  • green value is 177;
  • blue value is 174.
RGB:
(247,177,174)
(97%,69%,68%)

RGB channels and saturation

R 247 of 255 = 97%
G 177 of 255 = 69%
B 174 of 255 = 68%

247
177
174

R + G + B ~ 78%. #F7B1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 177 + 174 = 598 (100%)
R 247 of 598 ~ 41.3%
G 177 of 598 ~ 29.6%
B 174 of 598 ~ 29.1%

%41.3
%29.6
%29.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 29.55%
  • key color value is 3.14%
CMYK:
(0,28,30,3)
C0M28Y30K3 
(0%,28%,30%,3%)
(0.00/0.28/0.30/0.03)	

CMYK percentages

%0
%28.34
%29.55
%3.14

Codes

Color #F7B1AE in popluar color models

F7B1AE
RGB247177174
HSL82.02%82.55%
HSB/HSV29.55%96.86%
CMYK0.00%28.34%29.55%
3.14%

Color #F7B1AE in popluar number systems.

HEXF7B1AE
Decimal247177174
Binary111101111011000110101110
Octal367261256

Shades and tints

Shades of #F7B1AE

#F7B1AE
(247,177,174)
#E1A19F
(225,161,159)
#CB9190
(203,145,144)
#B58181
(181,129,129)
#9F7172
(159,113,114)
#896163
(137,97,99)
#735154
(115,81,84)
#5D4145
(93,65,69)
#473136
(71,49,54)
#312127
(49,33,39)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #F7B1AE

#F7B1AE
(247,177,174)
#F7B8B5
(247,184,181)
#F7BFBC
(247,191,188)
#F7C6C3
(247,198,195)
#F7CDCA
(247,205,202)
#F7D4D1
(247,212,209)
#F7DBD8
(247,219,216)
#F7E2DF
(247,226,223)
#F7E9E6
(247,233,230)
#F7F0ED
(247,240,237)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B1AE; }

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

This text font color is #F7B1AE.


Background Color

.myBgColor { background-color: #F7B1AE; }

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

This div background color is #F7B1AE.


Border color

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

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

This div border color is #F7B1AE.


Opacity

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

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

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

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

This text has shadow with #F7B1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B1AE on black background.


Color preview on white background

This text has color #F7B1AE on white background.



Black color preview on #F7B1AE background

This text has black color on #F7B1AE background.


White color preview on #F7B1AE background

This text has white color on #F7B1AE background.