COLOR #D1ADAB

HEX: #D1ADAB
RGB: (209,173,171)

Color info

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

RGB color model

#D1ADAB color RGB value is (209,173,171).

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

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 171 of 255 = 67%

209
173
171

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

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 171 = 553 (100%)
R 209 of 553 ~ 37.79%
G 173 of 553 ~ 31.28%
B 171 of 553 ~ 30.92%

%37.79
%31.28
%30.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 18.18%
  • key color value is 18.04%
CMYK:
(0,17,18,18)
C0M17Y18K18 
(0%,17%,18%,18%)
(0.00/0.17/0.18/0.18)	

CMYK percentages

%0
%17.22
%18.18
%18.04

Codes

Color #D1ADAB in popluar color models

D1ADAB
RGB209173171
HSL29.23%74.51%
HSB/HSV18.18%81.96%
CMYK0.00%17.22%18.18%
18.04%

Color #D1ADAB in popluar number systems.

HEXD1ADAB
Decimal209173171
Binary110100011010110110101011
Octal321255253

Shades and tints

Shades of #D1ADAB

#D1ADAB
(209,173,171)
#BE9E9C
(190,158,156)
#AB8F8D
(171,143,141)
#98807E
(152,128,126)
#85716F
(133,113,111)
#726260
(114,98,96)
#5F5351
(95,83,81)
#4C4442
(76,68,66)
#393533
(57,53,51)
#262624
(38,38,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #D1ADAB

#D1ADAB
(209,173,171)
#D5B4B2
(213,180,178)
#D9BBB9
(217,187,185)
#DDC2C0
(221,194,192)
#E1C9C7
(225,201,199)
#E5D0CE
(229,208,206)
#E9D7D5
(233,215,213)
#EDDEDC
(237,222,220)
#F1E5E3
(241,229,227)
#F5ECEA
(245,236,234)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ADAB; }

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

This text font color is #D1ADAB.


Background Color

.myBgColor { background-color: #D1ADAB; }

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

This div background color is #D1ADAB.


Border color

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

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

This div border color is #D1ADAB.


Opacity

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

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

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

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

This text has shadow with #D1ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ADAB on black background.


Color preview on white background

This text has color #D1ADAB on white background.



Black color preview on #D1ADAB background

This text has black color on #D1ADAB background.


White color preview on #D1ADAB background

This text has white color on #D1ADAB background.