COLOR #D176AE

HEX: #D176AE
RGB: (209,118,174)

Color info

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

RGB color model

#D176AE color RGB value is (209,118,174).

  • red value is 209;
  • green value is 118;
  • blue value is 174.
RGB:
(209,118,174)
(82%,46%,68%)

RGB channels and saturation

R 209 of 255 = 82%
G 118 of 255 = 46%
B 174 of 255 = 68%

209
118
174

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

Portions of RGB colors in percentages

R + G + B =
209 + 118 + 174 = 501 (100%)
R 209 of 501 ~ 41.72%
G 118 of 501 ~ 23.55%
B 174 of 501 ~ 34.73%

%41.72
%23.55
%34.73

CMYK color model

#D176AE color CMYK value is (0,44,17,18).

  • cyan value is 0.00%
  • magenta value is 43.54%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(0,44,17,18)
C0M44Y17K18 
(0%,44%,17%,18%)
(0.00/0.44/0.17/0.18)	

CMYK percentages

%0
%43.54
%16.75
%18.04

Codes

Color #D176AE in popluar color models

D176AE
RGB209118174
HSL323°49.73%64.12%
HSB/HSV323°43.54%81.96%
CMYK0.00%43.54%16.75%
18.04%

Color #D176AE in popluar number systems.

HEXD176AE
Decimal209118174
Binary11010001111011010101110
Octal321166256

Shades and tints

Shades of #D176AE

#D176AE
(209,118,174)
#BE6C9F
(190,108,159)
#AB6290
(171,98,144)
#985881
(152,88,129)
#854E72
(133,78,114)
#724463
(114,68,99)
#5F3A54
(95,58,84)
#4C3045
(76,48,69)
#392636
(57,38,54)
#261C27
(38,28,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #D176AE

#D176AE
(209,118,174)
#D582B5
(213,130,181)
#D98EBC
(217,142,188)
#DD9AC3
(221,154,195)
#E1A6CA
(225,166,202)
#E5B2D1
(229,178,209)
#E9BED8
(233,190,216)
#EDCADF
(237,202,223)
#F1D6E6
(241,214,230)
#F5E2ED
(245,226,237)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D176AE color. Also use rgb(209,118,174) instead hex code.

Text Font Color

.myTextColor { color: #D176AE; }

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

This text font color is #D176AE.


Background Color

.myBgColor { background-color: #D176AE; }

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

This div background color is #D176AE.


Border color

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

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

This div border color is #D176AE.


Opacity

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

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

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

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

This text has shadow with #D176AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D176AE on black background.


Color preview on white background

This text has color #D176AE on white background.



Black color preview on #D176AE background

This text has black color on #D176AE background.


White color preview on #D176AE background

This text has white color on #D176AE background.