COLOR #D17E93

HEX: #D17E93
RGB: (209,126,147)

Color info

#D17E93 contains mainly red color. Web safe color of #D17E93 is #CC6699 (or #C69).

RGB color model

#D17E93 color RGB value is (209,126,147).

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

RGB channels and saturation

R 209 of 255 = 82%
G 126 of 255 = 49%
B 147 of 255 = 58%

209
126
147

R + G + B ~ 63%. #D17E93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 126 + 147 = 482 (100%)
R 209 of 482 ~ 43.36%
G 126 of 482 ~ 26.14%
B 147 of 482 ~ 30.5%

%43.36
%26.14
%30.5

CMYK color model

#D17E93 color CMYK value is (0,40,30,18).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(0,40,30,18)
C0M40Y30K18 
(0%,40%,30%,18%)
(0.00/0.40/0.30/0.18)	

CMYK percentages

%0
%39.71
%29.67
%18.04

Codes

Color #D17E93 in popluar color models

D17E93
RGB209126147
HSL345°47.43%65.69%
HSB/HSV345°39.71%81.96%
CMYK0.00%39.71%29.67%
18.04%

Color #D17E93 in popluar number systems.

HEXD17E93
Decimal209126147
Binary11010001111111010010011
Octal321176223

Shades and tints

Shades of #D17E93

#D17E93
(209,126,147)
#BE7386
(190,115,134)
#AB6879
(171,104,121)
#985D6C
(152,93,108)
#85525F
(133,82,95)
#724752
(114,71,82)
#5F3C45
(95,60,69)
#4C3138
(76,49,56)
#39262B
(57,38,43)
#261B1E
(38,27,30)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D17E93

#D17E93
(209,126,147)
#D5899C
(213,137,156)
#D994A5
(217,148,165)
#DD9FAE
(221,159,174)
#E1AAB7
(225,170,183)
#E5B5C0
(229,181,192)
#E9C0C9
(233,192,201)
#EDCBD2
(237,203,210)
#F1D6DB
(241,214,219)
#F5E1E4
(245,225,228)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17E93; }

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

This text font color is #D17E93.


Background Color

.myBgColor { background-color: #D17E93; }

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

This div background color is #D17E93.


Border color

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

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

This div border color is #D17E93.


Opacity

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

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

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

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

This text has shadow with #D17E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17E93 on black background.


Color preview on white background

This text has color #D17E93 on white background.



Black color preview on #D17E93 background

This text has black color on #D17E93 background.


White color preview on #D17E93 background

This text has white color on #D17E93 background.