COLOR #D16D9E

HEX: #D16D9E
RGB: (209,109,158)

Color info

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

RGB color model

#D16D9E color RGB value is (209,109,158).

  • red value is 209;
  • green value is 109;
  • blue value is 158.
RGB:
(209,109,158)
(82%,43%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 109 of 255 = 43%
B 158 of 255 = 62%

209
109
158

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

Portions of RGB colors in percentages

R + G + B =
209 + 109 + 158 = 476 (100%)
R 209 of 476 ~ 43.91%
G 109 of 476 ~ 22.9%
B 158 of 476 ~ 33.19%

%43.91
%22.9
%33.19

CMYK color model

#D16D9E color CMYK value is (0,48,24,18).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 24.40%
  • key color value is 18.04%
CMYK:
(0,48,24,18)
C0M48Y24K18 
(0%,48%,24%,18%)
(0.00/0.48/0.24/0.18)	

CMYK percentages

%0
%47.85
%24.4
%18.04

Codes

Color #D16D9E in popluar color models

D16D9E
RGB209109158
HSL331°52.08%62.35%
HSB/HSV331°47.85%81.96%
CMYK0.00%47.85%24.40%
18.04%

Color #D16D9E in popluar number systems.

HEXD16D9E
Decimal209109158
Binary11010001110110110011110
Octal321155236

Shades and tints

Shades of #D16D9E

#D16D9E
(209,109,158)
#BE6490
(190,100,144)
#AB5B82
(171,91,130)
#985274
(152,82,116)
#854966
(133,73,102)
#724058
(114,64,88)
#5F374A
(95,55,74)
#4C2E3C
(76,46,60)
#39252E
(57,37,46)
#261C20
(38,28,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #D16D9E

#D16D9E
(209,109,158)
#D57AA6
(213,122,166)
#D987AE
(217,135,174)
#DD94B6
(221,148,182)
#E1A1BE
(225,161,190)
#E5AEC6
(229,174,198)
#E9BBCE
(233,187,206)
#EDC8D6
(237,200,214)
#F1D5DE
(241,213,222)
#F5E2E6
(245,226,230)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16D9E color. Also use rgb(209,109,158) instead hex code.

Text Font Color

.myTextColor { color: #D16D9E; }

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

This text font color is #D16D9E.


Background Color

.myBgColor { background-color: #D16D9E; }

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

This div background color is #D16D9E.


Border color

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

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

This div border color is #D16D9E.


Opacity

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

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

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

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

This text has shadow with #D16D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16D9E on black background.


Color preview on white background

This text has color #D16D9E on white background.



Black color preview on #D16D9E background

This text has black color on #D16D9E background.


White color preview on #D16D9E background

This text has white color on #D16D9E background.