COLOR #D79ACD

HEX: #D79ACD
RGB: (215,154,205)

Color info

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

RGB color model

#D79ACD color RGB value is (215,154,205).

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

RGB channels and saturation

R 215 of 255 = 84%
G 154 of 255 = 60%
B 205 of 255 = 80%

215
154
205

R + G + B ~ 75%. #D79ACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 154 + 205 = 574 (100%)
R 215 of 574 ~ 37.46%
G 154 of 574 ~ 26.83%
B 205 of 574 ~ 35.71%

%37.46
%26.83
%35.71

CMYK color model

#D79ACD color CMYK value is (0,28,5,16).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK:
(0,28,5,16)
C0M28Y5K16 
(0%,28%,5%,16%)
(0.00/0.28/0.05/0.16)	

CMYK percentages

%0
%28.37
%4.65
%15.69

Codes

Color #D79ACD in popluar color models

D79ACD
RGB215154205
HSL310°43.26%72.35%
HSB/HSV310°28.37%84.31%
CMYK0.00%28.37%4.65%
15.69%

Color #D79ACD in popluar number systems.

HEXD79ACD
Decimal215154205
Binary110101111001101011001101
Octal327232315

Shades and tints

Shades of #D79ACD

#D79ACD
(215,154,205)
#C48CBB
(196,140,187)
#B17EA9
(177,126,169)
#9E7097
(158,112,151)
#8B6285
(139,98,133)
#785473
(120,84,115)
#654661
(101,70,97)
#52384F
(82,56,79)
#3F2A3D
(63,42,61)
#2C1C2B
(44,28,43)
#190E19
(25,14,25)
#000000
(0,0,0)

Tints of #D79ACD

#D79ACD
(215,154,205)
#DAA3D1
(218,163,209)
#DDACD5
(221,172,213)
#E0B5D9
(224,181,217)
#E3BEDD
(227,190,221)
#E6C7E1
(230,199,225)
#E9D0E5
(233,208,229)
#ECD9E9
(236,217,233)
#EFE2ED
(239,226,237)
#F2EBF1
(242,235,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79ACD; }

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

This text font color is #D79ACD.


Background Color

.myBgColor { background-color: #D79ACD; }

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

This div background color is #D79ACD.


Border color

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

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

This div border color is #D79ACD.


Opacity

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

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

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

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

This text has shadow with #D79ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79ACD on black background.


Color preview on white background

This text has color #D79ACD on white background.



Black color preview on #D79ACD background

This text has black color on #D79ACD background.


White color preview on #D79ACD background

This text has white color on #D79ACD background.