COLOR #D2A68E

HEX: #D2A68E
RGB: (210,166,142)

Color info

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

RGB color model

#D2A68E color RGB value is (210,166,142).

  • red value is 210;
  • green value is 166;
  • blue value is 142.
RGB:
(210,166,142)
(82%,65%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 166 of 255 = 65%
B 142 of 255 = 56%

210
166
142

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

Portions of RGB colors in percentages

R + G + B =
210 + 166 + 142 = 518 (100%)
R 210 of 518 ~ 40.54%
G 166 of 518 ~ 32.05%
B 142 of 518 ~ 27.41%

%40.54
%32.05
%27.41

CMYK color model

#D2A68E color CMYK value is (0,21,32,18).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 32.38%
  • key color value is 17.65%
CMYK:
(0,21,32,18)
C0M21Y32K18 
(0%,21%,32%,18%)
(0.00/0.21/0.32/0.18)	

CMYK percentages

%0
%20.95
%32.38
%17.65

Codes

Color #D2A68E in popluar color models

D2A68E
RGB210166142
HSL21°43.04%69.02%
HSB/HSV21°32.38%82.35%
CMYK0.00%20.95%32.38%
17.65%

Color #D2A68E in popluar number systems.

HEXD2A68E
Decimal210166142
Binary110100101010011010001110
Octal322246216

Shades and tints

Shades of #D2A68E

#D2A68E
(210,166,142)
#BF9782
(191,151,130)
#AC8876
(172,136,118)
#99796A
(153,121,106)
#866A5E
(134,106,94)
#735B52
(115,91,82)
#604C46
(96,76,70)
#4D3D3A
(77,61,58)
#3A2E2E
(58,46,46)
#271F22
(39,31,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #D2A68E

#D2A68E
(210,166,142)
#D6AE98
(214,174,152)
#DAB6A2
(218,182,162)
#DEBEAC
(222,190,172)
#E2C6B6
(226,198,182)
#E6CEC0
(230,206,192)
#EAD6CA
(234,214,202)
#EEDED4
(238,222,212)
#F2E6DE
(242,230,222)
#F6EEE8
(246,238,232)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A68E; }

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

This text font color is #D2A68E.


Background Color

.myBgColor { background-color: #D2A68E; }

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

This div background color is #D2A68E.


Border color

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

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

This div border color is #D2A68E.


Opacity

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

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

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

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

This text has shadow with #D2A68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A68E on black background.


Color preview on white background

This text has color #D2A68E on white background.



Black color preview on #D2A68E background

This text has black color on #D2A68E background.


White color preview on #D2A68E background

This text has white color on #D2A68E background.