COLOR #D17EBC

HEX: #D17EBC
RGB: (209,126,188)

Color info

#D17EBC contains mainly red and blue colors. Web safe color of #D17EBC is #CC66CC (or #C6C).

RGB color model

#D17EBC color RGB value is (209,126,188).

  • red value is 209;
  • green value is 126;
  • blue value is 188.
RGB:
(209,126,188)
(82%,49%,74%)

RGB channels and saturation

R 209 of 255 = 82%
G 126 of 255 = 49%
B 188 of 255 = 74%

209
126
188

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

Portions of RGB colors in percentages

R + G + B =
209 + 126 + 188 = 523 (100%)
R 209 of 523 ~ 39.96%
G 126 of 523 ~ 24.09%
B 188 of 523 ~ 35.95%

%39.96
%24.09
%35.95

CMYK color model

#D17EBC color CMYK value is (0,40,10,18).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 10.05%
  • key color value is 18.04%
CMYK:
(0,40,10,18)
C0M40Y10K18 
(0%,40%,10%,18%)
(0.00/0.40/0.10/0.18)	

CMYK percentages

%0
%39.71
%10.05
%18.04

Codes

Color #D17EBC in popluar color models

D17EBC
RGB209126188
HSL315°47.43%65.69%
HSB/HSV315°39.71%81.96%
CMYK0.00%39.71%10.05%
18.04%

Color #D17EBC in popluar number systems.

HEXD17EBC
Decimal209126188
Binary11010001111111010111100
Octal321176274

Shades and tints

Shades of #D17EBC

#D17EBC
(209,126,188)
#BE73AB
(190,115,171)
#AB689A
(171,104,154)
#985D89
(152,93,137)
#855278
(133,82,120)
#724767
(114,71,103)
#5F3C56
(95,60,86)
#4C3145
(76,49,69)
#392634
(57,38,52)
#261B23
(38,27,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #D17EBC

#D17EBC
(209,126,188)
#D589C2
(213,137,194)
#D994C8
(217,148,200)
#DD9FCE
(221,159,206)
#E1AAD4
(225,170,212)
#E5B5DA
(229,181,218)
#E9C0E0
(233,192,224)
#EDCBE6
(237,203,230)
#F1D6EC
(241,214,236)
#F5E1F2
(245,225,242)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17EBC color. Also use rgb(209,126,188) instead hex code.

Text Font Color

.myTextColor { color: #D17EBC; }

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

This text font color is #D17EBC.


Background Color

.myBgColor { background-color: #D17EBC; }

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

This div background color is #D17EBC.


Border color

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

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

This div border color is #D17EBC.


Opacity

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

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

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

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

This text has shadow with #D17EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17EBC on black background.


Color preview on white background

This text has color #D17EBC on white background.



Black color preview on #D17EBC background

This text has black color on #D17EBC background.


White color preview on #D17EBC background

This text has white color on #D17EBC background.