COLOR #D49DBF

HEX: #D49DBF
RGB: (212,157,191)

Color info

#D49DBF contains red, green and blue colors in about the same proportion. Web safe color of #D49DBF is #CC99CC (or #C9C).

RGB color model

#D49DBF color RGB value is (212,157,191).

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

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 191 of 255 = 75%

212
157
191

R + G + B ~ 73%. #D49DBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 157 + 191 = 560 (100%)
R 212 of 560 ~ 37.86%
G 157 of 560 ~ 28.04%
B 191 of 560 ~ 34.11%

%37.86
%28.04
%34.11

CMYK color model

#D49DBF color CMYK value is (0,26,10,17).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(0,26,10,17)
C0M26Y10K17 
(0%,26%,10%,17%)
(0.00/0.26/0.10/0.17)	

CMYK percentages

%0
%25.94
%9.91
%16.86

Codes

Color #D49DBF in popluar color models

D49DBF
RGB212157191
HSL323°39.01%72.35%
HSB/HSV323°25.94%83.14%
CMYK0.00%25.94%9.91%
16.86%

Color #D49DBF in popluar number systems.

HEXD49DBF
Decimal212157191
Binary110101001001110110111111
Octal324235277

Shades and tints

Shades of #D49DBF

#D49DBF
(212,157,191)
#C18FAE
(193,143,174)
#AE819D
(174,129,157)
#9B738C
(155,115,140)
#88657B
(136,101,123)
#75576A
(117,87,106)
#624959
(98,73,89)
#4F3B48
(79,59,72)
#3C2D37
(60,45,55)
#291F26
(41,31,38)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #D49DBF

#D49DBF
(212,157,191)
#D7A5C4
(215,165,196)
#DAADC9
(218,173,201)
#DDB5CE
(221,181,206)
#E0BDD3
(224,189,211)
#E3C5D8
(227,197,216)
#E6CDDD
(230,205,221)
#E9D5E2
(233,213,226)
#ECDDE7
(236,221,231)
#EFE5EC
(239,229,236)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49DBF; }

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

This text font color is #D49DBF.


Background Color

.myBgColor { background-color: #D49DBF; }

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

This div background color is #D49DBF.


Border color

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

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

This div border color is #D49DBF.


Opacity

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

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

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

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

This text has shadow with #D49DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49DBF on black background.


Color preview on white background

This text has color #D49DBF on white background.



Black color preview on #D49DBF background

This text has black color on #D49DBF background.


White color preview on #D49DBF background

This text has white color on #D49DBF background.