COLOR #D879AA

HEX: #D879AA
RGB: (216,121,170)

Color info

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

RGB color model

#D879AA color RGB value is (216,121,170).

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

RGB channels and saturation

R 216 of 255 = 85%
G 121 of 255 = 47%
B 170 of 255 = 67%

216
121
170

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

Portions of RGB colors in percentages

R + G + B =
216 + 121 + 170 = 507 (100%)
R 216 of 507 ~ 42.6%
G 121 of 507 ~ 23.87%
B 170 of 507 ~ 33.53%

%42.6
%23.87
%33.53

CMYK color model

#D879AA color CMYK value is (0,44,21,15).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 21.30%
  • key color value is 15.29%
CMYK:
(0,44,21,15)
C0M44Y21K15 
(0%,44%,21%,15%)
(0.00/0.44/0.21/0.15)	

CMYK percentages

%0
%43.98
%21.3
%15.29

Codes

Color #D879AA in popluar color models

D879AA
RGB216121170
HSL329°54.91%66.08%
HSB/HSV329°43.98%84.71%
CMYK0.00%43.98%21.30%
15.29%

Color #D879AA in popluar number systems.

HEXD879AA
Decimal216121170
Binary11011000111100110101010
Octal330171252

Shades and tints

Shades of #D879AA

#D879AA
(216,121,170)
#C56E9B
(197,110,155)
#B2638C
(178,99,140)
#9F587D
(159,88,125)
#8C4D6E
(140,77,110)
#79425F
(121,66,95)
#663750
(102,55,80)
#532C41
(83,44,65)
#402132
(64,33,50)
#2D1623
(45,22,35)
#1A0B14
(26,11,20)
#000000
(0,0,0)

Tints of #D879AA

#D879AA
(216,121,170)
#DB85B1
(219,133,177)
#DE91B8
(222,145,184)
#E19DBF
(225,157,191)
#E4A9C6
(228,169,198)
#E7B5CD
(231,181,205)
#EAC1D4
(234,193,212)
#EDCDDB
(237,205,219)
#F0D9E2
(240,217,226)
#F3E5E9
(243,229,233)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D879AA; }

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

This text font color is #D879AA.


Background Color

.myBgColor { background-color: #D879AA; }

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

This div background color is #D879AA.


Border color

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

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

This div border color is #D879AA.


Opacity

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

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

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

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

This text has shadow with #D879AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D879AA on black background.


Color preview on white background

This text has color #D879AA on white background.



Black color preview on #D879AA background

This text has black color on #D879AA background.


White color preview on #D879AA background

This text has white color on #D879AA background.