COLOR #F7B7DC

HEX: #F7B7DC
RGB: (247,183,220)

Color info

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

RGB color model

#F7B7DC color RGB value is (247,183,220).

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

RGB channels and saturation

R 247 of 255 = 97%
G 183 of 255 = 72%
B 220 of 255 = 86%

247
183
220

R + G + B ~ 85%. #F7B7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 183 + 220 = 650 (100%)
R 247 of 650 ~ 38%
G 183 of 650 ~ 28.15%
B 220 of 650 ~ 33.85%

%38
%28.15
%33.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 10.93%
  • key color value is 3.14%
CMYK:
(0,26,11,3)
C0M26Y11K3 
(0%,26%,11%,3%)
(0.00/0.26/0.11/0.03)	

CMYK percentages

%0
%25.91
%10.93
%3.14

Codes

Color #F7B7DC in popluar color models

F7B7DC
RGB247183220
HSL325°80.00%84.31%
HSB/HSV325°25.91%96.86%
CMYK0.00%25.91%10.93%
3.14%

Color #F7B7DC in popluar number systems.

HEXF7B7DC
Decimal247183220
Binary111101111011011111011100
Octal367267334

Shades and tints

Shades of #F7B7DC

#F7B7DC
(247,183,220)
#E1A7C8
(225,167,200)
#CB97B4
(203,151,180)
#B587A0
(181,135,160)
#9F778C
(159,119,140)
#896778
(137,103,120)
#735764
(115,87,100)
#5D4750
(93,71,80)
#47373C
(71,55,60)
#312728
(49,39,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #F7B7DC

#F7B7DC
(247,183,220)
#F7BDDF
(247,189,223)
#F7C3E2
(247,195,226)
#F7C9E5
(247,201,229)
#F7CFE8
(247,207,232)
#F7D5EB
(247,213,235)
#F7DBEE
(247,219,238)
#F7E1F1
(247,225,241)
#F7E7F4
(247,231,244)
#F7EDF7
(247,237,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B7DC; }

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

This text font color is #F7B7DC.


Background Color

.myBgColor { background-color: #F7B7DC; }

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

This div background color is #F7B7DC.


Border color

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

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

This div border color is #F7B7DC.


Opacity

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

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

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

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

This text has shadow with #F7B7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B7DC on black background.


Color preview on white background

This text has color #F7B7DC on white background.



Black color preview on #F7B7DC background

This text has black color on #F7B7DC background.


White color preview on #F7B7DC background

This text has white color on #F7B7DC background.