COLOR #D6A8AE

HEX: #D6A8AE
RGB: (214,168,174)

Color info

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

RGB color model

#D6A8AE color RGB value is (214,168,174).

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

RGB channels and saturation

R 214 of 255 = 84%
G 168 of 255 = 66%
B 174 of 255 = 68%

214
168
174

R + G + B ~ 73%. #D6A8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 168 + 174 = 556 (100%)
R 214 of 556 ~ 38.49%
G 168 of 556 ~ 30.22%
B 174 of 556 ~ 31.29%

%38.49
%30.22
%31.29

CMYK color model

#D6A8AE color CMYK value is (0,21,19,16).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK:
(0,21,19,16)
C0M21Y19K16 
(0%,21%,19%,16%)
(0.00/0.21/0.19/0.16)	

CMYK percentages

%0
%21.5
%18.69
%16.08

Codes

Color #D6A8AE in popluar color models

D6A8AE
RGB214168174
HSL352°35.94%74.90%
HSB/HSV352°21.50%83.92%
CMYK0.00%21.50%18.69%
16.08%

Color #D6A8AE in popluar number systems.

HEXD6A8AE
Decimal214168174
Binary110101101010100010101110
Octal326250256

Shades and tints

Shades of #D6A8AE

#D6A8AE
(214,168,174)
#C3999F
(195,153,159)
#B08A90
(176,138,144)
#9D7B81
(157,123,129)
#8A6C72
(138,108,114)
#775D63
(119,93,99)
#644E54
(100,78,84)
#513F45
(81,63,69)
#3E3036
(62,48,54)
#2B2127
(43,33,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #D6A8AE

#D6A8AE
(214,168,174)
#D9AFB5
(217,175,181)
#DCB6BC
(220,182,188)
#DFBDC3
(223,189,195)
#E2C4CA
(226,196,202)
#E5CBD1
(229,203,209)
#E8D2D8
(232,210,216)
#EBD9DF
(235,217,223)
#EEE0E6
(238,224,230)
#F1E7ED
(241,231,237)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A8AE; }

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

This text font color is #D6A8AE.


Background Color

.myBgColor { background-color: #D6A8AE; }

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

This div background color is #D6A8AE.


Border color

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

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

This div border color is #D6A8AE.


Opacity

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

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

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

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

This text has shadow with #D6A8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A8AE on black background.


Color preview on white background

This text has color #D6A8AE on white background.



Black color preview on #D6A8AE background

This text has black color on #D6A8AE background.


White color preview on #D6A8AE background

This text has white color on #D6A8AE background.