COLOR #D3ADAB

HEX: #D3ADAB
RGB: (211,173,171)

Color info

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

RGB color model

#D3ADAB color RGB value is (211,173,171).

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

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 171 of 255 = 67%

211
173
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 171 = 555 (100%)
R 211 of 555 ~ 38.02%
G 173 of 555 ~ 31.17%
B 171 of 555 ~ 30.81%

%38.02
%31.17
%30.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(0,18,19,17)
C0M18Y19K17 
(0%,18%,19%,17%)
(0.00/0.18/0.19/0.17)	

CMYK percentages

%0
%18.01
%18.96
%17.25

Codes

Color #D3ADAB in popluar color models

D3ADAB
RGB211173171
HSL31.25%74.90%
HSB/HSV18.96%82.75%
CMYK0.00%18.01%18.96%
17.25%

Color #D3ADAB in popluar number systems.

HEXD3ADAB
Decimal211173171
Binary110100111010110110101011
Octal323255253

Shades and tints

Shades of #D3ADAB

#D3ADAB
(211,173,171)
#C09E9C
(192,158,156)
#AD8F8D
(173,143,141)
#9A807E
(154,128,126)
#87716F
(135,113,111)
#746260
(116,98,96)
#615351
(97,83,81)
#4E4442
(78,68,66)
#3B3533
(59,53,51)
#282624
(40,38,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #D3ADAB

#D3ADAB
(211,173,171)
#D7B4B2
(215,180,178)
#DBBBB9
(219,187,185)
#DFC2C0
(223,194,192)
#E3C9C7
(227,201,199)
#E7D0CE
(231,208,206)
#EBD7D5
(235,215,213)
#EFDEDC
(239,222,220)
#F3E5E3
(243,229,227)
#F7ECEA
(247,236,234)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3ADAB; }

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

This text font color is #D3ADAB.


Background Color

.myBgColor { background-color: #D3ADAB; }

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

This div background color is #D3ADAB.


Border color

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

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

This div border color is #D3ADAB.


Opacity

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

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

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

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

This text has shadow with #D3ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ADAB on black background.


Color preview on white background

This text has color #D3ADAB on white background.



Black color preview on #D3ADAB background

This text has black color on #D3ADAB background.


White color preview on #D3ADAB background

This text has white color on #D3ADAB background.