COLOR #D6BD94

HEX: #D6BD94 RGB: (214,189,148)

Color info

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

RGB color model

#D6BD94 color RGB value is (214,189,148).

RGB: (214,189,148) (84%, 74%, 58%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 148 of 255 = 58%

214
189
148

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

Portions of RGB colors in percentages

R + G + B = 214 + 189 + 148 = 551 (100%)
R 214 of 551 ~ 38.84%
G 189 of 551 ~ 34.3%
B 148 of 551 ~ 26.86'%

%38.84
%34.3
%26.86

CMYK color model

#D6BD94 color CMYK value is (0,12,31,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 30.84%
  • key color value is 16.08%

CMYK: (0,12,31,16)
C0M12Y31K16 (0%, 12%, 31%, 16%)
(0.00 / 0.12 / 0.31 / 0.16)

CMYK percentages

%0
%11.68
%30.84
%16.08

Codes

Color #D6BD94 in popluar color models

D6 BD 94
RGB 214 189 148
HSL 37° 44.59% 70.98%
HSB/HSV 37° 30.84% 83.92%
CMYK 0.00% 11.68% 30.84%
16.08%

Color #D6BD94 in popluar number systems.

HEX D6 BD 94
Decimal 214 189 148
Binary 11010110 10111101 10010100
Octal 326 275 224

Shades and tints

Shades of #D6BD94

#D6BD94
(214,189,148)
#C3AC87
(195,172,135)
#B09B7A
(176,155,122)
#9D8A6D
(157,138,109)
#8A7960
(138,121,96)
#776853
(119,104,83)
#645746
(100,87,70)
#514639
(81,70,57)
#3E352C
(62,53,44)
#2B241F
(43,36,31)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #D6BD94

#D6BD94
(214,189,148)
#D9C39D
(217,195,157)
#DCC9A6
(220,201,166)
#DFCFAF
(223,207,175)
#E2D5B8
(226,213,184)
#E5DBC1
(229,219,193)
#E8E1CA
(232,225,202)
#EBE7D3
(235,231,211)
#EEEDDC
(238,237,220)
#F1F3E5
(241,243,229)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BD94 color. Also use rgb(214,189,148) instead hex code.

Text Font Color

.myTextColor { color: #D6BD94; }

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

This text font color is #D6BD94.

Background Color

.myBgColor { background-color: #D6BD94; }

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

This div background color is #D6BD94.

Border color

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

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

This div border color is #D6BD94.

Opacity

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

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

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

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

This text has shadow with #D6BD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BD94.

Preview

Color preview on black background

This text has color #D6BD94 on black background.


Color preview on white background

This text has color #D6BD94 on white background.


Black color preview on #D6BD94 background

This text has black color on #D6BD94 background.


White color preview on #D6BD94 background

This text has white color on #D6BD94 background.


Related colors

Complementary color

Complementary color for #hex is #29426B.


I love getcolorcode.com

Triadic colors

1 #94D6BD and #BD94D6 with #D6BD94 are triadic colors.

2 #94BDD6 and #BDD694 with #D6BD94 are triadic colors.