COLOR #FF9DCC

HEX: #FF9DCC
RGB: (255,157,204)

Color info

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

RGB color model

#FF9DCC color RGB value is (255,157,204).

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

RGB channels and saturation

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

255
157
204

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

Portions of RGB colors in percentages

R + G + B =
255 + 157 + 204 = 616 (100%)
R 255 of 616 ~ 41.4%
G 157 of 616 ~ 25.49%
B 204 of 616 ~ 33.12%

%41.4
%25.49
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 20.00%
  • 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
%0

Codes

Color #FF9DCC in popluar color models

FF9DCC
RGB255157204
HSL331°100.00%80.78%
HSB/HSV331°38.43%100.00%
CMYK0.00%38.43%20.00%
0.00%

Color #FF9DCC in popluar number systems.

HEXFF9DCC
Decimal255157204
Binary111111111001110111001100
Octal377235314

Shades and tints

Shades of #FF9DCC

#FF9DCC
(255,157,204)
#E88FBA
(232,143,186)
#D181A8
(209,129,168)
#BA7396
(186,115,150)
#A36584
(163,101,132)
#8C5772
(140,87,114)
#754960
(117,73,96)
#5E3B4E
(94,59,78)
#472D3C
(71,45,60)
#301F2A
(48,31,42)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #FF9DCC

#FF9DCC
(255,157,204)
#FFA5D0
(255,165,208)
#FFADD4
(255,173,212)
#FFB5D8
(255,181,216)
#FFBDDC
(255,189,220)
#FFC5E0
(255,197,224)
#FFCDE4
(255,205,228)
#FFD5E8
(255,213,232)
#FFDDEC
(255,221,236)
#FFE5F0
(255,229,240)
#FFEDF4
(255,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9DCC; }

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

This text font color is #FF9DCC.


Background Color

.myBgColor { background-color: #FF9DCC; }

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

This div background color is #FF9DCC.


Border color

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

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

This div border color is #FF9DCC.


Opacity

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

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

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

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

This text has shadow with #FF9DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9DCC on black background.


Color preview on white background

This text has color #FF9DCC on white background.



Black color preview on #FF9DCC background

This text has black color on #FF9DCC background.


White color preview on #FF9DCC background

This text has white color on #FF9DCC background.