COLOR #D79CC9

HEX: #D79CC9
RGB: (215,156,201)

Color info

#D79CC9 contains red, green and blue colors in about the same proportion. Web safe color of #D79CC9 is #CC99CC (or #C9C).

RGB color model

#D79CC9 color RGB value is (215,156,201).

  • red value is 215;
  • green value is 156;
  • blue value is 201.
RGB:
(215,156,201)
(84%,61%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 156 of 255 = 61%
B 201 of 255 = 79%

215
156
201

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

Portions of RGB colors in percentages

R + G + B =
215 + 156 + 201 = 572 (100%)
R 215 of 572 ~ 37.59%
G 156 of 572 ~ 27.27%
B 201 of 572 ~ 35.14%

%37.59
%27.27
%35.14

CMYK color model

#D79CC9 color CMYK value is (0,27,7,16).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 6.51%
  • key color value is 15.69%
CMYK:
(0,27,7,16)
C0M27Y7K16 
(0%,27%,7%,16%)
(0.00/0.27/0.07/0.16)	

CMYK percentages

%0
%27.44
%6.51
%15.69

Codes

Color #D79CC9 in popluar color models

D79CC9
RGB215156201
HSL314°42.45%72.75%
HSB/HSV314°27.44%84.31%
CMYK0.00%27.44%6.51%
15.69%

Color #D79CC9 in popluar number systems.

HEXD79CC9
Decimal215156201
Binary110101111001110011001001
Octal327234311

Shades and tints

Shades of #D79CC9

#D79CC9
(215,156,201)
#C48EB7
(196,142,183)
#B180A5
(177,128,165)
#9E7293
(158,114,147)
#8B6481
(139,100,129)
#78566F
(120,86,111)
#65485D
(101,72,93)
#523A4B
(82,58,75)
#3F2C39
(63,44,57)
#2C1E27
(44,30,39)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #D79CC9

#D79CC9
(215,156,201)
#DAA5CD
(218,165,205)
#DDAED1
(221,174,209)
#E0B7D5
(224,183,213)
#E3C0D9
(227,192,217)
#E6C9DD
(230,201,221)
#E9D2E1
(233,210,225)
#ECDBE5
(236,219,229)
#EFE4E9
(239,228,233)
#F2EDED
(242,237,237)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79CC9 color. Also use rgb(215,156,201) instead hex code.

Text Font Color

.myTextColor { color: #D79CC9; }

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

This text font color is #D79CC9.


Background Color

.myBgColor { background-color: #D79CC9; }

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

This div background color is #D79CC9.


Border color

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

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

This div border color is #D79CC9.


Opacity

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

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

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

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

This text has shadow with #D79CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79CC9 on black background.


Color preview on white background

This text has color #D79CC9 on white background.



Black color preview on #D79CC9 background

This text has black color on #D79CC9 background.


White color preview on #D79CC9 background

This text has white color on #D79CC9 background.