COLOR #D17EAC

HEX: #D17EAC
RGB: (209,126,172)

Color info

#D17EAC contains mainly red and blue colors. Web safe color of #D17EAC is #CC6699 (or #C69).

RGB color model

#D17EAC color RGB value is (209,126,172).

  • red value is 209;
  • green value is 126;
  • blue value is 172.
RGB:
(209,126,172)
(82%,49%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 126 of 255 = 49%
B 172 of 255 = 67%

209
126
172

R + G + B ~ 66%. #D17EAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 126 + 172 = 507 (100%)
R 209 of 507 ~ 41.22%
G 126 of 507 ~ 24.85%
B 172 of 507 ~ 33.93%

%41.22
%24.85
%33.93

CMYK color model

#D17EAC color CMYK value is (0,40,18,18).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,40,18,18)
C0M40Y18K18 
(0%,40%,18%,18%)
(0.00/0.40/0.18/0.18)	

CMYK percentages

%0
%39.71
%17.7
%18.04

Codes

Color #D17EAC in popluar color models

D17EAC
RGB209126172
HSL327°47.43%65.69%
HSB/HSV327°39.71%81.96%
CMYK0.00%39.71%17.70%
18.04%

Color #D17EAC in popluar number systems.

HEXD17EAC
Decimal209126172
Binary11010001111111010101100
Octal321176254

Shades and tints

Shades of #D17EAC

#D17EAC
(209,126,172)
#BE739D
(190,115,157)
#AB688E
(171,104,142)
#985D7F
(152,93,127)
#855270
(133,82,112)
#724761
(114,71,97)
#5F3C52
(95,60,82)
#4C3143
(76,49,67)
#392634
(57,38,52)
#261B25
(38,27,37)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #D17EAC

#D17EAC
(209,126,172)
#D589B3
(213,137,179)
#D994BA
(217,148,186)
#DD9FC1
(221,159,193)
#E1AAC8
(225,170,200)
#E5B5CF
(229,181,207)
#E9C0D6
(233,192,214)
#EDCBDD
(237,203,221)
#F1D6E4
(241,214,228)
#F5E1EB
(245,225,235)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17EAC; }

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

This text font color is #D17EAC.


Background Color

.myBgColor { background-color: #D17EAC; }

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

This div background color is #D17EAC.


Border color

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

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

This div border color is #D17EAC.


Opacity

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

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

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

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

This text has shadow with #D17EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17EAC on black background.


Color preview on white background

This text has color #D17EAC on white background.



Black color preview on #D17EAC background

This text has black color on #D17EAC background.


White color preview on #D17EAC background

This text has white color on #D17EAC background.