COLOR #D0B18F

HEX: #D0B18F
RGB: (208,177,143)

Color info

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

RGB color model

#D0B18F color RGB value is (208,177,143).

  • red value is 208;
  • green value is 177;
  • blue value is 143.
RGB:
(208,177,143)
(82%,69%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 143 of 255 = 56%

208
177
143

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

Portions of RGB colors in percentages

R + G + B =
208 + 177 + 143 = 528 (100%)
R 208 of 528 ~ 39.39%
G 177 of 528 ~ 33.52%
B 143 of 528 ~ 27.08%

%39.39
%33.52
%27.08

CMYK color model

#D0B18F color CMYK value is (0,15,31,18).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 31.25%
  • key color value is 18.43%
CMYK:
(0,15,31,18)
C0M15Y31K18 
(0%,15%,31%,18%)
(0.00/0.15/0.31/0.18)	

CMYK percentages

%0
%14.9
%31.25
%18.43

Codes

Color #D0B18F in popluar color models

D0B18F
RGB208177143
HSL31°40.88%68.82%
HSB/HSV31°31.25%81.57%
CMYK0.00%14.90%31.25%
18.43%

Color #D0B18F in popluar number systems.

HEXD0B18F
Decimal208177143
Binary110100001011000110001111
Octal320261217

Shades and tints

Shades of #D0B18F

#D0B18F
(208,177,143)
#BEA182
(190,161,130)
#AC9175
(172,145,117)
#9A8168
(154,129,104)
#88715B
(136,113,91)
#76614E
(118,97,78)
#645141
(100,81,65)
#524134
(82,65,52)
#403127
(64,49,39)
#2E211A
(46,33,26)
#1C110D
(28,17,13)
#000000
(0,0,0)

Tints of #D0B18F

#D0B18F
(208,177,143)
#D4B899
(212,184,153)
#D8BFA3
(216,191,163)
#DCC6AD
(220,198,173)
#E0CDB7
(224,205,183)
#E4D4C1
(228,212,193)
#E8DBCB
(232,219,203)
#ECE2D5
(236,226,213)
#F0E9DF
(240,233,223)
#F4F0E9
(244,240,233)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B18F color. Also use rgb(208,177,143) instead hex code.

Text Font Color

.myTextColor { color: #D0B18F; }

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

This text font color is #D0B18F.


Background Color

.myBgColor { background-color: #D0B18F; }

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

This div background color is #D0B18F.


Border color

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

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

This div border color is #D0B18F.


Opacity

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

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

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

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

This text has shadow with #D0B18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B18F on black background.


Color preview on white background

This text has color #D0B18F on white background.



Black color preview on #D0B18F background

This text has black color on #D0B18F background.


White color preview on #D0B18F background

This text has white color on #D0B18F background.