COLOR #D6BE82

HEX: #D6BE82
RGB: (214,190,130)

Color info

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

RGB color model

#D6BE82 color RGB value is (214,190,130).

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

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 130 of 255 = 51%

214
190
130

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

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 130 = 534 (100%)
R 214 of 534 ~ 40.07%
G 190 of 534 ~ 35.58%
B 130 of 534 ~ 24.34%

%40.07
%35.58
%24.34

CMYK color model

#D6BE82 color CMYK value is (0,11,39,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 39.25%
  • key color value is 16.08%
CMYK:
(0,11,39,16)
C0M11Y39K16 
(0%,11%,39%,16%)
(0.00/0.11/0.39/0.16)	

CMYK percentages

%0
%11.21
%39.25
%16.08

Codes

Color #D6BE82 in popluar color models

D6BE82
RGB214190130
HSL43°50.60%67.45%
HSB/HSV43°39.25%83.92%
CMYK0.00%11.21%39.25%
16.08%

Color #D6BE82 in popluar number systems.

HEXD6BE82
Decimal214190130
Binary110101101011111010000010
Octal326276202

Shades and tints

Shades of #D6BE82

#D6BE82
(214,190,130)
#C3AD77
(195,173,119)
#B09C6C
(176,156,108)
#9D8B61
(157,139,97)
#8A7A56
(138,122,86)
#77694B
(119,105,75)
#645840
(100,88,64)
#514735
(81,71,53)
#3E362A
(62,54,42)
#2B251F
(43,37,31)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #D6BE82

#D6BE82
(214,190,130)
#D9C38D
(217,195,141)
#DCC898
(220,200,152)
#DFCDA3
(223,205,163)
#E2D2AE
(226,210,174)
#E5D7B9
(229,215,185)
#E8DCC4
(232,220,196)
#EBE1CF
(235,225,207)
#EEE6DA
(238,230,218)
#F1EBE5
(241,235,229)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BE82; }

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

This text font color is #D6BE82.


Background Color

.myBgColor { background-color: #D6BE82; }

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

This div background color is #D6BE82.


Border color

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

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

This div border color is #D6BE82.


Opacity

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

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

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

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

This text has shadow with #D6BE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BE82 on black background.


Color preview on white background

This text has color #D6BE82 on white background.



Black color preview on #D6BE82 background

This text has black color on #D6BE82 background.


White color preview on #D6BE82 background

This text has white color on #D6BE82 background.