COLOR #D2A692

HEX: #D2A692
RGB: (210,166,146)

Color info

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

RGB color model

#D2A692 color RGB value is (210,166,146).

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

RGB channels and saturation

R 210 of 255 = 82%
G 166 of 255 = 65%
B 146 of 255 = 57%

210
166
146

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

Portions of RGB colors in percentages

R + G + B =
210 + 166 + 146 = 522 (100%)
R 210 of 522 ~ 40.23%
G 166 of 522 ~ 31.8%
B 146 of 522 ~ 27.97%

%40.23
%31.8
%27.97

CMYK color model

#D2A692 color CMYK value is (0,21,30,18).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 30.48%
  • key color value is 17.65%
CMYK:
(0,21,30,18)
C0M21Y30K18 
(0%,21%,30%,18%)
(0.00/0.21/0.30/0.18)	

CMYK percentages

%0
%20.95
%30.48
%17.65

Codes

Color #D2A692 in popluar color models

D2A692
RGB210166146
HSL19°41.56%69.80%
HSB/HSV19°30.48%82.35%
CMYK0.00%20.95%30.48%
17.65%

Color #D2A692 in popluar number systems.

HEXD2A692
Decimal210166146
Binary110100101010011010010010
Octal322246222

Shades and tints

Shades of #D2A692

#D2A692
(210,166,146)
#BF9785
(191,151,133)
#AC8878
(172,136,120)
#99796B
(153,121,107)
#866A5E
(134,106,94)
#735B51
(115,91,81)
#604C44
(96,76,68)
#4D3D37
(77,61,55)
#3A2E2A
(58,46,42)
#271F1D
(39,31,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #D2A692

#D2A692
(210,166,146)
#D6AE9B
(214,174,155)
#DAB6A4
(218,182,164)
#DEBEAD
(222,190,173)
#E2C6B6
(226,198,182)
#E6CEBF
(230,206,191)
#EAD6C8
(234,214,200)
#EEDED1
(238,222,209)
#F2E6DA
(242,230,218)
#F6EEE3
(246,238,227)
#FAF6EC
(250,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A692; }

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

This text font color is #D2A692.


Background Color

.myBgColor { background-color: #D2A692; }

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

This div background color is #D2A692.


Border color

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

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

This div border color is #D2A692.


Opacity

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

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

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

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

This text has shadow with #D2A692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A692 on black background.


Color preview on white background

This text has color #D2A692 on white background.



Black color preview on #D2A692 background

This text has black color on #D2A692 background.


White color preview on #D2A692 background

This text has white color on #D2A692 background.