COLOR #D17CB6

HEX: #D17CB6 RGB: (209,124,182)

Color info

#D17CB6 contains mainly red and blue colors. Web safe color of #D17CB6 is #CC66CC (or #C6C).

RGB color model

#D17CB6 color RGB value is (209,124,182).

RGB: (209,124,182) (82%, 49%, 71%)

RGB channels and saturation

R 209 of 255 = 82%
G 124 of 255 = 49%
B 182 of 255 = 71%

209
124
182

R + G + B ~ 67%. #D17CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 124 + 182 = 515 (100%)
R 209 of 515 ~ 40.58%
G 124 of 515 ~ 24.08%
B 182 of 515 ~ 35.34'%

%40.58
%24.08
%35.34

CMYK color model

#D17CB6 color CMYK value is (0,41,13,18).

  • cyan value is 0.00%
  • magenta value is 40.67%
  • yellow value is 12.92%
  • key color value is 18.04%
CMYK: (0,41,13,18) C0M41Y13K18 (0%,41%,13%,18%) (0.00/0.41/0.13/0.18) 

CMYK percentages

%0
%40.67
%12.92
%18.04

Codes

Color #D17CB6 in popluar color models

D1 7C B6
RGB 209 124 182
HSL 319° 48.02% 65.29%
HSB/HSV 319° 40.67% 81.96%
CMYK 0.00% 40.67% 12.92%
18.04%

Color #D17CB6 in popluar number systems.

HEX D1 7C B6
Decimal 209 124 182
Binary 11010001 1111100 10110110
Octal 321 174 266

Shades and tints

Shades of #D17CB6

#D17CB6
(209,124,182)
#BE71A6
(190,113,166)
#AB6696
(171,102,150)
#985B86
(152,91,134)
#855076
(133,80,118)
#724566
(114,69,102)
#5F3A56
(95,58,86)
#4C2F46
(76,47,70)
#392436
(57,36,54)
#261926
(38,25,38)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #D17CB6

#D17CB6
(209,124,182)
#D587BC
(213,135,188)
#D992C2
(217,146,194)
#DD9DC8
(221,157,200)
#E1A8CE
(225,168,206)
#E5B3D4
(229,179,212)
#E9BEDA
(233,190,218)
#EDC9E0
(237,201,224)
#F1D4E6
(241,212,230)
#F5DFEC
(245,223,236)
#F9EAF2
(249,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17CB6; }

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

This text font color is #D17CB6.

Background Color

.myBgColor { background-color: #D17CB6; }

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

This div background color is #D17CB6.

Border color

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

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

This div border color is #D17CB6.

Opacity

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

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

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

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

This text has shadow with #D17CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17CB6.

Preview

Color preview on black background

This text has color #D17CB6 on black background.


Color preview on white background

This text has color #D17CB6 on white background.


Black color preview on #D17CB6 background

This text has black color on #D17CB6 background.


White color preview on #D17CB6 background

This text has white color on #D17CB6 background.


Related colors

Complementary color

Complementary color for #hex is #2E8349.


I love getcolorcode.com

Triadic colors

1 #B6D17C and #7CB6D1 with #D17CB6 are triadic colors.

2 #B67CD1 and #7CD1B6 with #D17CB6 are triadic colors.