COLOR #D3A89B

HEX: #D3A89B
RGB: (211,168,155)

Color info

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

RGB color model

#D3A89B color RGB value is (211,168,155).

  • red value is 211;
  • green value is 168;
  • blue value is 155.
RGB:
(211,168,155)
(83%,66%,61%)

RGB channels and saturation

R 211 of 255 = 83%
G 168 of 255 = 66%
B 155 of 255 = 61%

211
168
155

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

Portions of RGB colors in percentages

R + G + B =
211 + 168 + 155 = 534 (100%)
R 211 of 534 ~ 39.51%
G 168 of 534 ~ 31.46%
B 155 of 534 ~ 29.03%

%39.51
%31.46
%29.03

CMYK color model

#D3A89B color CMYK value is (0,20,27,17).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(0,20,27,17)
C0M20Y27K17 
(0%,20%,27%,17%)
(0.00/0.20/0.27/0.17)	

CMYK percentages

%0
%20.38
%26.54
%17.25

Codes

Color #D3A89B in popluar color models

D3A89B
RGB211168155
HSL14°38.89%71.76%
HSB/HSV14°26.54%82.75%
CMYK0.00%20.38%26.54%
17.25%

Color #D3A89B in popluar number systems.

HEXD3A89B
Decimal211168155
Binary110100111010100010011011
Octal323250233

Shades and tints

Shades of #D3A89B

#D3A89B
(211,168,155)
#C0998D
(192,153,141)
#AD8A7F
(173,138,127)
#9A7B71
(154,123,113)
#876C63
(135,108,99)
#745D55
(116,93,85)
#614E47
(97,78,71)
#4E3F39
(78,63,57)
#3B302B
(59,48,43)
#28211D
(40,33,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #D3A89B

#D3A89B
(211,168,155)
#D7AFA4
(215,175,164)
#DBB6AD
(219,182,173)
#DFBDB6
(223,189,182)
#E3C4BF
(227,196,191)
#E7CBC8
(231,203,200)
#EBD2D1
(235,210,209)
#EFD9DA
(239,217,218)
#F3E0E3
(243,224,227)
#F7E7EC
(247,231,236)
#FBEEF5
(251,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A89B color. Also use rgb(211,168,155) instead hex code.

Text Font Color

.myTextColor { color: #D3A89B; }

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

This text font color is #D3A89B.


Background Color

.myBgColor { background-color: #D3A89B; }

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

This div background color is #D3A89B.


Border color

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

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

This div border color is #D3A89B.


Opacity

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

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

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

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

This text has shadow with #D3A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A89B on black background.


Color preview on white background

This text has color #D3A89B on white background.



Black color preview on #D3A89B background

This text has black color on #D3A89B background.


White color preview on #D3A89B background

This text has white color on #D3A89B background.