COLOR #F7B7F6

HEX: #F7B7F6
RGB: (247,183,246)

Color info

#F7B7F6 contains mainly red and blue colors. Web safe color of #F7B7F6 is #FFCCFF (or #FCF).

RGB color model

#F7B7F6 color RGB value is (247,183,246).

  • red value is 247;
  • green value is 183;
  • blue value is 246.
RGB:
(247,183,246)
(97%,72%,96%)

RGB channels and saturation

R 247 of 255 = 97%
G 183 of 255 = 72%
B 246 of 255 = 96%

247
183
246

R + G + B ~ 88%. #F7B7F6 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 183 + 246 = 676 (100%)
R 247 of 676 ~ 36.54%
G 183 of 676 ~ 27.07%
B 246 of 676 ~ 36.39%

%36.54
%27.07
%36.39

CMYK color model

#F7B7F6 color CMYK value is (0,26,0,3).

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 0.40%
  • key color value is 3.14%
CMYK:
(0,26,0,3)
C0M26Y0K3 
(0%,26%,0%,3%)
(0.00/0.26/0.00/0.03)	

CMYK percentages

%0
%25.91
%0.4
%3.14

Codes

Color #F7B7F6 in popluar color models

F7B7F6
RGB247183246
HSL301°80.00%84.31%
HSB/HSV301°25.91%96.86%
CMYK0.00%25.91%0.40%
3.14%

Color #F7B7F6 in popluar number systems.

HEXF7B7F6
Decimal247183246
Binary111101111011011111110110
Octal367267366

Shades and tints

Shades of #F7B7F6

#F7B7F6
(247,183,246)
#E1A7E0
(225,167,224)
#CB97CA
(203,151,202)
#B587B4
(181,135,180)
#9F779E
(159,119,158)
#896788
(137,103,136)
#735772
(115,87,114)
#5D475C
(93,71,92)
#473746
(71,55,70)
#312730
(49,39,48)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #F7B7F6

#F7B7F6
(247,183,246)
#F7BDF6
(247,189,246)
#F7C3F6
(247,195,246)
#F7C9F6
(247,201,246)
#F7CFF6
(247,207,246)
#F7D5F6
(247,213,246)
#F7DBF6
(247,219,246)
#F7E1F6
(247,225,246)
#F7E7F6
(247,231,246)
#F7EDF6
(247,237,246)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B7F6; }

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

This text font color is #F7B7F6.


Background Color

.myBgColor { background-color: #F7B7F6; }

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

This div background color is #F7B7F6.


Border color

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

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

This div border color is #F7B7F6.


Opacity

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

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

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

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

This text has shadow with #F7B7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B7F6 on black background.


Color preview on white background

This text has color #F7B7F6 on white background.



Black color preview on #F7B7F6 background

This text has black color on #F7B7F6 background.


White color preview on #F7B7F6 background

This text has white color on #F7B7F6 background.