COLOR #D3A69B

HEX: #D3A69B
RGB: (211,166,155)

Color info

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

RGB color model

#D3A69B color RGB value is (211,166,155).

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

RGB channels and saturation

R 211 of 255 = 83%
G 166 of 255 = 65%
B 155 of 255 = 61%

211
166
155

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

Portions of RGB colors in percentages

R + G + B =
211 + 166 + 155 = 532 (100%)
R 211 of 532 ~ 39.66%
G 166 of 532 ~ 31.2%
B 155 of 532 ~ 29.14%

%39.66
%31.2
%29.14

CMYK color model

#D3A69B color CMYK value is (0,21,27,17).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(0,21,27,17)
C0M21Y27K17 
(0%,21%,27%,17%)
(0.00/0.21/0.27/0.17)	

CMYK percentages

%0
%21.33
%26.54
%17.25

Codes

Color #D3A69B in popluar color models

D3A69B
RGB211166155
HSL12°38.89%71.76%
HSB/HSV12°26.54%82.75%
CMYK0.00%21.33%26.54%
17.25%

Color #D3A69B in popluar number systems.

HEXD3A69B
Decimal211166155
Binary110100111010011010011011
Octal323246233

Shades and tints

Shades of #D3A69B

#D3A69B
(211,166,155)
#C0978D
(192,151,141)
#AD887F
(173,136,127)
#9A7971
(154,121,113)
#876A63
(135,106,99)
#745B55
(116,91,85)
#614C47
(97,76,71)
#4E3D39
(78,61,57)
#3B2E2B
(59,46,43)
#281F1D
(40,31,29)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #D3A69B

#D3A69B
(211,166,155)
#D7AEA4
(215,174,164)
#DBB6AD
(219,182,173)
#DFBEB6
(223,190,182)
#E3C6BF
(227,198,191)
#E7CEC8
(231,206,200)
#EBD6D1
(235,214,209)
#EFDEDA
(239,222,218)
#F3E6E3
(243,230,227)
#F7EEEC
(247,238,236)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A69B; }

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

This text font color is #D3A69B.


Background Color

.myBgColor { background-color: #D3A69B; }

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

This div background color is #D3A69B.


Border color

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

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

This div border color is #D3A69B.


Opacity

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

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

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

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

This text has shadow with #D3A69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A69B on black background.


Color preview on white background

This text has color #D3A69B on white background.



Black color preview on #D3A69B background

This text has black color on #D3A69B background.


White color preview on #D3A69B background

This text has white color on #D3A69B background.