COLOR #D3B48A

HEX: #D3B48A RGB: (211,180,138)

Color info

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

RGB color model

#D3B48A color RGB value is (211,180,138).

RGB: (211,180,138) (83%, 71%, 54%)

RGB channels and saturation

R 211 of 255 = 83%
G 180 of 255 = 71%
B 138 of 255 = 54%

211
180
138

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

Portions of RGB colors in percentages

R + G + B = 211 + 180 + 138 = 529 (100%)
R 211 of 529 ~ 39.89%
G 180 of 529 ~ 34.03%
B 138 of 529 ~ 26.09'%

%39.89
%34.03
%26.09

CMYK color model

#D3B48A color CMYK value is (0,15,35,17).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 34.60%
  • key color value is 17.25%

CMYK: (0,15,35,17)
C0M15Y35K17 (0%, 15%, 35%, 17%)
(0.00 / 0.15 / 0.35 / 0.17)

CMYK percentages

%0
%14.69
%34.6
%17.25

Codes

Color #D3B48A in popluar color models

D3 B4 8A
RGB 211 180 138
HSL 35° 45.34% 68.43%
HSB/HSV 35° 34.60% 82.75%
CMYK 0.00% 14.69% 34.60%
17.25%

Color #D3B48A in popluar number systems.

HEX D3 B4 8A
Decimal 211 180 138
Binary 11010011 10110100 10001010
Octal 323 264 212

Shades and tints

Shades of #D3B48A

#D3B48A
(211,180,138)
#C0A47E
(192,164,126)
#AD9472
(173,148,114)
#9A8466
(154,132,102)
#87745A
(135,116,90)
#74644E
(116,100,78)
#615442
(97,84,66)
#4E4436
(78,68,54)
#3B342A
(59,52,42)
#28241E
(40,36,30)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #D3B48A

#D3B48A
(211,180,138)
#D7BA94
(215,186,148)
#DBC09E
(219,192,158)
#DFC6A8
(223,198,168)
#E3CCB2
(227,204,178)
#E7D2BC
(231,210,188)
#EBD8C6
(235,216,198)
#EFDED0
(239,222,208)
#F3E4DA
(243,228,218)
#F7EAE4
(247,234,228)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B48A color. Also use rgb(211,180,138) instead hex code.

Text Font Color

.myTextColor { color: #D3B48A; }

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

This text font color is #D3B48A.

Background Color

.myBgColor { background-color: #D3B48A; }

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

This div background color is #D3B48A.

Border color

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

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

This div border color is #D3B48A.

Opacity

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

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

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

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

This text has shadow with #D3B48A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B48A.

Preview

Color preview on black background

This text has color #D3B48A on black background.


Color preview on white background

This text has color #D3B48A on white background.


Black color preview on #D3B48A background

This text has black color on #D3B48A background.


White color preview on #D3B48A background

This text has white color on #D3B48A background.


Related colors

Complementary color

Complementary color for #hex is #2C4B75.


I love getcolorcode.com

Triadic colors

1 #8AD3B4 and #B48AD3 with #D3B48A are triadic colors.

2 #8AB4D3 and #B4D38A with #D3B48A are triadic colors.