COLOR #D087A0

HEX: #D087A0
RGB: (208,135,160)

Color info

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

RGB color model

#D087A0 color RGB value is (208,135,160).

  • red value is 208;
  • green value is 135;
  • blue value is 160.
RGB:
(208,135,160)
(82%,53%,63%)

RGB channels and saturation

R 208 of 255 = 82%
G 135 of 255 = 53%
B 160 of 255 = 63%

208
135
160

R + G + B ~ 66%. #D087A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 135 + 160 = 503 (100%)
R 208 of 503 ~ 41.35%
G 135 of 503 ~ 26.84%
B 160 of 503 ~ 31.81%

%41.35
%26.84
%31.81

CMYK color model

#D087A0 color CMYK value is (0,35,23,18).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 23.08%
  • key color value is 18.43%
CMYK:
(0,35,23,18)
C0M35Y23K18 
(0%,35%,23%,18%)
(0.00/0.35/0.23/0.18)	

CMYK percentages

%0
%35.1
%23.08
%18.43

Codes

Color #D087A0 in popluar color models

D087A0
RGB208135160
HSL339°43.71%67.25%
HSB/HSV339°35.10%81.57%
CMYK0.00%35.10%23.08%
18.43%

Color #D087A0 in popluar number systems.

HEXD087A0
Decimal208135160
Binary110100001000011110100000
Octal320207240

Shades and tints

Shades of #D087A0

#D087A0
(208,135,160)
#BE7B92
(190,123,146)
#AC6F84
(172,111,132)
#9A6376
(154,99,118)
#885768
(136,87,104)
#764B5A
(118,75,90)
#643F4C
(100,63,76)
#52333E
(82,51,62)
#402730
(64,39,48)
#2E1B22
(46,27,34)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #D087A0

#D087A0
(208,135,160)
#D491A8
(212,145,168)
#D89BB0
(216,155,176)
#DCA5B8
(220,165,184)
#E0AFC0
(224,175,192)
#E4B9C8
(228,185,200)
#E8C3D0
(232,195,208)
#ECCDD8
(236,205,216)
#F0D7E0
(240,215,224)
#F4E1E8
(244,225,232)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D087A0 color. Also use rgb(208,135,160) instead hex code.

Text Font Color

.myTextColor { color: #D087A0; }

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

This text font color is #D087A0.


Background Color

.myBgColor { background-color: #D087A0; }

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

This div background color is #D087A0.


Border color

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

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

This div border color is #D087A0.


Opacity

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

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

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

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

This text has shadow with #D087A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D087A0 on black background.


Color preview on white background

This text has color #D087A0 on white background.



Black color preview on #D087A0 background

This text has black color on #D087A0 background.


White color preview on #D087A0 background

This text has white color on #D087A0 background.