COLOR #D17171

HEX: #D17171
RGB: (209,113,113)

Color info

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

RGB color model

#D17171 color RGB value is (209,113,113).

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

RGB channels and saturation

R 209 of 255 = 82%
G 113 of 255 = 44%
B 113 of 255 = 44%

209
113
113

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

Portions of RGB colors in percentages

R + G + B =
209 + 113 + 113 = 435 (100%)
R 209 of 435 ~ 48.05%
G 113 of 435 ~ 25.98%
B 113 of 435 ~ 25.98%

%48.05
%25.98
%25.98

CMYK color model

#D17171 color CMYK value is (0,46,46,18).

  • cyan value is 0.00%
  • magenta value is 45.93%
  • yellow value is 45.93%
  • key color value is 18.04%
CMYK:
(0,46,46,18)
C0M46Y46K18 
(0%,46%,46%,18%)
(0.00/0.46/0.46/0.18)	

CMYK percentages

%0
%45.93
%45.93
%18.04

Codes

Color #D17171 in popluar color models

D17171
RGB209113113
HSL51.06%63.14%
HSB/HSV45.93%81.96%
CMYK0.00%45.93%45.93%
18.04%

Color #D17171 in popluar number systems.

HEXD17171
Decimal209113113
Binary1101000111100011110001
Octal321161161

Shades and tints

Shades of #D17171

#D17171
(209,113,113)
#BE6767
(190,103,103)
#AB5D5D
(171,93,93)
#985353
(152,83,83)
#854949
(133,73,73)
#723F3F
(114,63,63)
#5F3535
(95,53,53)
#4C2B2B
(76,43,43)
#392121
(57,33,33)
#261717
(38,23,23)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #D17171

#D17171
(209,113,113)
#D57D7D
(213,125,125)
#D98989
(217,137,137)
#DD9595
(221,149,149)
#E1A1A1
(225,161,161)
#E5ADAD
(229,173,173)
#E9B9B9
(233,185,185)
#EDC5C5
(237,197,197)
#F1D1D1
(241,209,209)
#F5DDDD
(245,221,221)
#F9E9E9
(249,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17171; }

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

This text font color is #D17171.


Background Color

.myBgColor { background-color: #D17171; }

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

This div background color is #D17171.


Border color

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

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

This div border color is #D17171.


Opacity

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

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

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

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

This text has shadow with #D17171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17171 on black background.


Color preview on white background

This text has color #D17171 on white background.



Black color preview on #D17171 background

This text has black color on #D17171 background.


White color preview on #D17171 background

This text has white color on #D17171 background.