COLOR #D686B2

HEX: #D686B2
RGB: (214,134,178)

Color info

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

RGB color model

#D686B2 color RGB value is (214,134,178).

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

RGB channels and saturation

R 214 of 255 = 84%
G 134 of 255 = 53%
B 178 of 255 = 70%

214
134
178

R + G + B ~ 69%. #D686B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 134 + 178 = 526 (100%)
R 214 of 526 ~ 40.68%
G 134 of 526 ~ 25.48%
B 178 of 526 ~ 33.84%

%40.68
%25.48
%33.84

CMYK color model

#D686B2 color CMYK value is (0,37,17,16).

  • cyan value is 0.00%
  • magenta value is 37.38%
  • yellow value is 16.82%
  • key color value is 16.08%
CMYK:
(0,37,17,16)
C0M37Y17K16 
(0%,37%,17%,16%)
(0.00/0.37/0.17/0.16)	

CMYK percentages

%0
%37.38
%16.82
%16.08

Codes

Color #D686B2 in popluar color models

D686B2
RGB214134178
HSL327°49.38%68.24%
HSB/HSV327°37.38%83.92%
CMYK0.00%37.38%16.82%
16.08%

Color #D686B2 in popluar number systems.

HEXD686B2
Decimal214134178
Binary110101101000011010110010
Octal326206262

Shades and tints

Shades of #D686B2

#D686B2
(214,134,178)
#C37AA2
(195,122,162)
#B06E92
(176,110,146)
#9D6282
(157,98,130)
#8A5672
(138,86,114)
#774A62
(119,74,98)
#643E52
(100,62,82)
#513242
(81,50,66)
#3E2632
(62,38,50)
#2B1A22
(43,26,34)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #D686B2

#D686B2
(214,134,178)
#D991B9
(217,145,185)
#DC9CC0
(220,156,192)
#DFA7C7
(223,167,199)
#E2B2CE
(226,178,206)
#E5BDD5
(229,189,213)
#E8C8DC
(232,200,220)
#EBD3E3
(235,211,227)
#EEDEEA
(238,222,234)
#F1E9F1
(241,233,241)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D686B2; }

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

This text font color is #D686B2.


Background Color

.myBgColor { background-color: #D686B2; }

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

This div background color is #D686B2.


Border color

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

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

This div border color is #D686B2.


Opacity

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

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

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

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

This text has shadow with #D686B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D686B2 on black background.


Color preview on white background

This text has color #D686B2 on white background.



Black color preview on #D686B2 background

This text has black color on #D686B2 background.


White color preview on #D686B2 background

This text has white color on #D686B2 background.