COLOR #D179B6

HEX: #D179B6
RGB: (209,121,182)

Color info

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

RGB color model

#D179B6 color RGB value is (209,121,182).

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

RGB channels and saturation

R 209 of 255 = 82%
G 121 of 255 = 47%
B 182 of 255 = 71%

209
121
182

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

Portions of RGB colors in percentages

R + G + B =
209 + 121 + 182 = 512 (100%)
R 209 of 512 ~ 40.82%
G 121 of 512 ~ 23.63%
B 182 of 512 ~ 35.55%

%40.82
%23.63
%35.55

CMYK color model

#D179B6 color CMYK value is (0,42,13,18).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 12.92%
  • key color value is 18.04%
CMYK:
(0,42,13,18)
C0M42Y13K18 
(0%,42%,13%,18%)
(0.00/0.42/0.13/0.18)	

CMYK percentages

%0
%42.11
%12.92
%18.04

Codes

Color #D179B6 in popluar color models

D179B6
RGB209121182
HSL318°48.89%64.71%
HSB/HSV318°42.11%81.96%
CMYK0.00%42.11%12.92%
18.04%

Color #D179B6 in popluar number systems.

HEXD179B6
Decimal209121182
Binary11010001111100110110110
Octal321171266

Shades and tints

Shades of #D179B6

#D179B6
(209,121,182)
#BE6EA6
(190,110,166)
#AB6396
(171,99,150)
#985886
(152,88,134)
#854D76
(133,77,118)
#724266
(114,66,102)
#5F3756
(95,55,86)
#4C2C46
(76,44,70)
#392136
(57,33,54)
#261626
(38,22,38)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #D179B6

#D179B6
(209,121,182)
#D585BC
(213,133,188)
#D991C2
(217,145,194)
#DD9DC8
(221,157,200)
#E1A9CE
(225,169,206)
#E5B5D4
(229,181,212)
#E9C1DA
(233,193,218)
#EDCDE0
(237,205,224)
#F1D9E6
(241,217,230)
#F5E5EC
(245,229,236)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D179B6; }

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

This text font color is #D179B6.


Background Color

.myBgColor { background-color: #D179B6; }

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

This div background color is #D179B6.


Border color

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

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

This div border color is #D179B6.


Opacity

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

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

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

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

This text has shadow with #D179B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D179B6 on black background.


Color preview on white background

This text has color #D179B6 on white background.



Black color preview on #D179B6 background

This text has black color on #D179B6 background.


White color preview on #D179B6 background

This text has white color on #D179B6 background.