COLOR #D16A6A

HEX: #D16A6A
RGB: (209,106,106)

Color info

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

RGB color model

#D16A6A color RGB value is (209,106,106).

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

RGB channels and saturation

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

209
106
106

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

Portions of RGB colors in percentages

R + G + B =
209 + 106 + 106 = 421 (100%)
R 209 of 421 ~ 49.64%
G 106 of 421 ~ 25.18%
B 106 of 421 ~ 25.18%

%49.64
%25.18
%25.18

CMYK color model

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

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

CMYK percentages

%0
%49.28
%49.28
%18.04

Codes

Color #D16A6A in popluar color models

D16A6A
RGB209106106
HSL52.82%61.76%
HSB/HSV49.28%81.96%
CMYK0.00%49.28%49.28%
18.04%

Color #D16A6A in popluar number systems.

HEXD16A6A
Decimal209106106
Binary1101000111010101101010
Octal321152152

Shades and tints

Shades of #D16A6A

#D16A6A
(209,106,106)
#BE6161
(190,97,97)
#AB5858
(171,88,88)
#984F4F
(152,79,79)
#854646
(133,70,70)
#723D3D
(114,61,61)
#5F3434
(95,52,52)
#4C2B2B
(76,43,43)
#392222
(57,34,34)
#261919
(38,25,25)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #D16A6A

#D16A6A
(209,106,106)
#D57777
(213,119,119)
#D98484
(217,132,132)
#DD9191
(221,145,145)
#E19E9E
(225,158,158)
#E5ABAB
(229,171,171)
#E9B8B8
(233,184,184)
#EDC5C5
(237,197,197)
#F1D2D2
(241,210,210)
#F5DFDF
(245,223,223)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16A6A; }

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

This text font color is #D16A6A.


Background Color

.myBgColor { background-color: #D16A6A; }

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

This div background color is #D16A6A.


Border color

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

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

This div border color is #D16A6A.


Opacity

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

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

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

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

This text has shadow with #D16A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16A6A on black background.


Color preview on white background

This text has color #D16A6A on white background.



Black color preview on #D16A6A background

This text has black color on #D16A6A background.


White color preview on #D16A6A background

This text has white color on #D16A6A background.