COLOR #D0B48E

HEX: #D0B48E
RGB: (208,180,142)

Color info

#D0B48E contains mainly red and green colors. Web safe color of #D0B48E is #CCCC99 (or #CC9).

RGB color model

#D0B48E color RGB value is (208,180,142).

  • red value is 208;
  • green value is 180;
  • blue value is 142.
RGB:
(208,180,142)
(82%,71%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 180 of 255 = 71%
B 142 of 255 = 56%

208
180
142

R + G + B ~ 70%. #D0B48E is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 180 + 142 = 530 (100%)
R 208 of 530 ~ 39.25%
G 180 of 530 ~ 33.96%
B 142 of 530 ~ 26.79%

%39.25
%33.96
%26.79

CMYK color model

#D0B48E color CMYK value is (0,13,32,18).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK:
(0,13,32,18)
C0M13Y32K18 
(0%,13%,32%,18%)
(0.00/0.13/0.32/0.18)	

CMYK percentages

%0
%13.46
%31.73
%18.43

Codes

Color #D0B48E in popluar color models

D0B48E
RGB208180142
HSL35°41.25%68.63%
HSB/HSV35°31.73%81.57%
CMYK0.00%13.46%31.73%
18.43%

Color #D0B48E in popluar number systems.

HEXD0B48E
Decimal208180142
Binary110100001011010010001110
Octal320264216

Shades and tints

Shades of #D0B48E

#D0B48E
(208,180,142)
#BEA482
(190,164,130)
#AC9476
(172,148,118)
#9A846A
(154,132,106)
#88745E
(136,116,94)
#766452
(118,100,82)
#645446
(100,84,70)
#52443A
(82,68,58)
#40342E
(64,52,46)
#2E2422
(46,36,34)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D0B48E

#D0B48E
(208,180,142)
#D4BA98
(212,186,152)
#D8C0A2
(216,192,162)
#DCC6AC
(220,198,172)
#E0CCB6
(224,204,182)
#E4D2C0
(228,210,192)
#E8D8CA
(232,216,202)
#ECDED4
(236,222,212)
#F0E4DE
(240,228,222)
#F4EAE8
(244,234,232)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B48E color. Also use rgb(208,180,142) instead hex code.

Text Font Color

.myTextColor { color: #D0B48E; }

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

This text font color is #D0B48E.


Background Color

.myBgColor { background-color: #D0B48E; }

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

This div background color is #D0B48E.


Border color

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

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

This div border color is #D0B48E.


Opacity

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

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

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

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

This text has shadow with #D0B48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B48E on black background.


Color preview on white background

This text has color #D0B48E on white background.



Black color preview on #D0B48E background

This text has black color on #D0B48E background.


White color preview on #D0B48E background

This text has white color on #D0B48E background.