COLOR #D2A69B

HEX: #D2A69B RGB: (210,166,155)

Color info

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

RGB color model

#D2A69B color RGB value is (210,166,155).

RGB: (210,166,155) (82%, 65%, 61%)

RGB channels and saturation

R 210 of 255 = 82%
G 166 of 255 = 65%
B 155 of 255 = 61%

210
166
155

R + G + B ~ 69%. #D2A69B is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 166 + 155 = 531 (100%)
R 210 of 531 ~ 39.55%
G 166 of 531 ~ 31.26%
B 155 of 531 ~ 29.19'%

%39.55
%31.26
%29.19

CMYK color model

#D2A69B color CMYK value is (0,21,26,18).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 26.19%
  • key color value is 17.65%

CMYK: (0,21,26,18)
C0M21Y26K18 (0%, 21%, 26%, 18%)
(0.00 / 0.21 / 0.26 / 0.18)

CMYK percentages

%0
%20.95
%26.19
%17.65

Codes

Color #D2A69B in popluar color models

D2 A6 9B
RGB 210 166 155
HSL 12° 37.93% 71.57%
HSB/HSV 12° 26.19% 82.35%
CMYK 0.00% 20.95% 26.19%
17.65%

Color #D2A69B in popluar number systems.

HEX D2 A6 9B
Decimal 210 166 155
Binary 11010010 10100110 10011011
Octal 322 246 233

Shades and tints

Shades of #D2A69B

#D2A69B
(210,166,155)
#BF978D
(191,151,141)
#AC887F
(172,136,127)
#997971
(153,121,113)
#866A63
(134,106,99)
#735B55
(115,91,85)
#604C47
(96,76,71)
#4D3D39
(77,61,57)
#3A2E2B
(58,46,43)
#271F1D
(39,31,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #D2A69B

#D2A69B
(210,166,155)
#D6AEA4
(214,174,164)
#DAB6AD
(218,182,173)
#DEBEB6
(222,190,182)
#E2C6BF
(226,198,191)
#E6CEC8
(230,206,200)
#EAD6D1
(234,214,209)
#EEDEDA
(238,222,218)
#F2E6E3
(242,230,227)
#F6EEEC
(246,238,236)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A69B; }

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

This text font color is #D2A69B.

Background Color

.myBgColor { background-color: #D2A69B; }

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

This div background color is #D2A69B.

Border color

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

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

This div border color is #D2A69B.

Opacity

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

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

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

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

This text has shadow with #D2A69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A69B.

Preview

Color preview on black background

This text has color #D2A69B on black background.


Color preview on white background

This text has color #D2A69B on white background.


Black color preview on #D2A69B background

This text has black color on #D2A69B background.


White color preview on #D2A69B background

This text has white color on #D2A69B background.


Related colors

Complementary color

Complementary color for #hex is #2D5964.


I love getcolorcode.com

Triadic colors

1 #9BD2A6 and #A69BD2 with #D2A69B are triadic colors.

2 #9BA6D2 and #A6D29B with #D2A69B are triadic colors.