COLOR #D1BA97

HEX: #D1BA97 RGB: (209,186,151)

Color info

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

RGB color model

#D1BA97 color RGB value is (209,186,151).

RGB: (209,186,151) (82%, 73%, 59%)

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 151 of 255 = 59%

209
186
151

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

Portions of RGB colors in percentages

R + G + B = 209 + 186 + 151 = 546 (100%)
R 209 of 546 ~ 38.28%
G 186 of 546 ~ 34.07%
B 151 of 546 ~ 27.66'%

%38.28
%34.07
%27.66

CMYK color model

#D1BA97 color CMYK value is (0,11,28,18).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 27.75%
  • key color value is 18.04%

CMYK: (0,11,28,18)
C0M11Y28K18 (0%, 11%, 28%, 18%)
(0.00 / 0.11 / 0.28 / 0.18)

CMYK percentages

%0
%11
%27.75
%18.04

Codes

Color #D1BA97 in popluar color models

D1 BA 97
RGB 209 186 151
HSL 36° 38.67% 70.59%
HSB/HSV 36° 27.75% 81.96%
CMYK 0.00% 11.00% 27.75%
18.04%

Color #D1BA97 in popluar number systems.

HEX D1 BA 97
Decimal 209 186 151
Binary 11010001 10111010 10010111
Octal 321 272 227

Shades and tints

Shades of #D1BA97

#D1BA97
(209,186,151)
#BEAA8A
(190,170,138)
#AB9A7D
(171,154,125)
#988A70
(152,138,112)
#857A63
(133,122,99)
#726A56
(114,106,86)
#5F5A49
(95,90,73)
#4C4A3C
(76,74,60)
#393A2F
(57,58,47)
#262A22
(38,42,34)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #D1BA97

#D1BA97
(209,186,151)
#D5C0A0
(213,192,160)
#D9C6A9
(217,198,169)
#DDCCB2
(221,204,178)
#E1D2BB
(225,210,187)
#E5D8C4
(229,216,196)
#E9DECD
(233,222,205)
#EDE4D6
(237,228,214)
#F1EADF
(241,234,223)
#F5F0E8
(245,240,232)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BA97 color. Also use rgb(209,186,151) instead hex code.

Text Font Color

.myTextColor { color: #D1BA97; }

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

This text font color is #D1BA97.

Background Color

.myBgColor { background-color: #D1BA97; }

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

This div background color is #D1BA97.

Border color

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

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

This div border color is #D1BA97.

Opacity

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

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

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

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

This text has shadow with #D1BA97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BA97.

Preview

Color preview on black background

This text has color #D1BA97 on black background.


Color preview on white background

This text has color #D1BA97 on white background.


Black color preview on #D1BA97 background

This text has black color on #D1BA97 background.


White color preview on #D1BA97 background

This text has white color on #D1BA97 background.


Related colors

Complementary color

Complementary color for #hex is #2E4568.


I love getcolorcode.com

Triadic colors

1 #97D1BA and #BA97D1 with #D1BA97 are triadic colors.

2 #97BAD1 and #BAD197 with #D1BA97 are triadic colors.