COLOR #D49DB3

HEX: #D49DB3
RGB: (212,157,179)

Color info

#D49DB3 contains red, green and blue colors in about the same proportion. Web safe color of #D49DB3 is #CC9999 (or #C99).

RGB color model

#D49DB3 color RGB value is (212,157,179).

  • red value is 212;
  • green value is 157;
  • blue value is 179.
RGB:
(212,157,179)
(83%,62%,70%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 179 of 255 = 70%

212
157
179

R + G + B ~ 72%. #D49DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 157 + 179 = 548 (100%)
R 212 of 548 ~ 38.69%
G 157 of 548 ~ 28.65%
B 179 of 548 ~ 32.66%

%38.69
%28.65
%32.66

CMYK color model

#D49DB3 color CMYK value is (0,26,16,17).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 15.57%
  • key color value is 16.86%
CMYK:
(0,26,16,17)
C0M26Y16K17 
(0%,26%,16%,17%)
(0.00/0.26/0.16/0.17)	

CMYK percentages

%0
%25.94
%15.57
%16.86

Codes

Color #D49DB3 in popluar color models

D49DB3
RGB212157179
HSL336°39.01%72.35%
HSB/HSV336°25.94%83.14%
CMYK0.00%25.94%15.57%
16.86%

Color #D49DB3 in popluar number systems.

HEXD49DB3
Decimal212157179
Binary110101001001110110110011
Octal324235263

Shades and tints

Shades of #D49DB3

#D49DB3
(212,157,179)
#C18FA3
(193,143,163)
#AE8193
(174,129,147)
#9B7383
(155,115,131)
#886573
(136,101,115)
#755763
(117,87,99)
#624953
(98,73,83)
#4F3B43
(79,59,67)
#3C2D33
(60,45,51)
#291F23
(41,31,35)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #D49DB3

#D49DB3
(212,157,179)
#D7A5B9
(215,165,185)
#DAADBF
(218,173,191)
#DDB5C5
(221,181,197)
#E0BDCB
(224,189,203)
#E3C5D1
(227,197,209)
#E6CDD7
(230,205,215)
#E9D5DD
(233,213,221)
#ECDDE3
(236,221,227)
#EFE5E9
(239,229,233)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49DB3 color. Also use rgb(212,157,179) instead hex code.

Text Font Color

.myTextColor { color: #D49DB3; }

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

This text font color is #D49DB3.


Background Color

.myBgColor { background-color: #D49DB3; }

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

This div background color is #D49DB3.


Border color

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

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

This div border color is #D49DB3.


Opacity

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

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

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

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

This text has shadow with #D49DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49DB3 on black background.


Color preview on white background

This text has color #D49DB3 on white background.



Black color preview on #D49DB3 background

This text has black color on #D49DB3 background.


White color preview on #D49DB3 background

This text has white color on #D49DB3 background.