COLOR #D16F7E

HEX: #D16F7E
RGB: (209,111,126)

Color info

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

RGB color model

#D16F7E color RGB value is (209,111,126).

  • red value is 209;
  • green value is 111;
  • blue value is 126.
RGB:
(209,111,126)
(82%,44%,49%)

RGB channels and saturation

R 209 of 255 = 82%
G 111 of 255 = 44%
B 126 of 255 = 49%

209
111
126

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

Portions of RGB colors in percentages

R + G + B =
209 + 111 + 126 = 446 (100%)
R 209 of 446 ~ 46.86%
G 111 of 446 ~ 24.89%
B 126 of 446 ~ 28.25%

%46.86
%24.89
%28.25

CMYK color model

#D16F7E color CMYK value is (0,47,40,18).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 39.71%
  • key color value is 18.04%
CMYK:
(0,47,40,18)
C0M47Y40K18 
(0%,47%,40%,18%)
(0.00/0.47/0.40/0.18)	

CMYK percentages

%0
%46.89
%39.71
%18.04

Codes

Color #D16F7E in popluar color models

D16F7E
RGB209111126
HSL351°51.58%62.75%
HSB/HSV351°46.89%81.96%
CMYK0.00%46.89%39.71%
18.04%

Color #D16F7E in popluar number systems.

HEXD16F7E
Decimal209111126
Binary1101000111011111111110
Octal321157176

Shades and tints

Shades of #D16F7E

#D16F7E
(209,111,126)
#BE6573
(190,101,115)
#AB5B68
(171,91,104)
#98515D
(152,81,93)
#854752
(133,71,82)
#723D47
(114,61,71)
#5F333C
(95,51,60)
#4C2931
(76,41,49)
#391F26
(57,31,38)
#26151B
(38,21,27)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #D16F7E

#D16F7E
(209,111,126)
#D57C89
(213,124,137)
#D98994
(217,137,148)
#DD969F
(221,150,159)
#E1A3AA
(225,163,170)
#E5B0B5
(229,176,181)
#E9BDC0
(233,189,192)
#EDCACB
(237,202,203)
#F1D7D6
(241,215,214)
#F5E4E1
(245,228,225)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16F7E; }

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

This text font color is #D16F7E.


Background Color

.myBgColor { background-color: #D16F7E; }

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

This div background color is #D16F7E.


Border color

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

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

This div border color is #D16F7E.


Opacity

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

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

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

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

This text has shadow with #D16F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16F7E on black background.


Color preview on white background

This text has color #D16F7E on white background.



Black color preview on #D16F7E background

This text has black color on #D16F7E background.


White color preview on #D16F7E background

This text has white color on #D16F7E background.