COLOR #F9B7DB

HEX: #F9B7DB
RGB: (249,183,219)

Color info

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

RGB color model

#F9B7DB color RGB value is (249,183,219).

  • red value is 249;
  • green value is 183;
  • blue value is 219.
RGB:
(249,183,219)
(98%,72%,86%)

RGB channels and saturation

R 249 of 255 = 98%
G 183 of 255 = 72%
B 219 of 255 = 86%

249
183
219

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

Portions of RGB colors in percentages

R + G + B =
249 + 183 + 219 = 651 (100%)
R 249 of 651 ~ 38.25%
G 183 of 651 ~ 28.11%
B 219 of 651 ~ 33.64%

%38.25
%28.11
%33.64

CMYK color model

#F9B7DB color CMYK value is (0,27,12,2).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK:
(0,27,12,2)
C0M27Y12K2 
(0%,27%,12%,2%)
(0.00/0.27/0.12/0.02)	

CMYK percentages

%0
%26.51
%12.05
%2.35

Codes

Color #F9B7DB in popluar color models

F9B7DB
RGB249183219
HSL327°84.62%84.71%
HSB/HSV327°26.51%97.65%
CMYK0.00%26.51%12.05%
2.35%

Color #F9B7DB in popluar number systems.

HEXF9B7DB
Decimal249183219
Binary111110011011011111011011
Octal371267333

Shades and tints

Shades of #F9B7DB

#F9B7DB
(249,183,219)
#E3A7C8
(227,167,200)
#CD97B5
(205,151,181)
#B787A2
(183,135,162)
#A1778F
(161,119,143)
#8B677C
(139,103,124)
#755769
(117,87,105)
#5F4756
(95,71,86)
#493743
(73,55,67)
#332730
(51,39,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #F9B7DB

#F9B7DB
(249,183,219)
#F9BDDE
(249,189,222)
#F9C3E1
(249,195,225)
#F9C9E4
(249,201,228)
#F9CFE7
(249,207,231)
#F9D5EA
(249,213,234)
#F9DBED
(249,219,237)
#F9E1F0
(249,225,240)
#F9E7F3
(249,231,243)
#F9EDF6
(249,237,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B7DB color. Also use rgb(249,183,219) instead hex code.

Text Font Color

.myTextColor { color: #F9B7DB; }

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

This text font color is #F9B7DB.


Background Color

.myBgColor { background-color: #F9B7DB; }

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

This div background color is #F9B7DB.


Border color

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

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

This div border color is #F9B7DB.


Opacity

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

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

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

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

This text has shadow with #F9B7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B7DB on black background.


Color preview on white background

This text has color #F9B7DB on white background.



Black color preview on #F9B7DB background

This text has black color on #F9B7DB background.


White color preview on #F9B7DB background

This text has white color on #F9B7DB background.