COLOR #D0B6A1

HEX: #D0B6A1
RGB: (208,182,161)

Color info

#D0B6A1 contains red, green and blue colors in about the same proportion. Web safe color of #D0B6A1 is #CCCC99 (or #CC9).

RGB color model

#D0B6A1 color RGB value is (208,182,161).

  • red value is 208;
  • green value is 182;
  • blue value is 161.
RGB:
(208,182,161)
(82%,71%,63%)

RGB channels and saturation

R 208 of 255 = 82%
G 182 of 255 = 71%
B 161 of 255 = 63%

208
182
161

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

Portions of RGB colors in percentages

R + G + B =
208 + 182 + 161 = 551 (100%)
R 208 of 551 ~ 37.75%
G 182 of 551 ~ 33.03%
B 161 of 551 ~ 29.22%

%37.75
%33.03
%29.22

CMYK color model

#D0B6A1 color CMYK value is (0,13,23,18).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 22.60%
  • key color value is 18.43%
CMYK:
(0,13,23,18)
C0M13Y23K18 
(0%,13%,23%,18%)
(0.00/0.13/0.23/0.18)	

CMYK percentages

%0
%12.5
%22.6
%18.43

Codes

Color #D0B6A1 in popluar color models

D0B6A1
RGB208182161
HSL27°33.33%72.35%
HSB/HSV27°22.60%81.57%
CMYK0.00%12.50%22.60%
18.43%

Color #D0B6A1 in popluar number systems.

HEXD0B6A1
Decimal208182161
Binary110100001011011010100001
Octal320266241

Shades and tints

Shades of #D0B6A1

#D0B6A1
(208,182,161)
#BEA693
(190,166,147)
#AC9685
(172,150,133)
#9A8677
(154,134,119)
#887669
(136,118,105)
#76665B
(118,102,91)
#64564D
(100,86,77)
#52463F
(82,70,63)
#403631
(64,54,49)
#2E2623
(46,38,35)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #D0B6A1

#D0B6A1
(208,182,161)
#D4BCA9
(212,188,169)
#D8C2B1
(216,194,177)
#DCC8B9
(220,200,185)
#E0CEC1
(224,206,193)
#E4D4C9
(228,212,201)
#E8DAD1
(232,218,209)
#ECE0D9
(236,224,217)
#F0E6E1
(240,230,225)
#F4ECE9
(244,236,233)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B6A1 color. Also use rgb(208,182,161) instead hex code.

Text Font Color

.myTextColor { color: #D0B6A1; }

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

This text font color is #D0B6A1.


Background Color

.myBgColor { background-color: #D0B6A1; }

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

This div background color is #D0B6A1.


Border color

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

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

This div border color is #D0B6A1.


Opacity

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

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

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

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

This text has shadow with #D0B6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B6A1 on black background.


Color preview on white background

This text has color #D0B6A1 on white background.



Black color preview on #D0B6A1 background

This text has black color on #D0B6A1 background.


White color preview on #D0B6A1 background

This text has white color on #D0B6A1 background.