COLOR #FF9DBF

HEX: #FF9DBF
RGB: (255,157,191)

Color info

#FF9DBF contains mainly red color. Web safe color of #FF9DBF is #FF99CC (or #F9C).

RGB color model

#FF9DBF color RGB value is (255,157,191).

  • red value is 255;
  • green value is 157;
  • blue value is 191.
RGB:
(255,157,191)
(100%,62%,75%)

RGB channels and saturation

R 255 of 255 = 100%
G 157 of 255 = 62%
B 191 of 255 = 75%

255
157
191

R + G + B ~ 79%. #FF9DBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 157 + 191 = 603 (100%)
R 255 of 603 ~ 42.29%
G 157 of 603 ~ 26.04%
B 191 of 603 ~ 31.67%

%42.29
%26.04
%31.67

CMYK color model

#FF9DBF color CMYK value is (0,38,25,0).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 25.10%
  • key color value is 0.00%
CMYK:
(0,38,25,0)
C0M38Y25K0 
(0%,38%,25%,0%)
(0.00/0.38/0.25/0.00)	

CMYK percentages

%0
%38.43
%25.1
%0

Codes

Color #FF9DBF in popluar color models

FF9DBF
RGB255157191
HSL339°100.00%80.78%
HSB/HSV339°38.43%100.00%
CMYK0.00%38.43%25.10%
0.00%

Color #FF9DBF in popluar number systems.

HEXFF9DBF
Decimal255157191
Binary111111111001110110111111
Octal377235277

Shades and tints

Shades of #FF9DBF

#FF9DBF
(255,157,191)
#E88FAE
(232,143,174)
#D1819D
(209,129,157)
#BA738C
(186,115,140)
#A3657B
(163,101,123)
#8C576A
(140,87,106)
#754959
(117,73,89)
#5E3B48
(94,59,72)
#472D37
(71,45,55)
#301F26
(48,31,38)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #FF9DBF

#FF9DBF
(255,157,191)
#FFA5C4
(255,165,196)
#FFADC9
(255,173,201)
#FFB5CE
(255,181,206)
#FFBDD3
(255,189,211)
#FFC5D8
(255,197,216)
#FFCDDD
(255,205,221)
#FFD5E2
(255,213,226)
#FFDDE7
(255,221,231)
#FFE5EC
(255,229,236)
#FFEDF1
(255,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9DBF color. Also use rgb(255,157,191) instead hex code.

Text Font Color

.myTextColor { color: #FF9DBF; }

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

This text font color is #FF9DBF.


Background Color

.myBgColor { background-color: #FF9DBF; }

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

This div background color is #FF9DBF.


Border color

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

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

This div border color is #FF9DBF.


Opacity

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

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

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

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

This text has shadow with #FF9DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9DBF on black background.


Color preview on white background

This text has color #FF9DBF on white background.



Black color preview on #FF9DBF background

This text has black color on #FF9DBF background.


White color preview on #FF9DBF background

This text has white color on #FF9DBF background.