COLOR #FF9DCB

HEX: #FF9DCB
RGB: (255,157,203)

Color info

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

RGB color model

#FF9DCB color RGB value is (255,157,203).

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

RGB channels and saturation

R 255 of 255 = 100%
G 157 of 255 = 62%
B 203 of 255 = 80%

255
157
203

R + G + B ~ 81%. #FF9DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 157 + 203 = 615 (100%)
R 255 of 615 ~ 41.46%
G 157 of 615 ~ 25.53%
B 203 of 615 ~ 33.01%

%41.46
%25.53
%33.01

CMYK color model

#FF9DCB color CMYK value is (0,38,20,0).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK:
(0,38,20,0)
C0M38Y20K0 
(0%,38%,20%,0%)
(0.00/0.38/0.20/0.00)	

CMYK percentages

%0
%38.43
%20.39
%0

Codes

Color #FF9DCB in popluar color models

FF9DCB
RGB255157203
HSL332°100.00%80.78%
HSB/HSV332°38.43%100.00%
CMYK0.00%38.43%20.39%
0.00%

Color #FF9DCB in popluar number systems.

HEXFF9DCB
Decimal255157203
Binary111111111001110111001011
Octal377235313

Shades and tints

Shades of #FF9DCB

#FF9DCB
(255,157,203)
#E88FB9
(232,143,185)
#D181A7
(209,129,167)
#BA7395
(186,115,149)
#A36583
(163,101,131)
#8C5771
(140,87,113)
#75495F
(117,73,95)
#5E3B4D
(94,59,77)
#472D3B
(71,45,59)
#301F29
(48,31,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #FF9DCB

#FF9DCB
(255,157,203)
#FFA5CF
(255,165,207)
#FFADD3
(255,173,211)
#FFB5D7
(255,181,215)
#FFBDDB
(255,189,219)
#FFC5DF
(255,197,223)
#FFCDE3
(255,205,227)
#FFD5E7
(255,213,231)
#FFDDEB
(255,221,235)
#FFE5EF
(255,229,239)
#FFEDF3
(255,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9DCB; }

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

This text font color is #FF9DCB.


Background Color

.myBgColor { background-color: #FF9DCB; }

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

This div background color is #FF9DCB.


Border color

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

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

This div border color is #FF9DCB.


Opacity

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

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

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

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

This text has shadow with #FF9DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9DCB on black background.


Color preview on white background

This text has color #FF9DCB on white background.



Black color preview on #FF9DCB background

This text has black color on #FF9DCB background.


White color preview on #FF9DCB background

This text has white color on #FF9DCB background.