COLOR #D6B48E

HEX: #D6B48E
RGB: (214,180,142)

Color info

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

RGB color model

#D6B48E color RGB value is (214,180,142).

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

RGB channels and saturation

R 214 of 255 = 84%
G 180 of 255 = 71%
B 142 of 255 = 56%

214
180
142

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

Portions of RGB colors in percentages

R + G + B =
214 + 180 + 142 = 536 (100%)
R 214 of 536 ~ 39.93%
G 180 of 536 ~ 33.58%
B 142 of 536 ~ 26.49%

%39.93
%33.58
%26.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 33.64%
  • key color value is 16.08%
CMYK:
(0,16,34,16)
C0M16Y34K16 
(0%,16%,34%,16%)
(0.00/0.16/0.34/0.16)	

CMYK percentages

%0
%15.89
%33.64
%16.08

Codes

Color #D6B48E in popluar color models

D6B48E
RGB214180142
HSL32°46.75%69.80%
HSB/HSV32°33.64%83.92%
CMYK0.00%15.89%33.64%
16.08%

Color #D6B48E in popluar number systems.

HEXD6B48E
Decimal214180142
Binary110101101011010010001110
Octal326264216

Shades and tints

Shades of #D6B48E

#D6B48E
(214,180,142)
#C3A482
(195,164,130)
#B09476
(176,148,118)
#9D846A
(157,132,106)
#8A745E
(138,116,94)
#776452
(119,100,82)
#645446
(100,84,70)
#51443A
(81,68,58)
#3E342E
(62,52,46)
#2B2422
(43,36,34)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #D6B48E

#D6B48E
(214,180,142)
#D9BA98
(217,186,152)
#DCC0A2
(220,192,162)
#DFC6AC
(223,198,172)
#E2CCB6
(226,204,182)
#E5D2C0
(229,210,192)
#E8D8CA
(232,216,202)
#EBDED4
(235,222,212)
#EEE4DE
(238,228,222)
#F1EAE8
(241,234,232)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B48E; }

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

This text font color is #D6B48E.


Background Color

.myBgColor { background-color: #D6B48E; }

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

This div background color is #D6B48E.


Border color

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

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

This div border color is #D6B48E.


Opacity

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

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

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

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

This text has shadow with #D6B48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B48E on black background.


Color preview on white background

This text has color #D6B48E on white background.



Black color preview on #D6B48E background

This text has black color on #D6B48E background.


White color preview on #D6B48E background

This text has white color on #D6B48E background.