COLOR #D17AB7

HEX: #D17AB7
RGB: (209,122,183)

Color info

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

RGB color model

#D17AB7 color RGB value is (209,122,183).

  • red value is 209;
  • green value is 122;
  • blue value is 183.
RGB:
(209,122,183)
(82%,48%,72%)

RGB channels and saturation

R 209 of 255 = 82%
G 122 of 255 = 48%
B 183 of 255 = 72%

209
122
183

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

Portions of RGB colors in percentages

R + G + B =
209 + 122 + 183 = 514 (100%)
R 209 of 514 ~ 40.66%
G 122 of 514 ~ 23.74%
B 183 of 514 ~ 35.6%

%40.66
%23.74
%35.6

CMYK color model

#D17AB7 color CMYK value is (0,42,12,18).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 12.44%
  • key color value is 18.04%
CMYK:
(0,42,12,18)
C0M42Y12K18 
(0%,42%,12%,18%)
(0.00/0.42/0.12/0.18)	

CMYK percentages

%0
%41.63
%12.44
%18.04

Codes

Color #D17AB7 in popluar color models

D17AB7
RGB209122183
HSL318°48.60%64.90%
HSB/HSV318°41.63%81.96%
CMYK0.00%41.63%12.44%
18.04%

Color #D17AB7 in popluar number systems.

HEXD17AB7
Decimal209122183
Binary11010001111101010110111
Octal321172267

Shades and tints

Shades of #D17AB7

#D17AB7
(209,122,183)
#BE6FA7
(190,111,167)
#AB6497
(171,100,151)
#985987
(152,89,135)
#854E77
(133,78,119)
#724367
(114,67,103)
#5F3857
(95,56,87)
#4C2D47
(76,45,71)
#392237
(57,34,55)
#261727
(38,23,39)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #D17AB7

#D17AB7
(209,122,183)
#D586BD
(213,134,189)
#D992C3
(217,146,195)
#DD9EC9
(221,158,201)
#E1AACF
(225,170,207)
#E5B6D5
(229,182,213)
#E9C2DB
(233,194,219)
#EDCEE1
(237,206,225)
#F1DAE7
(241,218,231)
#F5E6ED
(245,230,237)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17AB7; }

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

This text font color is #D17AB7.


Background Color

.myBgColor { background-color: #D17AB7; }

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

This div background color is #D17AB7.


Border color

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

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

This div border color is #D17AB7.


Opacity

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

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

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

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

This text has shadow with #D17AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17AB7 on black background.


Color preview on white background

This text has color #D17AB7 on white background.



Black color preview on #D17AB7 background

This text has black color on #D17AB7 background.


White color preview on #D17AB7 background

This text has white color on #D17AB7 background.