COLOR #D086B2

HEX: #D086B2
RGB: (208,134,178)

Color info

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

RGB color model

#D086B2 color RGB value is (208,134,178).

  • red value is 208;
  • green value is 134;
  • blue value is 178.
RGB:
(208,134,178)
(82%,53%,70%)

RGB channels and saturation

R 208 of 255 = 82%
G 134 of 255 = 53%
B 178 of 255 = 70%

208
134
178

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

Portions of RGB colors in percentages

R + G + B =
208 + 134 + 178 = 520 (100%)
R 208 of 520 ~ 40%
G 134 of 520 ~ 25.77%
B 178 of 520 ~ 34.23%

%40
%25.77
%34.23

CMYK color model

#D086B2 color CMYK value is (0,36,14,18).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 14.42%
  • key color value is 18.43%
CMYK:
(0,36,14,18)
C0M36Y14K18 
(0%,36%,14%,18%)
(0.00/0.36/0.14/0.18)	

CMYK percentages

%0
%35.58
%14.42
%18.43

Codes

Color #D086B2 in popluar color models

D086B2
RGB208134178
HSL324°44.05%67.06%
HSB/HSV324°35.58%81.57%
CMYK0.00%35.58%14.42%
18.43%

Color #D086B2 in popluar number systems.

HEXD086B2
Decimal208134178
Binary110100001000011010110010
Octal320206262

Shades and tints

Shades of #D086B2

#D086B2
(208,134,178)
#BE7AA2
(190,122,162)
#AC6E92
(172,110,146)
#9A6282
(154,98,130)
#885672
(136,86,114)
#764A62
(118,74,98)
#643E52
(100,62,82)
#523242
(82,50,66)
#402632
(64,38,50)
#2E1A22
(46,26,34)
#1C0E12
(28,14,18)
#000000
(0,0,0)

Tints of #D086B2

#D086B2
(208,134,178)
#D491B9
(212,145,185)
#D89CC0
(216,156,192)
#DCA7C7
(220,167,199)
#E0B2CE
(224,178,206)
#E4BDD5
(228,189,213)
#E8C8DC
(232,200,220)
#ECD3E3
(236,211,227)
#F0DEEA
(240,222,234)
#F4E9F1
(244,233,241)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D086B2 color. Also use rgb(208,134,178) instead hex code.

Text Font Color

.myTextColor { color: #D086B2; }

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

This text font color is #D086B2.


Background Color

.myBgColor { background-color: #D086B2; }

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

This div background color is #D086B2.


Border color

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

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

This div border color is #D086B2.


Opacity

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

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

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

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

This text has shadow with #D086B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D086B2 on black background.


Color preview on white background

This text has color #D086B2 on white background.



Black color preview on #D086B2 background

This text has black color on #D086B2 background.


White color preview on #D086B2 background

This text has white color on #D086B2 background.