COLOR #D3BD95

HEX: #D3BD95 RGB: (211,189,149)

Color info

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

RGB color model

#D3BD95 color RGB value is (211,189,149).

RGB: (211,189,149) (83%, 74%, 58%)

RGB channels and saturation

R 211 of 255 = 83%
G 189 of 255 = 74%
B 149 of 255 = 58%

211
189
149

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

Portions of RGB colors in percentages

R + G + B = 211 + 189 + 149 = 549 (100%)
R 211 of 549 ~ 38.43%
G 189 of 549 ~ 34.43%
B 149 of 549 ~ 27.14'%

%38.43
%34.43
%27.14

CMYK color model

#D3BD95 color CMYK value is (0,10,29,17).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK: (0,10,29,17) C0M10Y29K17 (0%,10%,29%,17%) (0.00/0.10/0.29/0.17) 

CMYK percentages

%0
%10.43
%29.38
%17.25

Codes

Color #D3BD95 in popluar color models

D3 BD 95
RGB 211 189 149
HSL 39° 41.33% 70.59%
HSB/HSV 39° 29.38% 82.75%
CMYK 0.00% 10.43% 29.38%
17.25%

Color #D3BD95 in popluar number systems.

HEX D3 BD 95
Decimal 211 189 149
Binary 11010011 10111101 10010101
Octal 323 275 225

Shades and tints

Shades of #D3BD95

#D3BD95
(211,189,149)
#C0AC88
(192,172,136)
#AD9B7B
(173,155,123)
#9A8A6E
(154,138,110)
#877961
(135,121,97)
#746854
(116,104,84)
#615747
(97,87,71)
#4E463A
(78,70,58)
#3B352D
(59,53,45)
#282420
(40,36,32)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #D3BD95

#D3BD95
(211,189,149)
#D7C39E
(215,195,158)
#DBC9A7
(219,201,167)
#DFCFB0
(223,207,176)
#E3D5B9
(227,213,185)
#E7DBC2
(231,219,194)
#EBE1CB
(235,225,203)
#EFE7D4
(239,231,212)
#F3EDDD
(243,237,221)
#F7F3E6
(247,243,230)
#FBF9EF
(251,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BD95 color. Also use rgb(211,189,149) instead hex code.

Text Font Color

.myTextColor { color: #D3BD95; }

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

This text font color is #D3BD95.

Background Color

.myBgColor { background-color: #D3BD95; }

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

This div background color is #D3BD95.

Border color

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

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

This div border color is #D3BD95.

Opacity

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

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

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

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

This text has shadow with #D3BD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BD95.

Preview

Color preview on black background

This text has color #D3BD95 on black background.


Color preview on white background

This text has color #D3BD95 on white background.


Black color preview on #D3BD95 background

This text has black color on #D3BD95 background.


White color preview on #D3BD95 background

This text has white color on #D3BD95 background.


Related colors

Complementary color

Complementary color for #hex is #2C426A.


I love getcolorcode.com

Triadic colors

1 #95D3BD and #BD95D3 with #D3BD95 are triadic colors.

2 #95BDD3 and #BDD395 with #D3BD95 are triadic colors.