COLOR #D3B08E

HEX: #D3B08E RGB: (211,176,142)

Color info

#D3B08E contains mainly red and green colors. Web safe color of #D3B08E is #CC9999 (or #C99).

RGB color model

#D3B08E color RGB value is (211,176,142).

RGB: (211,176,142) (83%, 69%, 56%)

RGB channels and saturation

R 211 of 255 = 83%
G 176 of 255 = 69%
B 142 of 255 = 56%

211
176
142

R + G + B ~ 69%. #D3B08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 176 + 142 = 529 (100%)
R 211 of 529 ~ 39.89%
G 176 of 529 ~ 33.27%
B 142 of 529 ~ 26.84'%

%39.89
%33.27
%26.84

CMYK color model

#D3B08E color CMYK value is (0,17,33,17).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 32.70%
  • key color value is 17.25%
CMYK: (0,17,33,17) C0M17Y33K17 (0%,17%,33%,17%) (0.00/0.17/0.33/0.17) 

CMYK percentages

%0
%16.59
%32.7
%17.25

Codes

Color #D3B08E in popluar color models

D3 B0 8E
RGB 211 176 142
HSL 30° 43.95% 69.22%
HSB/HSV 30° 32.70% 82.75%
CMYK 0.00% 16.59% 32.70%
17.25%

Color #D3B08E in popluar number systems.

HEX D3 B0 8E
Decimal 211 176 142
Binary 11010011 10110000 10001110
Octal 323 260 216

Shades and tints

Shades of #D3B08E

#D3B08E
(211,176,142)
#C0A082
(192,160,130)
#AD9076
(173,144,118)
#9A806A
(154,128,106)
#87705E
(135,112,94)
#746052
(116,96,82)
#615046
(97,80,70)
#4E403A
(78,64,58)
#3B302E
(59,48,46)
#282022
(40,32,34)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #D3B08E

#D3B08E
(211,176,142)
#D7B798
(215,183,152)
#DBBEA2
(219,190,162)
#DFC5AC
(223,197,172)
#E3CCB6
(227,204,182)
#E7D3C0
(231,211,192)
#EBDACA
(235,218,202)
#EFE1D4
(239,225,212)
#F3E8DE
(243,232,222)
#F7EFE8
(247,239,232)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B08E color. Also use rgb(211,176,142) instead hex code.

Text Font Color

.myTextColor { color: #D3B08E; }

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

This text font color is #D3B08E.

Background Color

.myBgColor { background-color: #D3B08E; }

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

This div background color is #D3B08E.

Border color

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

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

This div border color is #D3B08E.

Opacity

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

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

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

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

This text has shadow with #D3B08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B08E.

Preview

Color preview on black background

This text has color #D3B08E on black background.


Color preview on white background

This text has color #D3B08E on white background.


Black color preview on #D3B08E background

This text has black color on #D3B08E background.


White color preview on #D3B08E background

This text has white color on #D3B08E background.


Related colors

Complementary color

Complementary color for #hex is #2C4F71.


I love getcolorcode.com

Triadic colors

1 #8ED3B0 and #B08ED3 with #D3B08E are triadic colors.

2 #8EB0D3 and #B0D38E with #D3B08E are triadic colors.