COLOR #D0B8A3

HEX: #D0B8A3
RGB: (208,184,163)

Color info

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

RGB color model

#D0B8A3 color RGB value is (208,184,163).

  • red value is 208;
  • green value is 184;
  • blue value is 163.
RGB:
(208,184,163)
(82%,72%,64%)

RGB channels and saturation

R 208 of 255 = 82%
G 184 of 255 = 72%
B 163 of 255 = 64%

208
184
163

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

Portions of RGB colors in percentages

R + G + B =
208 + 184 + 163 = 555 (100%)
R 208 of 555 ~ 37.48%
G 184 of 555 ~ 33.15%
B 163 of 555 ~ 29.37%

%37.48
%33.15
%29.37

CMYK color model

#D0B8A3 color CMYK value is (0,12,22,18).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 21.63%
  • key color value is 18.43%
CMYK:
(0,12,22,18)
C0M12Y22K18 
(0%,12%,22%,18%)
(0.00/0.12/0.22/0.18)	

CMYK percentages

%0
%11.54
%21.63
%18.43

Codes

Color #D0B8A3 in popluar color models

D0B8A3
RGB208184163
HSL28°32.37%72.75%
HSB/HSV28°21.63%81.57%
CMYK0.00%11.54%21.63%
18.43%

Color #D0B8A3 in popluar number systems.

HEXD0B8A3
Decimal208184163
Binary110100001011100010100011
Octal320270243

Shades and tints

Shades of #D0B8A3

#D0B8A3
(208,184,163)
#BEA895
(190,168,149)
#AC9887
(172,152,135)
#9A8879
(154,136,121)
#88786B
(136,120,107)
#76685D
(118,104,93)
#64584F
(100,88,79)
#524841
(82,72,65)
#403833
(64,56,51)
#2E2825
(46,40,37)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #D0B8A3

#D0B8A3
(208,184,163)
#D4BEAB
(212,190,171)
#D8C4B3
(216,196,179)
#DCCABB
(220,202,187)
#E0D0C3
(224,208,195)
#E4D6CB
(228,214,203)
#E8DCD3
(232,220,211)
#ECE2DB
(236,226,219)
#F0E8E3
(240,232,227)
#F4EEEB
(244,238,235)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B8A3 color. Also use rgb(208,184,163) instead hex code.

Text Font Color

.myTextColor { color: #D0B8A3; }

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

This text font color is #D0B8A3.


Background Color

.myBgColor { background-color: #D0B8A3; }

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

This div background color is #D0B8A3.


Border color

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

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

This div border color is #D0B8A3.


Opacity

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

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

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

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

This text has shadow with #D0B8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B8A3 on black background.


Color preview on white background

This text has color #D0B8A3 on white background.



Black color preview on #D0B8A3 background

This text has black color on #D0B8A3 background.


White color preview on #D0B8A3 background

This text has white color on #D0B8A3 background.