COLOR #D2B994

HEX: #D2B994 RGB: (210,185,148)

Color info

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

RGB color model

#D2B994 color RGB value is (210,185,148).

RGB: (210,185,148) (82%, 73%, 58%)

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 148 of 255 = 58%

210
185
148

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

Portions of RGB colors in percentages

R + G + B = 210 + 185 + 148 = 543 (100%)
R 210 of 543 ~ 38.67%
G 185 of 543 ~ 34.07%
B 148 of 543 ~ 27.26'%

%38.67
%34.07
%27.26

CMYK color model

#D2B994 color CMYK value is (0,12,30,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK: (0,12,30,18) C0M12Y30K18 (0%,12%,30%,18%) (0.00/0.12/0.30/0.18) 

CMYK percentages

%0
%11.9
%29.52
%17.65

Codes

Color #D2B994 in popluar color models

D2 B9 94
RGB 210 185 148
HSL 36° 40.79% 70.20%
HSB/HSV 36° 29.52% 82.35%
CMYK 0.00% 11.90% 29.52%
17.65%

Color #D2B994 in popluar number systems.

HEX D2 B9 94
Decimal 210 185 148
Binary 11010010 10111001 10010100
Octal 322 271 224

Shades and tints

Shades of #D2B994

#D2B994
(210,185,148)
#BFA987
(191,169,135)
#AC997A
(172,153,122)
#99896D
(153,137,109)
#867960
(134,121,96)
#736953
(115,105,83)
#605946
(96,89,70)
#4D4939
(77,73,57)
#3A392C
(58,57,44)
#27291F
(39,41,31)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #D2B994

#D2B994
(210,185,148)
#D6BF9D
(214,191,157)
#DAC5A6
(218,197,166)
#DECBAF
(222,203,175)
#E2D1B8
(226,209,184)
#E6D7C1
(230,215,193)
#EADDCA
(234,221,202)
#EEE3D3
(238,227,211)
#F2E9DC
(242,233,220)
#F6EFE5
(246,239,229)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B994 color. Also use rgb(210,185,148) instead hex code.

Text Font Color

.myTextColor { color: #D2B994; }

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

This text font color is #D2B994.

Background Color

.myBgColor { background-color: #D2B994; }

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

This div background color is #D2B994.

Border color

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

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

This div border color is #D2B994.

Opacity

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

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

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

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

This text has shadow with #D2B994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B994.

Preview

Color preview on black background

This text has color #D2B994 on black background.


Color preview on white background

This text has color #D2B994 on white background.


Black color preview on #D2B994 background

This text has black color on #D2B994 background.


White color preview on #D2B994 background

This text has white color on #D2B994 background.


Related colors

Complementary color

Complementary color for #hex is #2D466B.


I love getcolorcode.com

Triadic colors

1 #94D2B9 and #B994D2 with #D2B994 are triadic colors.

2 #94B9D2 and #B9D294 with #D2B994 are triadic colors.