COLOR #FF9DDB

HEX: #FF9DDB
RGB: (255,157,219)

Color info

#FF9DDB contains mainly red and blue colors. Web safe color of #FF9DDB is #FF99CC (or #F9C).

RGB color model

#FF9DDB color RGB value is (255,157,219).

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

RGB channels and saturation

R 255 of 255 = 100%
G 157 of 255 = 62%
B 219 of 255 = 86%

255
157
219

R + G + B ~ 83%. #FF9DDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 157 + 219 = 631 (100%)
R 255 of 631 ~ 40.41%
G 157 of 631 ~ 24.88%
B 219 of 631 ~ 34.71%

%40.41
%24.88
%34.71

CMYK color model

#FF9DDB color CMYK value is (0,38,14,0).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(0,38,14,0)
C0M38Y14K0 
(0%,38%,14%,0%)
(0.00/0.38/0.14/0.00)	

CMYK percentages

%0
%38.43
%14.12
%0

Codes

Color #FF9DDB in popluar color models

FF9DDB
RGB255157219
HSL322°100.00%80.78%
HSB/HSV322°38.43%100.00%
CMYK0.00%38.43%14.12%
0.00%

Color #FF9DDB in popluar number systems.

HEXFF9DDB
Decimal255157219
Binary111111111001110111011011
Octal377235333

Shades and tints

Shades of #FF9DDB

#FF9DDB
(255,157,219)
#E88FC8
(232,143,200)
#D181B5
(209,129,181)
#BA73A2
(186,115,162)
#A3658F
(163,101,143)
#8C577C
(140,87,124)
#754969
(117,73,105)
#5E3B56
(94,59,86)
#472D43
(71,45,67)
#301F30
(48,31,48)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #FF9DDB

#FF9DDB
(255,157,219)
#FFA5DE
(255,165,222)
#FFADE1
(255,173,225)
#FFB5E4
(255,181,228)
#FFBDE7
(255,189,231)
#FFC5EA
(255,197,234)
#FFCDED
(255,205,237)
#FFD5F0
(255,213,240)
#FFDDF3
(255,221,243)
#FFE5F6
(255,229,246)
#FFEDF9
(255,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9DDB; }

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

This text font color is #FF9DDB.


Background Color

.myBgColor { background-color: #FF9DDB; }

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

This div background color is #FF9DDB.


Border color

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

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

This div border color is #FF9DDB.


Opacity

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

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

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

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

This text has shadow with #FF9DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9DDB on black background.


Color preview on white background

This text has color #FF9DDB on white background.



Black color preview on #FF9DDB background

This text has black color on #FF9DDB background.


White color preview on #FF9DDB background

This text has white color on #FF9DDB background.