COLOR #D787AD

HEX: #D787AD
RGB: (215,135,173)

Color info

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

RGB color model

#D787AD color RGB value is (215,135,173).

  • red value is 215;
  • green value is 135;
  • blue value is 173.
RGB:
(215,135,173)
(84%,53%,68%)

RGB channels and saturation

R 215 of 255 = 84%
G 135 of 255 = 53%
B 173 of 255 = 68%

215
135
173

R + G + B ~ 68%. #D787AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 135 + 173 = 523 (100%)
R 215 of 523 ~ 41.11%
G 135 of 523 ~ 25.81%
B 173 of 523 ~ 33.08%

%41.11
%25.81
%33.08

CMYK color model

#D787AD color CMYK value is (0,37,20,16).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(0,37,20,16)
C0M37Y20K16 
(0%,37%,20%,16%)
(0.00/0.37/0.20/0.16)	

CMYK percentages

%0
%37.21
%19.53
%15.69

Codes

Color #D787AD in popluar color models

D787AD
RGB215135173
HSL332°50.00%68.63%
HSB/HSV332°37.21%84.31%
CMYK0.00%37.21%19.53%
15.69%

Color #D787AD in popluar number systems.

HEXD787AD
Decimal215135173
Binary110101111000011110101101
Octal327207255

Shades and tints

Shades of #D787AD

#D787AD
(215,135,173)
#C47B9E
(196,123,158)
#B16F8F
(177,111,143)
#9E6380
(158,99,128)
#8B5771
(139,87,113)
#784B62
(120,75,98)
#653F53
(101,63,83)
#523344
(82,51,68)
#3F2735
(63,39,53)
#2C1B26
(44,27,38)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #D787AD

#D787AD
(215,135,173)
#DA91B4
(218,145,180)
#DD9BBB
(221,155,187)
#E0A5C2
(224,165,194)
#E3AFC9
(227,175,201)
#E6B9D0
(230,185,208)
#E9C3D7
(233,195,215)
#ECCDDE
(236,205,222)
#EFD7E5
(239,215,229)
#F2E1EC
(242,225,236)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D787AD color. Also use rgb(215,135,173) instead hex code.

Text Font Color

.myTextColor { color: #D787AD; }

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

This text font color is #D787AD.


Background Color

.myBgColor { background-color: #D787AD; }

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

This div background color is #D787AD.


Border color

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

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

This div border color is #D787AD.


Opacity

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

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

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

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

This text has shadow with #D787AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D787AD on black background.


Color preview on white background

This text has color #D787AD on white background.



Black color preview on #D787AD background

This text has black color on #D787AD background.


White color preview on #D787AD background

This text has white color on #D787AD background.