COLOR #D688B6

HEX: #D688B6
RGB: (214,136,182)

Color info

#D688B6 contains mainly red and blue colors. Web safe color of #D688B6 is #CC99CC (or #C9C).

RGB color model

#D688B6 color RGB value is (214,136,182).

  • red value is 214;
  • green value is 136;
  • blue value is 182.
RGB:
(214,136,182)
(84%,53%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 136 of 255 = 53%
B 182 of 255 = 71%

214
136
182

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

Portions of RGB colors in percentages

R + G + B =
214 + 136 + 182 = 532 (100%)
R 214 of 532 ~ 40.23%
G 136 of 532 ~ 25.56%
B 182 of 532 ~ 34.21%

%40.23
%25.56
%34.21

CMYK color model

#D688B6 color CMYK value is (0,36,15,16).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 14.95%
  • key color value is 16.08%
CMYK:
(0,36,15,16)
C0M36Y15K16 
(0%,36%,15%,16%)
(0.00/0.36/0.15/0.16)	

CMYK percentages

%0
%36.45
%14.95
%16.08

Codes

Color #D688B6 in popluar color models

D688B6
RGB214136182
HSL325°48.75%68.63%
HSB/HSV325°36.45%83.92%
CMYK0.00%36.45%14.95%
16.08%

Color #D688B6 in popluar number systems.

HEXD688B6
Decimal214136182
Binary110101101000100010110110
Octal326210266

Shades and tints

Shades of #D688B6

#D688B6
(214,136,182)
#C37CA6
(195,124,166)
#B07096
(176,112,150)
#9D6486
(157,100,134)
#8A5876
(138,88,118)
#774C66
(119,76,102)
#644056
(100,64,86)
#513446
(81,52,70)
#3E2836
(62,40,54)
#2B1C26
(43,28,38)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #D688B6

#D688B6
(214,136,182)
#D992BC
(217,146,188)
#DC9CC2
(220,156,194)
#DFA6C8
(223,166,200)
#E2B0CE
(226,176,206)
#E5BAD4
(229,186,212)
#E8C4DA
(232,196,218)
#EBCEE0
(235,206,224)
#EED8E6
(238,216,230)
#F1E2EC
(241,226,236)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D688B6 color. Also use rgb(214,136,182) instead hex code.

Text Font Color

.myTextColor { color: #D688B6; }

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

This text font color is #D688B6.


Background Color

.myBgColor { background-color: #D688B6; }

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

This div background color is #D688B6.


Border color

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

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

This div border color is #D688B6.


Opacity

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

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

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

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

This text has shadow with #D688B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D688B6 on black background.


Color preview on white background

This text has color #D688B6 on white background.



Black color preview on #D688B6 background

This text has black color on #D688B6 background.


White color preview on #D688B6 background

This text has white color on #D688B6 background.