COLOR #D2BF97

HEX: #D2BF97 RGB: (210,191,151)

Color info

#D2BF97 contains red, green and blue colors in about the same proportion. Web safe color of #D2BF97 is #CCCC99 (or #CC9).

RGB color model

#D2BF97 color RGB value is (210,191,151).

RGB: (210,191,151) (82%, 75%, 59%)

RGB channels and saturation

R 210 of 255 = 82%
G 191 of 255 = 75%
B 151 of 255 = 59%

210
191
151

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

Portions of RGB colors in percentages

R + G + B = 210 + 191 + 151 = 552 (100%)
R 210 of 552 ~ 38.04%
G 191 of 552 ~ 34.6%
B 151 of 552 ~ 27.36'%

%38.04
%34.6
%27.36

CMYK color model

#D2BF97 color CMYK value is (0,9,28,18).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 28.10%
  • key color value is 17.65%

CMYK: (0,9,28,18)
C0M9Y28K18 (0%, 9%, 28%, 18%)
(0.00 / 0.09 / 0.28 / 0.18)

CMYK percentages

%0
%9.05
%28.1
%17.65

Codes

Color #D2BF97 in popluar color models

D2 BF 97
RGB 210 191 151
HSL 41° 39.60% 70.78%
HSB/HSV 41° 28.10% 82.35%
CMYK 0.00% 9.05% 28.10%
17.65%

Color #D2BF97 in popluar number systems.

HEX D2 BF 97
Decimal 210 191 151
Binary 11010010 10111111 10010111
Octal 322 277 227

Shades and tints

Shades of #D2BF97

#D2BF97
(210,191,151)
#BFAE8A
(191,174,138)
#AC9D7D
(172,157,125)
#998C70
(153,140,112)
#867B63
(134,123,99)
#736A56
(115,106,86)
#605949
(96,89,73)
#4D483C
(77,72,60)
#3A372F
(58,55,47)
#272622
(39,38,34)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #D2BF97

#D2BF97
(210,191,151)
#D6C4A0
(214,196,160)
#DAC9A9
(218,201,169)
#DECEB2
(222,206,178)
#E2D3BB
(226,211,187)
#E6D8C4
(230,216,196)
#EADDCD
(234,221,205)
#EEE2D6
(238,226,214)
#F2E7DF
(242,231,223)
#F6ECE8
(246,236,232)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BF97 color. Also use rgb(210,191,151) instead hex code.

Text Font Color

.myTextColor { color: #D2BF97; }

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

This text font color is #D2BF97.

Background Color

.myBgColor { background-color: #D2BF97; }

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

This div background color is #D2BF97.

Border color

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

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

This div border color is #D2BF97.

Opacity

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

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

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

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

This text has shadow with #D2BF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BF97.

Preview

Color preview on black background

This text has color #D2BF97 on black background.


Color preview on white background

This text has color #D2BF97 on white background.


Black color preview on #D2BF97 background

This text has black color on #D2BF97 background.


White color preview on #D2BF97 background

This text has white color on #D2BF97 background.


Related colors

Complementary color

Complementary color for #hex is #2D4068.


I love getcolorcode.com

Triadic colors

1 #97D2BF and #BF97D2 with #D2BF97 are triadic colors.

2 #97BFD2 and #BFD297 with #D2BF97 are triadic colors.