COLOR #D79BC8

HEX: #D79BC8 RGB: (215,155,200)

Color info

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

RGB color model

#D79BC8 color RGB value is (215,155,200).

RGB: (215,155,200) (84%, 61%, 78%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 200 of 255 = 78%

215
155
200

R + G + B ~ 74%. #D79BC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 155 + 200 = 570 (100%)
R 215 of 570 ~ 37.72%
G 155 of 570 ~ 27.19%
B 200 of 570 ~ 35.09'%

%37.72
%27.19
%35.09

CMYK color model

#D79BC8 color CMYK value is (0,28,7,16).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 6.98%
  • key color value is 15.69%

CMYK: (0,28,7,16)
C0M28Y7K16 (0%, 28%, 7%, 16%)
(0.00 / 0.28 / 0.07 / 0.16)

CMYK percentages

%0
%27.91
%6.98
%15.69

Codes

Color #D79BC8 in popluar color models

D7 9B C8
RGB 215 155 200
HSL 315° 42.86% 72.55%
HSB/HSV 315° 27.91% 84.31%
CMYK 0.00% 27.91% 6.98%
15.69%

Color #D79BC8 in popluar number systems.

HEX D7 9B C8
Decimal 215 155 200
Binary 11010111 10011011 11001000
Octal 327 233 310

Shades and tints

Shades of #D79BC8

#D79BC8
(215,155,200)
#C48DB6
(196,141,182)
#B17FA4
(177,127,164)
#9E7192
(158,113,146)
#8B6380
(139,99,128)
#78556E
(120,85,110)
#65475C
(101,71,92)
#52394A
(82,57,74)
#3F2B38
(63,43,56)
#2C1D26
(44,29,38)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #D79BC8

#D79BC8
(215,155,200)
#DAA4CD
(218,164,205)
#DDADD2
(221,173,210)
#E0B6D7
(224,182,215)
#E3BFDC
(227,191,220)
#E6C8E1
(230,200,225)
#E9D1E6
(233,209,230)
#ECDAEB
(236,218,235)
#EFE3F0
(239,227,240)
#F2ECF5
(242,236,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79BC8 color. Also use rgb(215,155,200) instead hex code.

Text Font Color

.myTextColor { color: #D79BC8; }

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

This text font color is #D79BC8.

Background Color

.myBgColor { background-color: #D79BC8; }

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

This div background color is #D79BC8.

Border color

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

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

This div border color is #D79BC8.

Opacity

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

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

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

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

This text has shadow with #D79BC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79BC8.

Preview

Color preview on black background

This text has color #D79BC8 on black background.


Color preview on white background

This text has color #D79BC8 on white background.


Black color preview on #D79BC8 background

This text has black color on #D79BC8 background.


White color preview on #D79BC8 background

This text has white color on #D79BC8 background.


Related colors

Complementary color

Complementary color for #hex is #286437.


I love getcolorcode.com

Triadic colors

1 #C8D79B and #9BC8D7 with #D79BC8 are triadic colors.

2 #C89BD7 and #9BD7C8 with #D79BC8 are triadic colors.