COLOR #FF9DC6

HEX: #FF9DC6 RGB: (255,157,198)

Color info

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

RGB color model

#FF9DC6 color RGB value is (255,157,198).

RGB: (255,157,198) (100%, 62%, 78%)

RGB channels and saturation

R 255 of 255 = 100%
G 157 of 255 = 62%
B 198 of 255 = 78%

255
157
198

R + G + B ~ 80%. #FF9DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 157 + 198 = 610 (100%)
R 255 of 610 ~ 41.8%
G 157 of 610 ~ 25.74%
B 198 of 610 ~ 32.46'%

%41.8
%25.74
%32.46

CMYK color model

#FF9DC6 color CMYK value is (0,38,22,0).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 22.35%
  • key color value is 0.00%

CMYK: (0,38,22,0)
C0M38Y22K0 (0%, 38%, 22%, 0%)
(0.00 / 0.38 / 0.22 / 0.00)

CMYK percentages

%0
%38.43
%22.35
%0

Codes

Color #FF9DC6 in popluar color models

FF 9D C6
RGB 255 157 198
HSL 335° 100.00% 80.78%
HSB/HSV 335° 38.43% 100.00%
CMYK 0.00% 38.43% 22.35%
0.00%

Color #FF9DC6 in popluar number systems.

HEX FF 9D C6
Decimal 255 157 198
Binary 11111111 10011101 11000110
Octal 377 235 306

Shades and tints

Shades of #FF9DC6

#FF9DC6
(255,157,198)
#E88FB4
(232,143,180)
#D181A2
(209,129,162)
#BA7390
(186,115,144)
#A3657E
(163,101,126)
#8C576C
(140,87,108)
#75495A
(117,73,90)
#5E3B48
(94,59,72)
#472D36
(71,45,54)
#301F24
(48,31,36)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #FF9DC6

#FF9DC6
(255,157,198)
#FFA5CB
(255,165,203)
#FFADD0
(255,173,208)
#FFB5D5
(255,181,213)
#FFBDDA
(255,189,218)
#FFC5DF
(255,197,223)
#FFCDE4
(255,205,228)
#FFD5E9
(255,213,233)
#FFDDEE
(255,221,238)
#FFE5F3
(255,229,243)
#FFEDF8
(255,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9DC6; }

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

This text font color is #FF9DC6.

Background Color

.myBgColor { background-color: #FF9DC6; }

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

This div background color is #FF9DC6.

Border color

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

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

This div border color is #FF9DC6.

Opacity

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

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

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

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

This text has shadow with #FF9DC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF9DC6.

Preview

Color preview on black background

This text has color #FF9DC6 on black background.


Color preview on white background

This text has color #FF9DC6 on white background.


Black color preview on #FF9DC6 background

This text has black color on #FF9DC6 background.


White color preview on #FF9DC6 background

This text has white color on #FF9DC6 background.


Related colors

Complementary color

Complementary color for #hex is #006239.


I love getcolorcode.com

Triadic colors

1 #C6FF9D and #9DC6FF with #FF9DC6 are triadic colors.

2 #C69DFF and #9DFFC6 with #FF9DC6 are triadic colors.