COLOR #D18DAE

HEX: #D18DAE
RGB: (209,141,174)

Color info

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

RGB color model

#D18DAE color RGB value is (209,141,174).

  • red value is 209;
  • green value is 141;
  • blue value is 174.
RGB:
(209,141,174)
(82%,55%,68%)

RGB channels and saturation

R 209 of 255 = 82%
G 141 of 255 = 55%
B 174 of 255 = 68%

209
141
174

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

Portions of RGB colors in percentages

R + G + B =
209 + 141 + 174 = 524 (100%)
R 209 of 524 ~ 39.89%
G 141 of 524 ~ 26.91%
B 174 of 524 ~ 33.21%

%39.89
%26.91
%33.21

CMYK color model

#D18DAE color CMYK value is (0,33,17,18).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(0,33,17,18)
C0M33Y17K18 
(0%,33%,17%,18%)
(0.00/0.33/0.17/0.18)	

CMYK percentages

%0
%32.54
%16.75
%18.04

Codes

Color #D18DAE in popluar color models

D18DAE
RGB209141174
HSL331°42.50%68.63%
HSB/HSV331°32.54%81.96%
CMYK0.00%32.54%16.75%
18.04%

Color #D18DAE in popluar number systems.

HEXD18DAE
Decimal209141174
Binary110100011000110110101110
Octal321215256

Shades and tints

Shades of #D18DAE

#D18DAE
(209,141,174)
#BE819F
(190,129,159)
#AB7590
(171,117,144)
#986981
(152,105,129)
#855D72
(133,93,114)
#725163
(114,81,99)
#5F4554
(95,69,84)
#4C3945
(76,57,69)
#392D36
(57,45,54)
#262127
(38,33,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #D18DAE

#D18DAE
(209,141,174)
#D597B5
(213,151,181)
#D9A1BC
(217,161,188)
#DDABC3
(221,171,195)
#E1B5CA
(225,181,202)
#E5BFD1
(229,191,209)
#E9C9D8
(233,201,216)
#EDD3DF
(237,211,223)
#F1DDE6
(241,221,230)
#F5E7ED
(245,231,237)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18DAE color. Also use rgb(209,141,174) instead hex code.

Text Font Color

.myTextColor { color: #D18DAE; }

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

This text font color is #D18DAE.


Background Color

.myBgColor { background-color: #D18DAE; }

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

This div background color is #D18DAE.


Border color

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

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

This div border color is #D18DAE.


Opacity

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

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

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

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

This text has shadow with #D18DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18DAE on black background.


Color preview on white background

This text has color #D18DAE on white background.



Black color preview on #D18DAE background

This text has black color on #D18DAE background.


White color preview on #D18DAE background

This text has white color on #D18DAE background.