COLOR #D2B697

HEX: #D2B697
RGB: (210,182,151)

Color info

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

RGB color model

#D2B697 color RGB value is (210,182,151).

  • red value is 210;
  • green value is 182;
  • blue value is 151.
RGB:
(210,182,151)
(82%,71%,59%)

RGB channels and saturation

R 210 of 255 = 82%
G 182 of 255 = 71%
B 151 of 255 = 59%

210
182
151

R + G + B ~ 71%. #D2B697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 182 + 151 = 543 (100%)
R 210 of 543 ~ 38.67%
G 182 of 543 ~ 33.52%
B 151 of 543 ~ 27.81%

%38.67
%33.52
%27.81

CMYK color model

#D2B697 color CMYK value is (0,13,28,18).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 28.10%
  • key color value is 17.65%
CMYK:
(0,13,28,18)
C0M13Y28K18 
(0%,13%,28%,18%)
(0.00/0.13/0.28/0.18)	

CMYK percentages

%0
%13.33
%28.1
%17.65

Codes

Color #D2B697 in popluar color models

D2B697
RGB210182151
HSL32°39.60%70.78%
HSB/HSV32°28.10%82.35%
CMYK0.00%13.33%28.10%
17.65%

Color #D2B697 in popluar number systems.

HEXD2B697
Decimal210182151
Binary110100101011011010010111
Octal322266227

Shades and tints

Shades of #D2B697

#D2B697
(210,182,151)
#BFA68A
(191,166,138)
#AC967D
(172,150,125)
#998670
(153,134,112)
#867663
(134,118,99)
#736656
(115,102,86)
#605649
(96,86,73)
#4D463C
(77,70,60)
#3A362F
(58,54,47)
#272622
(39,38,34)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #D2B697

#D2B697
(210,182,151)
#D6BCA0
(214,188,160)
#DAC2A9
(218,194,169)
#DEC8B2
(222,200,178)
#E2CEBB
(226,206,187)
#E6D4C4
(230,212,196)
#EADACD
(234,218,205)
#EEE0D6
(238,224,214)
#F2E6DF
(242,230,223)
#F6ECE8
(246,236,232)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B697; }

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

This text font color is #D2B697.


Background Color

.myBgColor { background-color: #D2B697; }

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

This div background color is #D2B697.


Border color

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

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

This div border color is #D2B697.


Opacity

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

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

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

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

This text has shadow with #D2B697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B697 on black background.


Color preview on white background

This text has color #D2B697 on white background.



Black color preview on #D2B697 background

This text has black color on #D2B697 background.


White color preview on #D2B697 background

This text has white color on #D2B697 background.