COLOR #D6BE7E

HEX: #D6BE7E RGB: (214,190,126)

Color info

#D6BE7E contains mainly red and green colors. Web safe color of #D6BE7E is #CCCC66 (or #CC6).

RGB color model

#D6BE7E color RGB value is (214,190,126).

RGB: (214,190,126) (84%, 75%, 49%)

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 126 of 255 = 49%

214
190
126

R + G + B ~ 69%. #D6BE7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 190 + 126 = 530 (100%)
R 214 of 530 ~ 40.38%
G 190 of 530 ~ 35.85%
B 126 of 530 ~ 23.77'%

%40.38
%35.85
%23.77

CMYK color model

#D6BE7E color CMYK value is (0,11,41,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 41.12%
  • key color value is 16.08%

CMYK: (0,11,41,16)
C0M11Y41K16 (0%, 11%, 41%, 16%)
(0.00 / 0.11 / 0.41 / 0.16)

CMYK percentages

%0
%11.21
%41.12
%16.08

Codes

Color #D6BE7E in popluar color models

D6 BE 7E
RGB 214 190 126
HSL 44° 51.76% 66.67%
HSB/HSV 44° 41.12% 83.92%
CMYK 0.00% 11.21% 41.12%
16.08%

Color #D6BE7E in popluar number systems.

HEX D6 BE 7E
Decimal 214 190 126
Binary 11010110 10111110 1111110
Octal 326 276 176

Shades and tints

Shades of #D6BE7E

#D6BE7E
(214,190,126)
#C3AD73
(195,173,115)
#B09C68
(176,156,104)
#9D8B5D
(157,139,93)
#8A7A52
(138,122,82)
#776947
(119,105,71)
#64583C
(100,88,60)
#514731
(81,71,49)
#3E3626
(62,54,38)
#2B251B
(43,37,27)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #D6BE7E

#D6BE7E
(214,190,126)
#D9C389
(217,195,137)
#DCC894
(220,200,148)
#DFCD9F
(223,205,159)
#E2D2AA
(226,210,170)
#E5D7B5
(229,215,181)
#E8DCC0
(232,220,192)
#EBE1CB
(235,225,203)
#EEE6D6
(238,230,214)
#F1EBE1
(241,235,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BE7E; }

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

This text font color is #D6BE7E.

Background Color

.myBgColor { background-color: #D6BE7E; }

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

This div background color is #D6BE7E.

Border color

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

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

This div border color is #D6BE7E.

Opacity

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

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

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

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

This text has shadow with #D6BE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BE7E.

Preview

Color preview on black background

This text has color #D6BE7E on black background.


Color preview on white background

This text has color #D6BE7E on white background.


Black color preview on #D6BE7E background

This text has black color on #D6BE7E background.


White color preview on #D6BE7E background

This text has white color on #D6BE7E background.


Related colors

Complementary color

Complementary color for #hex is #294181.


I love getcolorcode.com

Triadic colors

1 #7ED6BE and #BE7ED6 with #D6BE7E are triadic colors.

2 #7EBED6 and #BED67E with #D6BE7E are triadic colors.