COLOR #F7B7E0

HEX: #F7B7E0
RGB: (247,183,224)

Color info

#F7B7E0 contains mainly red and blue colors. Web safe color of #F7B7E0 is #FFCCCC (or #FCC).

RGB color model

#F7B7E0 color RGB value is (247,183,224).

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

RGB channels and saturation

R 247 of 255 = 97%
G 183 of 255 = 72%
B 224 of 255 = 88%

247
183
224

R + G + B ~ 86%. #F7B7E0 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 183 + 224 = 654 (100%)
R 247 of 654 ~ 37.77%
G 183 of 654 ~ 27.98%
B 224 of 654 ~ 34.25%

%37.77
%27.98
%34.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(0,26,9,3)
C0M26Y9K3 
(0%,26%,9%,3%)
(0.00/0.26/0.09/0.03)	

CMYK percentages

%0
%25.91
%9.31
%3.14

Codes

Color #F7B7E0 in popluar color models

F7B7E0
RGB247183224
HSL322°80.00%84.31%
HSB/HSV322°25.91%96.86%
CMYK0.00%25.91%9.31%
3.14%

Color #F7B7E0 in popluar number systems.

HEXF7B7E0
Decimal247183224
Binary111101111011011111100000
Octal367267340

Shades and tints

Shades of #F7B7E0

#F7B7E0
(247,183,224)
#E1A7CC
(225,167,204)
#CB97B8
(203,151,184)
#B587A4
(181,135,164)
#9F7790
(159,119,144)
#89677C
(137,103,124)
#735768
(115,87,104)
#5D4754
(93,71,84)
#473740
(71,55,64)
#31272C
(49,39,44)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #F7B7E0

#F7B7E0
(247,183,224)
#F7BDE2
(247,189,226)
#F7C3E4
(247,195,228)
#F7C9E6
(247,201,230)
#F7CFE8
(247,207,232)
#F7D5EA
(247,213,234)
#F7DBEC
(247,219,236)
#F7E1EE
(247,225,238)
#F7E7F0
(247,231,240)
#F7EDF2
(247,237,242)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B7E0; }

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

This text font color is #F7B7E0.


Background Color

.myBgColor { background-color: #F7B7E0; }

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

This div background color is #F7B7E0.


Border color

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

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

This div border color is #F7B7E0.


Opacity

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

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

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

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

This text has shadow with #F7B7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B7E0 on black background.


Color preview on white background

This text has color #F7B7E0 on white background.



Black color preview on #F7B7E0 background

This text has black color on #F7B7E0 background.


White color preview on #F7B7E0 background

This text has white color on #F7B7E0 background.