COLOR #D16F8C

HEX: #D16F8C RGB: (209,111,140)

Color info

#D16F8C contains mainly red color. Web safe color of #D16F8C is #CC6699 (or #C69).

RGB color model

#D16F8C color RGB value is (209,111,140).

RGB: (209,111,140) (82%, 44%, 55%)

RGB channels and saturation

R 209 of 255 = 82%
G 111 of 255 = 44%
B 140 of 255 = 55%

209
111
140

R + G + B ~ 60%. #D16F8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 209 + 111 + 140 = 460 (100%)
R 209 of 460 ~ 45.43%
G 111 of 460 ~ 24.13%
B 140 of 460 ~ 30.43'%

%45.43
%24.13
%30.43

CMYK color model

#D16F8C color CMYK value is (0,47,33,18).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 33.01%
  • key color value is 18.04%

CMYK: (0,47,33,18)
C0M47Y33K18 (0%, 47%, 33%, 18%)
(0.00 / 0.47 / 0.33 / 0.18)

CMYK percentages

%0
%46.89
%33.01
%18.04

Codes

Color #D16F8C in popluar color models

D1 6F 8C
RGB 209 111 140
HSL 342° 51.58% 62.75%
HSB/HSV 342° 46.89% 81.96%
CMYK 0.00% 46.89% 33.01%
18.04%

Color #D16F8C in popluar number systems.

HEX D1 6F 8C
Decimal 209 111 140
Binary 11010001 1101111 10001100
Octal 321 157 214

Shades and tints

Shades of #D16F8C

#D16F8C
(209,111,140)
#BE6580
(190,101,128)
#AB5B74
(171,91,116)
#985168
(152,81,104)
#85475C
(133,71,92)
#723D50
(114,61,80)
#5F3344
(95,51,68)
#4C2938
(76,41,56)
#391F2C
(57,31,44)
#261520
(38,21,32)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #D16F8C

#D16F8C
(209,111,140)
#D57C96
(213,124,150)
#D989A0
(217,137,160)
#DD96AA
(221,150,170)
#E1A3B4
(225,163,180)
#E5B0BE
(229,176,190)
#E9BDC8
(233,189,200)
#EDCAD2
(237,202,210)
#F1D7DC
(241,215,220)
#F5E4E6
(245,228,230)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16F8C color. Also use rgb(209,111,140) instead hex code.

Text Font Color

.myTextColor { color: #D16F8C; }

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

This text font color is #D16F8C.

Background Color

.myBgColor { background-color: #D16F8C; }

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

This div background color is #D16F8C.

Border color

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

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

This div border color is #D16F8C.

Opacity

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

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

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

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

This text has shadow with #D16F8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D16F8C.

Preview

Color preview on black background

This text has color #D16F8C on black background.


Color preview on white background

This text has color #D16F8C on white background.


Black color preview on #D16F8C background

This text has black color on #D16F8C background.


White color preview on #D16F8C background

This text has white color on #D16F8C background.


Related colors

Complementary color

Complementary color for #hex is #2E9073.


I love getcolorcode.com

Triadic colors

1 #8CD16F and #6F8CD1 with #D16F8C are triadic colors.

2 #8C6FD1 and #6FD18C with #D16F8C are triadic colors.