COLOR #D16A7E

HEX: #D16A7E RGB: (209,106,126)

Color info

#D16A7E contains mainly red color. Web safe color of #D16A7E is #CC6666 (or #C66).

RGB color model

#D16A7E color RGB value is (209,106,126).

RGB: (209,106,126) (82%, 42%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 106 of 255 = 42%
B 126 of 255 = 49%

209
106
126

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

Portions of RGB colors in percentages

R + G + B = 209 + 106 + 126 = 441 (100%)
R 209 of 441 ~ 47.39%
G 106 of 441 ~ 24.04%
B 126 of 441 ~ 28.57'%

%47.39
%24.04
%28.57

CMYK color model

#D16A7E color CMYK value is (0,49,40,18).

  • cyan value is 0.00%
  • magenta value is 49.28%
  • yellow value is 39.71%
  • key color value is 18.04%
CMYK: (0,49,40,18) C0M49Y40K18 (0%,49%,40%,18%) (0.00/0.49/0.40/0.18) 

CMYK percentages

%0
%49.28
%39.71
%18.04

Codes

Color #D16A7E in popluar color models

D1 6A 7E
RGB 209 106 126
HSL 348° 52.82% 61.76%
HSB/HSV 348° 49.28% 81.96%
CMYK 0.00% 49.28% 39.71%
18.04%

Color #D16A7E in popluar number systems.

HEX D1 6A 7E
Decimal 209 106 126
Binary 11010001 1101010 1111110
Octal 321 152 176

Shades and tints

Shades of #D16A7E

#D16A7E
(209,106,126)
#BE6173
(190,97,115)
#AB5868
(171,88,104)
#984F5D
(152,79,93)
#854652
(133,70,82)
#723D47
(114,61,71)
#5F343C
(95,52,60)
#4C2B31
(76,43,49)
#392226
(57,34,38)
#26191B
(38,25,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #D16A7E

#D16A7E
(209,106,126)
#D57789
(213,119,137)
#D98494
(217,132,148)
#DD919F
(221,145,159)
#E19EAA
(225,158,170)
#E5ABB5
(229,171,181)
#E9B8C0
(233,184,192)
#EDC5CB
(237,197,203)
#F1D2D6
(241,210,214)
#F5DFE1
(245,223,225)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16A7E color. Also use rgb(209,106,126) instead hex code.

Text Font Color

.myTextColor { color: #D16A7E; }

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

This text font color is #D16A7E.

Background Color

.myBgColor { background-color: #D16A7E; }

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

This div background color is #D16A7E.

Border color

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

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

This div border color is #D16A7E.

Opacity

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

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

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

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

This text has shadow with #D16A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D16A7E.

Preview

Color preview on black background

This text has color #D16A7E on black background.


Color preview on white background

This text has color #D16A7E on white background.


Black color preview on #D16A7E background

This text has black color on #D16A7E background.


White color preview on #D16A7E background

This text has white color on #D16A7E background.


Related colors

Complementary color

Complementary color for #hex is #2E9581.


I love getcolorcode.com

Triadic colors

1 #7ED16A and #6A7ED1 with #D16A7E are triadic colors.

2 #7E6AD1 and #6AD17E with #D16A7E are triadic colors.