COLOR #D3B291

HEX: #D3B291
RGB: (211,178,145)

Color info

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

RGB color model

#D3B291 color RGB value is (211,178,145).

  • red value is 211;
  • green value is 178;
  • blue value is 145.
RGB:
(211,178,145)
(83%,70%,57%)

RGB channels and saturation

R 211 of 255 = 83%
G 178 of 255 = 70%
B 145 of 255 = 57%

211
178
145

R + G + B ~ 70%. #D3B291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 178 + 145 = 534 (100%)
R 211 of 534 ~ 39.51%
G 178 of 534 ~ 33.33%
B 145 of 534 ~ 27.15%

%39.51
%33.33
%27.15

CMYK color model

#D3B291 color CMYK value is (0,16,31,17).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 31.28%
  • key color value is 17.25%
CMYK:
(0,16,31,17)
C0M16Y31K17 
(0%,16%,31%,17%)
(0.00/0.16/0.31/0.17)	

CMYK percentages

%0
%15.64
%31.28
%17.25

Codes

Color #D3B291 in popluar color models

D3B291
RGB211178145
HSL30°42.86%69.80%
HSB/HSV30°31.28%82.75%
CMYK0.00%15.64%31.28%
17.25%

Color #D3B291 in popluar number systems.

HEXD3B291
Decimal211178145
Binary110100111011001010010001
Octal323262221

Shades and tints

Shades of #D3B291

#D3B291
(211,178,145)
#C0A284
(192,162,132)
#AD9277
(173,146,119)
#9A826A
(154,130,106)
#87725D
(135,114,93)
#746250
(116,98,80)
#615243
(97,82,67)
#4E4236
(78,66,54)
#3B3229
(59,50,41)
#28221C
(40,34,28)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #D3B291

#D3B291
(211,178,145)
#D7B99B
(215,185,155)
#DBC0A5
(219,192,165)
#DFC7AF
(223,199,175)
#E3CEB9
(227,206,185)
#E7D5C3
(231,213,195)
#EBDCCD
(235,220,205)
#EFE3D7
(239,227,215)
#F3EAE1
(243,234,225)
#F7F1EB
(247,241,235)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B291 color. Also use rgb(211,178,145) instead hex code.

Text Font Color

.myTextColor { color: #D3B291; }

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

This text font color is #D3B291.


Background Color

.myBgColor { background-color: #D3B291; }

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

This div background color is #D3B291.


Border color

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

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

This div border color is #D3B291.


Opacity

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

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

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

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

This text has shadow with #D3B291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B291 on black background.


Color preview on white background

This text has color #D3B291 on white background.



Black color preview on #D3B291 background

This text has black color on #D3B291 background.


White color preview on #D3B291 background

This text has white color on #D3B291 background.