COLOR #D1ADBB

HEX: #D1ADBB
RGB: (209,173,187)

Color info

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

RGB color model

#D1ADBB color RGB value is (209,173,187).

  • red value is 209;
  • green value is 173;
  • blue value is 187.
RGB:
(209,173,187)
(82%,68%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 187 of 255 = 73%

209
173
187

R + G + B ~ 74%. #D1ADBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 187 = 569 (100%)
R 209 of 569 ~ 36.73%
G 173 of 569 ~ 30.4%
B 187 of 569 ~ 32.86%

%36.73
%30.4
%32.86

CMYK color model

#D1ADBB color CMYK value is (0,17,11,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(0,17,11,18)
C0M17Y11K18 
(0%,17%,11%,18%)
(0.00/0.17/0.11/0.18)	

CMYK percentages

%0
%17.22
%10.53
%18.04

Codes

Color #D1ADBB in popluar color models

D1ADBB
RGB209173187
HSL337°28.13%74.90%
HSB/HSV337°17.22%81.96%
CMYK0.00%17.22%10.53%
18.04%

Color #D1ADBB in popluar number systems.

HEXD1ADBB
Decimal209173187
Binary110100011010110110111011
Octal321255273

Shades and tints

Shades of #D1ADBB

#D1ADBB
(209,173,187)
#BE9EAA
(190,158,170)
#AB8F99
(171,143,153)
#988088
(152,128,136)
#857177
(133,113,119)
#726266
(114,98,102)
#5F5355
(95,83,85)
#4C4444
(76,68,68)
#393533
(57,53,51)
#262622
(38,38,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D1ADBB

#D1ADBB
(209,173,187)
#D5B4C1
(213,180,193)
#D9BBC7
(217,187,199)
#DDC2CD
(221,194,205)
#E1C9D3
(225,201,211)
#E5D0D9
(229,208,217)
#E9D7DF
(233,215,223)
#EDDEE5
(237,222,229)
#F1E5EB
(241,229,235)
#F5ECF1
(245,236,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1ADBB color. Also use rgb(209,173,187) instead hex code.

Text Font Color

.myTextColor { color: #D1ADBB; }

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

This text font color is #D1ADBB.


Background Color

.myBgColor { background-color: #D1ADBB; }

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

This div background color is #D1ADBB.


Border color

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

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

This div border color is #D1ADBB.


Opacity

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

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

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

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

This text has shadow with #D1ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ADBB on black background.


Color preview on white background

This text has color #D1ADBB on white background.



Black color preview on #D1ADBB background

This text has black color on #D1ADBB background.


White color preview on #D1ADBB background

This text has white color on #D1ADBB background.