COLOR #D3A495

HEX: #D3A495
RGB: (211,164,149)

Color info

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

RGB color model

#D3A495 color RGB value is (211,164,149).

  • red value is 211;
  • green value is 164;
  • blue value is 149.
RGB: (211,164,149) (83%,64%,58%)

RGB channels and saturation

R 211 of 255 = 83%
G 164 of 255 = 64%
B 149 of 255 = 58%

211
164
149

R + G + B ~ 68%. #D3A495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 164 + 149 = 524 (100%)
R 211 of 524 ~ 40.27%
G 164 of 524 ~ 31.3%
B 149 of 524 ~ 28.44%

%40.27
%31.3
%28.44

CMYK color model

#D3A495 color CMYK value is (0,22,29,17).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK: (0,22,29,17) C0M22Y29K17 (0%,22%,29%,17%) (0.00/0.22/0.29/0.17)

CMYK percentages

%0
%22.27
%29.38
%17.25

Codes

Color #D3A495 in popluar color models

D3A495
RGB211164149
HSL15°41.33%70.59%
HSB/HSV15°29.38%82.75%
CMYK0.00%22.27%29.38%
17.25%

Color #D3A495 in popluar number systems.

HEXD3A495
Decimal211164149
Binary110100111010010010010101
Octal323244225

Shades and tints

Shades of #D3A495

#D3A495
(211,164,149)
#C09688
(192,150,136)
#AD887B
(173,136,123)
#9A7A6E
(154,122,110)
#876C61
(135,108,97)
#745E54
(116,94,84)
#615047
(97,80,71)
#4E423A
(78,66,58)
#3B342D
(59,52,45)
#282620
(40,38,32)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #D3A495

#D3A495
(211,164,149)
#D7AC9E
(215,172,158)
#DBB4A7
(219,180,167)
#DFBCB0
(223,188,176)
#E3C4B9
(227,196,185)
#E7CCC2
(231,204,194)
#EBD4CB
(235,212,203)
#EFDCD4
(239,220,212)
#F3E4DD
(243,228,221)
#F7ECE6
(247,236,230)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A495; }

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

This text font color is #D3A495.


Background Color

.myBgColor { background-color: #D3A495; }

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

This div background color is #D3A495.


Border color

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

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

This div border color is #D3A495.


Opacity

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

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

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

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

This text has shadow with #D3A495 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D3A495 on black background.


Color preview on white background

This text has color #D3A495 on white background.



Black color preview on #D3A495 background

This text has black color on #D3A495 background.


White color preview on #D3A495 background

This text has white color on #D3A495 background.