COLOR #D1B68F

HEX: #D1B68F
RGB: (209,182,143)

Color info

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

RGB color model

#D1B68F color RGB value is (209,182,143).

  • red value is 209;
  • green value is 182;
  • blue value is 143.
RGB:
(209,182,143)
(82%,71%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 143 of 255 = 56%

209
182
143

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

Portions of RGB colors in percentages

R + G + B =
209 + 182 + 143 = 534 (100%)
R 209 of 534 ~ 39.14%
G 182 of 534 ~ 34.08%
B 143 of 534 ~ 26.78%

%39.14
%34.08
%26.78

CMYK color model

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

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

CMYK percentages

%0
%12.92
%31.58
%18.04

Codes

Color #D1B68F in popluar color models

D1B68F
RGB209182143
HSL35°41.77%69.02%
HSB/HSV35°31.58%81.96%
CMYK0.00%12.92%31.58%
18.04%

Color #D1B68F in popluar number systems.

HEXD1B68F
Decimal209182143
Binary110100011011011010001111
Octal321266217

Shades and tints

Shades of #D1B68F

#D1B68F
(209,182,143)
#BEA682
(190,166,130)
#AB9675
(171,150,117)
#988668
(152,134,104)
#85765B
(133,118,91)
#72664E
(114,102,78)
#5F5641
(95,86,65)
#4C4634
(76,70,52)
#393627
(57,54,39)
#26261A
(38,38,26)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #D1B68F

#D1B68F
(209,182,143)
#D5BC99
(213,188,153)
#D9C2A3
(217,194,163)
#DDC8AD
(221,200,173)
#E1CEB7
(225,206,183)
#E5D4C1
(229,212,193)
#E9DACB
(233,218,203)
#EDE0D5
(237,224,213)
#F1E6DF
(241,230,223)
#F5ECE9
(245,236,233)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B68F color. Also use rgb(209,182,143) instead hex code.

Text Font Color

.myTextColor { color: #D1B68F; }

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

This text font color is #D1B68F.


Background Color

.myBgColor { background-color: #D1B68F; }

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

This div background color is #D1B68F.


Border color

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

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

This div border color is #D1B68F.


Opacity

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

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

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

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

This text has shadow with #D1B68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B68F on black background.


Color preview on white background

This text has color #D1B68F on white background.



Black color preview on #D1B68F background

This text has black color on #D1B68F background.


White color preview on #D1B68F background

This text has white color on #D1B68F background.