COLOR #D16C73

HEX: #D16C73
RGB: (209,108,115)

Color info

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

RGB color model

#D16C73 color RGB value is (209,108,115).

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

RGB channels and saturation

R 209 of 255 = 82%
G 108 of 255 = 42%
B 115 of 255 = 45%

209
108
115

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

Portions of RGB colors in percentages

R + G + B =
209 + 108 + 115 = 432 (100%)
R 209 of 432 ~ 48.38%
G 108 of 432 ~ 25%
B 115 of 432 ~ 26.62%

%48.38
%25
%26.62

CMYK color model

#D16C73 color CMYK value is (0,48,45,18).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 44.98%
  • key color value is 18.04%
CMYK:
(0,48,45,18)
C0M48Y45K18 
(0%,48%,45%,18%)
(0.00/0.48/0.45/0.18)	

CMYK percentages

%0
%48.33
%44.98
%18.04

Codes

Color #D16C73 in popluar color models

D16C73
RGB209108115
HSL356°52.33%62.16%
HSB/HSV356°48.33%81.96%
CMYK0.00%48.33%44.98%
18.04%

Color #D16C73 in popluar number systems.

HEXD16C73
Decimal209108115
Binary1101000111011001110011
Octal321154163

Shades and tints

Shades of #D16C73

#D16C73
(209,108,115)
#BE6369
(190,99,105)
#AB5A5F
(171,90,95)
#985155
(152,81,85)
#85484B
(133,72,75)
#723F41
(114,63,65)
#5F3637
(95,54,55)
#4C2D2D
(76,45,45)
#392423
(57,36,35)
#261B19
(38,27,25)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #D16C73

#D16C73
(209,108,115)
#D5797F
(213,121,127)
#D9868B
(217,134,139)
#DD9397
(221,147,151)
#E1A0A3
(225,160,163)
#E5ADAF
(229,173,175)
#E9BABB
(233,186,187)
#EDC7C7
(237,199,199)
#F1D4D3
(241,212,211)
#F5E1DF
(245,225,223)
#F9EEEB
(249,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16C73; }

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

This text font color is #D16C73.


Background Color

.myBgColor { background-color: #D16C73; }

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

This div background color is #D16C73.


Border color

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

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

This div border color is #D16C73.


Opacity

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

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

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

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

This text has shadow with #D16C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16C73 on black background.


Color preview on white background

This text has color #D16C73 on white background.



Black color preview on #D16C73 background

This text has black color on #D16C73 background.


White color preview on #D16C73 background

This text has white color on #D16C73 background.