COLOR #D6B08D

HEX: #D6B08D
RGB: (214,176,141)

Color info

#D6B08D contains mainly red and green colors. Web safe color of #D6B08D is #CC9999 (or #C99).

RGB color model

#D6B08D color RGB value is (214,176,141).

  • red value is 214;
  • green value is 176;
  • blue value is 141.
RGB:
(214,176,141)
(84%,69%,55%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 141 of 255 = 55%

214
176
141

R + G + B ~ 69%. #D6B08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 141 = 531 (100%)
R 214 of 531 ~ 40.3%
G 176 of 531 ~ 33.15%
B 141 of 531 ~ 26.55%

%40.3
%33.15
%26.55

CMYK color model

#D6B08D color CMYK value is (0,18,34,16).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 34.11%
  • key color value is 16.08%
CMYK:
(0,18,34,16)
C0M18Y34K16 
(0%,18%,34%,16%)
(0.00/0.18/0.34/0.16)	

CMYK percentages

%0
%17.76
%34.11
%16.08

Codes

Color #D6B08D in popluar color models

D6B08D
RGB214176141
HSL29°47.10%69.61%
HSB/HSV29°34.11%83.92%
CMYK0.00%17.76%34.11%
16.08%

Color #D6B08D in popluar number systems.

HEXD6B08D
Decimal214176141
Binary110101101011000010001101
Octal326260215

Shades and tints

Shades of #D6B08D

#D6B08D
(214,176,141)
#C3A081
(195,160,129)
#B09075
(176,144,117)
#9D8069
(157,128,105)
#8A705D
(138,112,93)
#776051
(119,96,81)
#645045
(100,80,69)
#514039
(81,64,57)
#3E302D
(62,48,45)
#2B2021
(43,32,33)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #D6B08D

#D6B08D
(214,176,141)
#D9B797
(217,183,151)
#DCBEA1
(220,190,161)
#DFC5AB
(223,197,171)
#E2CCB5
(226,204,181)
#E5D3BF
(229,211,191)
#E8DAC9
(232,218,201)
#EBE1D3
(235,225,211)
#EEE8DD
(238,232,221)
#F1EFE7
(241,239,231)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B08D color. Also use rgb(214,176,141) instead hex code.

Text Font Color

.myTextColor { color: #D6B08D; }

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

This text font color is #D6B08D.


Background Color

.myBgColor { background-color: #D6B08D; }

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

This div background color is #D6B08D.


Border color

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

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

This div border color is #D6B08D.


Opacity

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

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

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

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

This text has shadow with #D6B08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B08D on black background.


Color preview on white background

This text has color #D6B08D on white background.



Black color preview on #D6B08D background

This text has black color on #D6B08D background.


White color preview on #D6B08D background

This text has white color on #D6B08D background.