COLOR #D688B7

HEX: #D688B7
RGB: (214,136,183)

Color info

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

RGB color model

#D688B7 color RGB value is (214,136,183).

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

RGB channels and saturation

R 214 of 255 = 84%
G 136 of 255 = 53%
B 183 of 255 = 72%

214
136
183

R + G + B ~ 70%. #D688B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 136 + 183 = 533 (100%)
R 214 of 533 ~ 40.15%
G 136 of 533 ~ 25.52%
B 183 of 533 ~ 34.33%

%40.15
%25.52
%34.33

CMYK color model

#D688B7 color CMYK value is (0,36,14,16).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(0,36,14,16)
C0M36Y14K16 
(0%,36%,14%,16%)
(0.00/0.36/0.14/0.16)	

CMYK percentages

%0
%36.45
%14.49
%16.08

Codes

Color #D688B7 in popluar color models

D688B7
RGB214136183
HSL324°48.75%68.63%
HSB/HSV324°36.45%83.92%
CMYK0.00%36.45%14.49%
16.08%

Color #D688B7 in popluar number systems.

HEXD688B7
Decimal214136183
Binary110101101000100010110111
Octal326210267

Shades and tints

Shades of #D688B7

#D688B7
(214,136,183)
#C37CA7
(195,124,167)
#B07097
(176,112,151)
#9D6487
(157,100,135)
#8A5877
(138,88,119)
#774C67
(119,76,103)
#644057
(100,64,87)
#513447
(81,52,71)
#3E2837
(62,40,55)
#2B1C27
(43,28,39)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #D688B7

#D688B7
(214,136,183)
#D992BD
(217,146,189)
#DC9CC3
(220,156,195)
#DFA6C9
(223,166,201)
#E2B0CF
(226,176,207)
#E5BAD5
(229,186,213)
#E8C4DB
(232,196,219)
#EBCEE1
(235,206,225)
#EED8E7
(238,216,231)
#F1E2ED
(241,226,237)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D688B7; }

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

This text font color is #D688B7.


Background Color

.myBgColor { background-color: #D688B7; }

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

This div background color is #D688B7.


Border color

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

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

This div border color is #D688B7.


Opacity

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

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

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

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

This text has shadow with #D688B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D688B7 on black background.


Color preview on white background

This text has color #D688B7 on white background.



Black color preview on #D688B7 background

This text has black color on #D688B7 background.


White color preview on #D688B7 background

This text has white color on #D688B7 background.