COLOR #D179AA

HEX: #D179AA
RGB: (209,121,170)

Color info

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

RGB color model

#D179AA color RGB value is (209,121,170).

  • red value is 209;
  • green value is 121;
  • blue value is 170.
RGB:
(209,121,170)
(82%,47%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 121 of 255 = 47%
B 170 of 255 = 67%

209
121
170

R + G + B ~ 65%. #D179AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 121 + 170 = 500 (100%)
R 209 of 500 ~ 41.8%
G 121 of 500 ~ 24.2%
B 170 of 500 ~ 34%

%41.8
%24.2
%34

CMYK color model

#D179AA color CMYK value is (0,42,19,18).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 18.66%
  • key color value is 18.04%
CMYK:
(0,42,19,18)
C0M42Y19K18 
(0%,42%,19%,18%)
(0.00/0.42/0.19/0.18)	

CMYK percentages

%0
%42.11
%18.66
%18.04

Codes

Color #D179AA in popluar color models

D179AA
RGB209121170
HSL327°48.89%64.71%
HSB/HSV327°42.11%81.96%
CMYK0.00%42.11%18.66%
18.04%

Color #D179AA in popluar number systems.

HEXD179AA
Decimal209121170
Binary11010001111100110101010
Octal321171252

Shades and tints

Shades of #D179AA

#D179AA
(209,121,170)
#BE6E9B
(190,110,155)
#AB638C
(171,99,140)
#98587D
(152,88,125)
#854D6E
(133,77,110)
#72425F
(114,66,95)
#5F3750
(95,55,80)
#4C2C41
(76,44,65)
#392132
(57,33,50)
#261623
(38,22,35)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #D179AA

#D179AA
(209,121,170)
#D585B1
(213,133,177)
#D991B8
(217,145,184)
#DD9DBF
(221,157,191)
#E1A9C6
(225,169,198)
#E5B5CD
(229,181,205)
#E9C1D4
(233,193,212)
#EDCDDB
(237,205,219)
#F1D9E2
(241,217,226)
#F5E5E9
(245,229,233)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D179AA; }

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

This text font color is #D179AA.


Background Color

.myBgColor { background-color: #D179AA; }

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

This div background color is #D179AA.


Border color

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

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

This div border color is #D179AA.


Opacity

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

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

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

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

This text has shadow with #D179AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D179AA on black background.


Color preview on white background

This text has color #D179AA on white background.



Black color preview on #D179AA background

This text has black color on #D179AA background.


White color preview on #D179AA background

This text has white color on #D179AA background.