COLOR #D79AAE

HEX: #D79AAE
RGB: (215,154,174)

Color info

#D79AAE contains mainly red and blue colors. Web safe color of #D79AAE is #CC9999 (or #C99).

RGB color model

#D79AAE color RGB value is (215,154,174).

  • red value is 215;
  • green value is 154;
  • blue value is 174.
RGB:
(215,154,174)
(84%,60%,68%)

RGB channels and saturation

R 215 of 255 = 84%
G 154 of 255 = 60%
B 174 of 255 = 68%

215
154
174

R + G + B ~ 71%. #D79AAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 154 + 174 = 543 (100%)
R 215 of 543 ~ 39.59%
G 154 of 543 ~ 28.36%
B 174 of 543 ~ 32.04%

%39.59
%28.36
%32.04

CMYK color model

#D79AAE color CMYK value is (0,28,19,16).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(0,28,19,16)
C0M28Y19K16 
(0%,28%,19%,16%)
(0.00/0.28/0.19/0.16)	

CMYK percentages

%0
%28.37
%19.07
%15.69

Codes

Color #D79AAE in popluar color models

D79AAE
RGB215154174
HSL340°43.26%72.35%
HSB/HSV340°28.37%84.31%
CMYK0.00%28.37%19.07%
15.69%

Color #D79AAE in popluar number systems.

HEXD79AAE
Decimal215154174
Binary110101111001101010101110
Octal327232256

Shades and tints

Shades of #D79AAE

#D79AAE
(215,154,174)
#C48C9F
(196,140,159)
#B17E90
(177,126,144)
#9E7081
(158,112,129)
#8B6272
(139,98,114)
#785463
(120,84,99)
#654654
(101,70,84)
#523845
(82,56,69)
#3F2A36
(63,42,54)
#2C1C27
(44,28,39)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #D79AAE

#D79AAE
(215,154,174)
#DAA3B5
(218,163,181)
#DDACBC
(221,172,188)
#E0B5C3
(224,181,195)
#E3BECA
(227,190,202)
#E6C7D1
(230,199,209)
#E9D0D8
(233,208,216)
#ECD9DF
(236,217,223)
#EFE2E6
(239,226,230)
#F2EBED
(242,235,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79AAE color. Also use rgb(215,154,174) instead hex code.

Text Font Color

.myTextColor { color: #D79AAE; }

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

This text font color is #D79AAE.


Background Color

.myBgColor { background-color: #D79AAE; }

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

This div background color is #D79AAE.


Border color

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

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

This div border color is #D79AAE.


Opacity

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

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

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

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

This text has shadow with #D79AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79AAE on black background.


Color preview on white background

This text has color #D79AAE on white background.



Black color preview on #D79AAE background

This text has black color on #D79AAE background.


White color preview on #D79AAE background

This text has white color on #D79AAE background.