COLOR #D688A5

HEX: #D688A5
RGB: (214,136,165)

Color info

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

RGB color model

#D688A5 color RGB value is (214,136,165).

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

RGB channels and saturation

R 214 of 255 = 84%
G 136 of 255 = 53%
B 165 of 255 = 65%

214
136
165

R + G + B ~ 67%. #D688A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 136 + 165 = 515 (100%)
R 214 of 515 ~ 41.55%
G 136 of 515 ~ 26.41%
B 165 of 515 ~ 32.04%

%41.55
%26.41
%32.04

CMYK color model

#D688A5 color CMYK value is (0,36,23,16).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 22.90%
  • key color value is 16.08%
CMYK:
(0,36,23,16)
C0M36Y23K16 
(0%,36%,23%,16%)
(0.00/0.36/0.23/0.16)	

CMYK percentages

%0
%36.45
%22.9
%16.08

Codes

Color #D688A5 in popluar color models

D688A5
RGB214136165
HSL338°48.75%68.63%
HSB/HSV338°36.45%83.92%
CMYK0.00%36.45%22.90%
16.08%

Color #D688A5 in popluar number systems.

HEXD688A5
Decimal214136165
Binary110101101000100010100101
Octal326210245

Shades and tints

Shades of #D688A5

#D688A5
(214,136,165)
#C37C96
(195,124,150)
#B07087
(176,112,135)
#9D6478
(157,100,120)
#8A5869
(138,88,105)
#774C5A
(119,76,90)
#64404B
(100,64,75)
#51343C
(81,52,60)
#3E282D
(62,40,45)
#2B1C1E
(43,28,30)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #D688A5

#D688A5
(214,136,165)
#D992AD
(217,146,173)
#DC9CB5
(220,156,181)
#DFA6BD
(223,166,189)
#E2B0C5
(226,176,197)
#E5BACD
(229,186,205)
#E8C4D5
(232,196,213)
#EBCEDD
(235,206,221)
#EED8E5
(238,216,229)
#F1E2ED
(241,226,237)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D688A5; }

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

This text font color is #D688A5.


Background Color

.myBgColor { background-color: #D688A5; }

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

This div background color is #D688A5.


Border color

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

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

This div border color is #D688A5.


Opacity

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

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

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

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

This text has shadow with #D688A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D688A5 on black background.


Color preview on white background

This text has color #D688A5 on white background.



Black color preview on #D688A5 background

This text has black color on #D688A5 background.


White color preview on #D688A5 background

This text has white color on #D688A5 background.