COLOR #D79ABD

HEX: #D79ABD RGB: (215,154,189)

Color info

#D79ABD contains mainly red and blue colors. Web safe color of #D79ABD is #CC99CC (or #C9C).

RGB color model

#D79ABD color RGB value is (215,154,189).

RGB: (215,154,189) (84%, 60%, 74%)

RGB channels and saturation

R 215 of 255 = 84%
G 154 of 255 = 60%
B 189 of 255 = 74%

215
154
189

R + G + B ~ 73%. #D79ABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 154 + 189 = 558 (100%)
R 215 of 558 ~ 38.53%
G 154 of 558 ~ 27.6%
B 189 of 558 ~ 33.87'%

%38.53
%27.6
%33.87

CMYK color model

#D79ABD color CMYK value is (0,28,12,16).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 12.09%
  • key color value is 15.69%

CMYK: (0,28,12,16)
C0M28Y12K16 (0%, 28%, 12%, 16%)
(0.00 / 0.28 / 0.12 / 0.16)

CMYK percentages

%0
%28.37
%12.09
%15.69

Codes

Color #D79ABD in popluar color models

D7 9A BD
RGB 215 154 189
HSL 326° 43.26% 72.35%
HSB/HSV 326° 28.37% 84.31%
CMYK 0.00% 28.37% 12.09%
15.69%

Color #D79ABD in popluar number systems.

HEX D7 9A BD
Decimal 215 154 189
Binary 11010111 10011010 10111101
Octal 327 232 275

Shades and tints

Shades of #D79ABD

#D79ABD
(215,154,189)
#C48CAC
(196,140,172)
#B17E9B
(177,126,155)
#9E708A
(158,112,138)
#8B6279
(139,98,121)
#785468
(120,84,104)
#654657
(101,70,87)
#523846
(82,56,70)
#3F2A35
(63,42,53)
#2C1C24
(44,28,36)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #D79ABD

#D79ABD
(215,154,189)
#DAA3C3
(218,163,195)
#DDACC9
(221,172,201)
#E0B5CF
(224,181,207)
#E3BED5
(227,190,213)
#E6C7DB
(230,199,219)
#E9D0E1
(233,208,225)
#ECD9E7
(236,217,231)
#EFE2ED
(239,226,237)
#F2EBF3
(242,235,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79ABD; }

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

This text font color is #D79ABD.

Background Color

.myBgColor { background-color: #D79ABD; }

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

This div background color is #D79ABD.

Border color

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

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

This div border color is #D79ABD.

Opacity

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

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

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

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

This text has shadow with #D79ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79ABD.

Preview

Color preview on black background

This text has color #D79ABD on black background.


Color preview on white background

This text has color #D79ABD on white background.


Black color preview on #D79ABD background

This text has black color on #D79ABD background.


White color preview on #D79ABD background

This text has white color on #D79ABD background.


Related colors

Complementary color

Complementary color for #hex is #286542.


I love getcolorcode.com

Triadic colors

1 #BDD79A and #9ABDD7 with #D79ABD are triadic colors.

2 #BD9AD7 and #9AD7BD with #D79ABD are triadic colors.