COLOR #D3B2A5

HEX: #D3B2A5
RGB: (211,178,165)

Color info

#D3B2A5 contains red, green and blue colors in about the same proportion. Web safe color of #D3B2A5 is #CC9999 (or #C99).

RGB color model

#D3B2A5 color RGB value is (211,178,165).

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

RGB channels and saturation

R 211 of 255 = 83%
G 178 of 255 = 70%
B 165 of 255 = 65%

211
178
165

R + G + B ~ 73%. #D3B2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 178 + 165 = 554 (100%)
R 211 of 554 ~ 38.09%
G 178 of 554 ~ 32.13%
B 165 of 554 ~ 29.78%

%38.09
%32.13
%29.78

CMYK color model

#D3B2A5 color CMYK value is (0,16,22,17).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 21.80%
  • key color value is 17.25%
CMYK:
(0,16,22,17)
C0M16Y22K17 
(0%,16%,22%,17%)
(0.00/0.16/0.22/0.17)	

CMYK percentages

%0
%15.64
%21.8
%17.25

Codes

Color #D3B2A5 in popluar color models

D3B2A5
RGB211178165
HSL17°34.33%73.73%
HSB/HSV17°21.80%82.75%
CMYK0.00%15.64%21.80%
17.25%

Color #D3B2A5 in popluar number systems.

HEXD3B2A5
Decimal211178165
Binary110100111011001010100101
Octal323262245

Shades and tints

Shades of #D3B2A5

#D3B2A5
(211,178,165)
#C0A296
(192,162,150)
#AD9287
(173,146,135)
#9A8278
(154,130,120)
#877269
(135,114,105)
#74625A
(116,98,90)
#61524B
(97,82,75)
#4E423C
(78,66,60)
#3B322D
(59,50,45)
#28221E
(40,34,30)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #D3B2A5

#D3B2A5
(211,178,165)
#D7B9AD
(215,185,173)
#DBC0B5
(219,192,181)
#DFC7BD
(223,199,189)
#E3CEC5
(227,206,197)
#E7D5CD
(231,213,205)
#EBDCD5
(235,220,213)
#EFE3DD
(239,227,221)
#F3EAE5
(243,234,229)
#F7F1ED
(247,241,237)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B2A5; }

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

This text font color is #D3B2A5.


Background Color

.myBgColor { background-color: #D3B2A5; }

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

This div background color is #D3B2A5.


Border color

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

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

This div border color is #D3B2A5.


Opacity

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

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

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

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

This text has shadow with #D3B2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B2A5 on black background.


Color preview on white background

This text has color #D3B2A5 on white background.



Black color preview on #D3B2A5 background

This text has black color on #D3B2A5 background.


White color preview on #D3B2A5 background

This text has white color on #D3B2A5 background.