COLOR #FF9DB5

HEX: #FF9DB5
RGB: (255,157,181)

Color info

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

RGB color model

#FF9DB5 color RGB value is (255,157,181).

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

RGB channels and saturation

R 255 of 255 = 100%
G 157 of 255 = 62%
B 181 of 255 = 71%

255
157
181

R + G + B ~ 78%. #FF9DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 157 + 181 = 593 (100%)
R 255 of 593 ~ 43%
G 157 of 593 ~ 26.48%
B 181 of 593 ~ 30.52%

%43
%26.48
%30.52

CMYK color model

#FF9DB5 color CMYK value is (0,38,29,0).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 29.02%
  • key color value is 0.00%
CMYK:
(0,38,29,0)
C0M38Y29K0 
(0%,38%,29%,0%)
(0.00/0.38/0.29/0.00)	

CMYK percentages

%0
%38.43
%29.02
%0

Codes

Color #FF9DB5 in popluar color models

FF9DB5
RGB255157181
HSL345°100.00%80.78%
HSB/HSV345°38.43%100.00%
CMYK0.00%38.43%29.02%
0.00%

Color #FF9DB5 in popluar number systems.

HEXFF9DB5
Decimal255157181
Binary111111111001110110110101
Octal377235265

Shades and tints

Shades of #FF9DB5

#FF9DB5
(255,157,181)
#E88FA5
(232,143,165)
#D18195
(209,129,149)
#BA7385
(186,115,133)
#A36575
(163,101,117)
#8C5765
(140,87,101)
#754955
(117,73,85)
#5E3B45
(94,59,69)
#472D35
(71,45,53)
#301F25
(48,31,37)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #FF9DB5

#FF9DB5
(255,157,181)
#FFA5BB
(255,165,187)
#FFADC1
(255,173,193)
#FFB5C7
(255,181,199)
#FFBDCD
(255,189,205)
#FFC5D3
(255,197,211)
#FFCDD9
(255,205,217)
#FFD5DF
(255,213,223)
#FFDDE5
(255,221,229)
#FFE5EB
(255,229,235)
#FFEDF1
(255,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9DB5; }

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

This text font color is #FF9DB5.


Background Color

.myBgColor { background-color: #FF9DB5; }

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

This div background color is #FF9DB5.


Border color

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

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

This div border color is #FF9DB5.


Opacity

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

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

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

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

This text has shadow with #FF9DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9DB5 on black background.


Color preview on white background

This text has color #FF9DB5 on white background.



Black color preview on #FF9DB5 background

This text has black color on #FF9DB5 background.


White color preview on #FF9DB5 background

This text has white color on #FF9DB5 background.