COLOR #D6BE81

HEX: #D6BE81
RGB: (214,190,129)

Color info

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

RGB color model

#D6BE81 color RGB value is (214,190,129).

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

RGB channels and saturation

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

214
190
129

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

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 129 = 533 (100%)
R 214 of 533 ~ 40.15%
G 190 of 533 ~ 35.65%
B 129 of 533 ~ 24.2%

%40.15
%35.65
%24.2

CMYK color model

#D6BE81 color CMYK value is (0,11,40,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 39.72%
  • key color value is 16.08%
CMYK:
(0,11,40,16)
C0M11Y40K16 
(0%,11%,40%,16%)
(0.00/0.11/0.40/0.16)	

CMYK percentages

%0
%11.21
%39.72
%16.08

Codes

Color #D6BE81 in popluar color models

D6BE81
RGB214190129
HSL43°50.90%67.25%
HSB/HSV43°39.72%83.92%
CMYK0.00%11.21%39.72%
16.08%

Color #D6BE81 in popluar number systems.

HEXD6BE81
Decimal214190129
Binary110101101011111010000001
Octal326276201

Shades and tints

Shades of #D6BE81

#D6BE81
(214,190,129)
#C3AD76
(195,173,118)
#B09C6B
(176,156,107)
#9D8B60
(157,139,96)
#8A7A55
(138,122,85)
#77694A
(119,105,74)
#64583F
(100,88,63)
#514734
(81,71,52)
#3E3629
(62,54,41)
#2B251E
(43,37,30)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #D6BE81

#D6BE81
(214,190,129)
#D9C38C
(217,195,140)
#DCC897
(220,200,151)
#DFCDA2
(223,205,162)
#E2D2AD
(226,210,173)
#E5D7B8
(229,215,184)
#E8DCC3
(232,220,195)
#EBE1CE
(235,225,206)
#EEE6D9
(238,230,217)
#F1EBE4
(241,235,228)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BE81; }

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

This text font color is #D6BE81.


Background Color

.myBgColor { background-color: #D6BE81; }

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

This div background color is #D6BE81.


Border color

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

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

This div border color is #D6BE81.


Opacity

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

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

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

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

This text has shadow with #D6BE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BE81 on black background.


Color preview on white background

This text has color #D6BE81 on white background.



Black color preview on #D6BE81 background

This text has black color on #D6BE81 background.


White color preview on #D6BE81 background

This text has white color on #D6BE81 background.