COLOR #D6A892

HEX: #D6A892
RGB: (214,168,146)

Color info

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

RGB color model

#D6A892 color RGB value is (214,168,146).

  • red value is 214;
  • green value is 168;
  • blue value is 146.
RGB:
(214,168,146)
(84%,66%,57%)

RGB channels and saturation

R 214 of 255 = 84%
G 168 of 255 = 66%
B 146 of 255 = 57%

214
168
146

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

Portions of RGB colors in percentages

R + G + B =
214 + 168 + 146 = 528 (100%)
R 214 of 528 ~ 40.53%
G 168 of 528 ~ 31.82%
B 146 of 528 ~ 27.65%

%40.53
%31.82
%27.65

CMYK color model

#D6A892 color CMYK value is (0,21,32,16).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 31.78%
  • key color value is 16.08%
CMYK:
(0,21,32,16)
C0M21Y32K16 
(0%,21%,32%,16%)
(0.00/0.21/0.32/0.16)	

CMYK percentages

%0
%21.5
%31.78
%16.08

Codes

Color #D6A892 in popluar color models

D6A892
RGB214168146
HSL19°45.33%70.59%
HSB/HSV19°31.78%83.92%
CMYK0.00%21.50%31.78%
16.08%

Color #D6A892 in popluar number systems.

HEXD6A892
Decimal214168146
Binary110101101010100010010010
Octal326250222

Shades and tints

Shades of #D6A892

#D6A892
(214,168,146)
#C39985
(195,153,133)
#B08A78
(176,138,120)
#9D7B6B
(157,123,107)
#8A6C5E
(138,108,94)
#775D51
(119,93,81)
#644E44
(100,78,68)
#513F37
(81,63,55)
#3E302A
(62,48,42)
#2B211D
(43,33,29)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #D6A892

#D6A892
(214,168,146)
#D9AF9B
(217,175,155)
#DCB6A4
(220,182,164)
#DFBDAD
(223,189,173)
#E2C4B6
(226,196,182)
#E5CBBF
(229,203,191)
#E8D2C8
(232,210,200)
#EBD9D1
(235,217,209)
#EEE0DA
(238,224,218)
#F1E7E3
(241,231,227)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A892 color. Also use rgb(214,168,146) instead hex code.

Text Font Color

.myTextColor { color: #D6A892; }

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

This text font color is #D6A892.


Background Color

.myBgColor { background-color: #D6A892; }

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

This div background color is #D6A892.


Border color

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

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

This div border color is #D6A892.


Opacity

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

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

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

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

This text has shadow with #D6A892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A892 on black background.


Color preview on white background

This text has color #D6A892 on white background.



Black color preview on #D6A892 background

This text has black color on #D6A892 background.


White color preview on #D6A892 background

This text has white color on #D6A892 background.