COLOR #D787A3

HEX: #D787A3
RGB: (215,135,163)

Color info

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

RGB color model

#D787A3 color RGB value is (215,135,163).

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

RGB channels and saturation

R 215 of 255 = 84%
G 135 of 255 = 53%
B 163 of 255 = 64%

215
135
163

R + G + B ~ 67%. #D787A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 135 + 163 = 513 (100%)
R 215 of 513 ~ 41.91%
G 135 of 513 ~ 26.32%
B 163 of 513 ~ 31.77%

%41.91
%26.32
%31.77

CMYK color model

#D787A3 color CMYK value is (0,37,24,16).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 24.19%
  • key color value is 15.69%
CMYK:
(0,37,24,16)
C0M37Y24K16 
(0%,37%,24%,16%)
(0.00/0.37/0.24/0.16)	

CMYK percentages

%0
%37.21
%24.19
%15.69

Codes

Color #D787A3 in popluar color models

D787A3
RGB215135163
HSL339°50.00%68.63%
HSB/HSV339°37.21%84.31%
CMYK0.00%37.21%24.19%
15.69%

Color #D787A3 in popluar number systems.

HEXD787A3
Decimal215135163
Binary110101111000011110100011
Octal327207243

Shades and tints

Shades of #D787A3

#D787A3
(215,135,163)
#C47B95
(196,123,149)
#B16F87
(177,111,135)
#9E6379
(158,99,121)
#8B576B
(139,87,107)
#784B5D
(120,75,93)
#653F4F
(101,63,79)
#523341
(82,51,65)
#3F2733
(63,39,51)
#2C1B25
(44,27,37)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #D787A3

#D787A3
(215,135,163)
#DA91AB
(218,145,171)
#DD9BB3
(221,155,179)
#E0A5BB
(224,165,187)
#E3AFC3
(227,175,195)
#E6B9CB
(230,185,203)
#E9C3D3
(233,195,211)
#ECCDDB
(236,205,219)
#EFD7E3
(239,215,227)
#F2E1EB
(242,225,235)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D787A3; }

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

This text font color is #D787A3.


Background Color

.myBgColor { background-color: #D787A3; }

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

This div background color is #D787A3.


Border color

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

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

This div border color is #D787A3.


Opacity

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

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

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

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

This text has shadow with #D787A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D787A3 on black background.


Color preview on white background

This text has color #D787A3 on white background.



Black color preview on #D787A3 background

This text has black color on #D787A3 background.


White color preview on #D787A3 background

This text has white color on #D787A3 background.