COLOR #D16C9D

HEX: #D16C9D
RGB: (209,108,157)

Color info

#D16C9D contains mainly red and blue colors. Web safe color of #D16C9D is #CC6699 (or #C69).

RGB color model

#D16C9D color RGB value is (209,108,157).

  • red value is 209;
  • green value is 108;
  • blue value is 157.
RGB: (209,108,157) (82%,42%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 108 of 255 = 42%
B 157 of 255 = 62%

209
108
157

R + G + B ~ 62%. #D16C9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 108 + 157 = 474 (100%)
R 209 of 474 ~ 44.09%
G 108 of 474 ~ 22.78%
B 157 of 474 ~ 33.12%

%44.09
%22.78
%33.12

CMYK color model

#D16C9D color CMYK value is (0,48,25,18).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK: (0,48,25,18) C0M48Y25K18 (0%,48%,25%,18%) (0.00/0.48/0.25/0.18)

CMYK percentages

%0
%48.33
%24.88
%18.04

Codes

Color #D16C9D in popluar color models

D16C9D
RGB209108157
HSL331°52.33%62.16%
HSB/HSV331°48.33%81.96%
CMYK0.00%48.33%24.88%
18.04%

Color #D16C9D in popluar number systems.

HEXD16C9D
Decimal209108157
Binary11010001110110010011101
Octal321154235

Shades and tints

Shades of #D16C9D

#D16C9D
(209,108,157)
#BE638F
(190,99,143)
#AB5A81
(171,90,129)
#985173
(152,81,115)
#854865
(133,72,101)
#723F57
(114,63,87)
#5F3649
(95,54,73)
#4C2D3B
(76,45,59)
#39242D
(57,36,45)
#261B1F
(38,27,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #D16C9D

#D16C9D
(209,108,157)
#D579A5
(213,121,165)
#D986AD
(217,134,173)
#DD93B5
(221,147,181)
#E1A0BD
(225,160,189)
#E5ADC5
(229,173,197)
#E9BACD
(233,186,205)
#EDC7D5
(237,199,213)
#F1D4DD
(241,212,221)
#F5E1E5
(245,225,229)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16C9D color. Also use rgb(209,108,157) instead hex code.

Text Font Color

.myTextColor { color: #D16C9D; }

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

This text font color is #D16C9D.


Background Color

.myBgColor { background-color: #D16C9D; }

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

This div background color is #D16C9D.


Border color

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

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

This div border color is #D16C9D.


Opacity

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

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

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

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

This text has shadow with #D16C9D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D16C9D on black background.


Color preview on white background

This text has color #D16C9D on white background.



Black color preview on #D16C9D background

This text has black color on #D16C9D background.


White color preview on #D16C9D background

This text has white color on #D16C9D background.