COLOR #D6BE8E

HEX: #D6BE8E
RGB: (214,190,142)

Color info

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

RGB color model

#D6BE8E color RGB value is (214,190,142).

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

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 142 of 255 = 56%

214
190
142

R + G + B ~ 72%. #D6BE8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 142 = 546 (100%)
R 214 of 546 ~ 39.19%
G 190 of 546 ~ 34.8%
B 142 of 546 ~ 26.01%

%39.19
%34.8
%26.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 33.64%
  • key color value is 16.08%
CMYK:
(0,11,34,16)
C0M11Y34K16 
(0%,11%,34%,16%)
(0.00/0.11/0.34/0.16)	

CMYK percentages

%0
%11.21
%33.64
%16.08

Codes

Color #D6BE8E in popluar color models

D6BE8E
RGB214190142
HSL40°46.75%69.80%
HSB/HSV40°33.64%83.92%
CMYK0.00%11.21%33.64%
16.08%

Color #D6BE8E in popluar number systems.

HEXD6BE8E
Decimal214190142
Binary110101101011111010001110
Octal326276216

Shades and tints

Shades of #D6BE8E

#D6BE8E
(214,190,142)
#C3AD82
(195,173,130)
#B09C76
(176,156,118)
#9D8B6A
(157,139,106)
#8A7A5E
(138,122,94)
#776952
(119,105,82)
#645846
(100,88,70)
#51473A
(81,71,58)
#3E362E
(62,54,46)
#2B2522
(43,37,34)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #D6BE8E

#D6BE8E
(214,190,142)
#D9C398
(217,195,152)
#DCC8A2
(220,200,162)
#DFCDAC
(223,205,172)
#E2D2B6
(226,210,182)
#E5D7C0
(229,215,192)
#E8DCCA
(232,220,202)
#EBE1D4
(235,225,212)
#EEE6DE
(238,230,222)
#F1EBE8
(241,235,232)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BE8E; }

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

This text font color is #D6BE8E.


Background Color

.myBgColor { background-color: #D6BE8E; }

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

This div background color is #D6BE8E.


Border color

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

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

This div border color is #D6BE8E.


Opacity

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

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

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

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

This text has shadow with #D6BE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BE8E on black background.


Color preview on white background

This text has color #D6BE8E on white background.



Black color preview on #D6BE8E background

This text has black color on #D6BE8E background.


White color preview on #D6BE8E background

This text has white color on #D6BE8E background.