COLOR #D3B1AB

HEX: #D3B1AB
RGB: (211,177,171)

Color info

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

RGB color model

#D3B1AB color RGB value is (211,177,171).

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

RGB channels and saturation

R 211 of 255 = 83%
G 177 of 255 = 69%
B 171 of 255 = 67%

211
177
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 177 + 171 = 559 (100%)
R 211 of 559 ~ 37.75%
G 177 of 559 ~ 31.66%
B 171 of 559 ~ 30.59%

%37.75
%31.66
%30.59

CMYK color model

#D3B1AB color CMYK value is (0,16,19,17).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(0,16,19,17)
C0M16Y19K17 
(0%,16%,19%,17%)
(0.00/0.16/0.19/0.17)	

CMYK percentages

%0
%16.11
%18.96
%17.25

Codes

Color #D3B1AB in popluar color models

D3B1AB
RGB211177171
HSL31.25%74.90%
HSB/HSV18.96%82.75%
CMYK0.00%16.11%18.96%
17.25%

Color #D3B1AB in popluar number systems.

HEXD3B1AB
Decimal211177171
Binary110100111011000110101011
Octal323261253

Shades and tints

Shades of #D3B1AB

#D3B1AB
(211,177,171)
#C0A19C
(192,161,156)
#AD918D
(173,145,141)
#9A817E
(154,129,126)
#87716F
(135,113,111)
#746160
(116,97,96)
#615151
(97,81,81)
#4E4142
(78,65,66)
#3B3133
(59,49,51)
#282124
(40,33,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #D3B1AB

#D3B1AB
(211,177,171)
#D7B8B2
(215,184,178)
#DBBFB9
(219,191,185)
#DFC6C0
(223,198,192)
#E3CDC7
(227,205,199)
#E7D4CE
(231,212,206)
#EBDBD5
(235,219,213)
#EFE2DC
(239,226,220)
#F3E9E3
(243,233,227)
#F7F0EA
(247,240,234)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B1AB; }

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

This text font color is #D3B1AB.


Background Color

.myBgColor { background-color: #D3B1AB; }

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

This div background color is #D3B1AB.


Border color

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

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

This div border color is #D3B1AB.


Opacity

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

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

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

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

This text has shadow with #D3B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B1AB on black background.


Color preview on white background

This text has color #D3B1AB on white background.



Black color preview on #D3B1AB background

This text has black color on #D3B1AB background.


White color preview on #D3B1AB background

This text has white color on #D3B1AB background.