COLOR #D1A8A8

HEX: #D1A8A8
RGB: (209,168,168)

Color info

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

RGB color model

#D1A8A8 color RGB value is (209,168,168).

  • red value is 209;
  • green value is 168;
  • blue value is 168.
RGB:
(209,168,168)
(82%,66%,66%)

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 168 of 255 = 66%

209
168
168

R + G + B ~ 71%. #D1A8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 168 + 168 = 545 (100%)
R 209 of 545 ~ 38.35%
G 168 of 545 ~ 30.83%
B 168 of 545 ~ 30.83%

%38.35
%30.83
%30.83

CMYK color model

#D1A8A8 color CMYK value is (0,20,20,18).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 19.62%
  • key color value is 18.04%
CMYK:
(0,20,20,18)
C0M20Y20K18 
(0%,20%,20%,18%)
(0.00/0.20/0.20/0.18)	

CMYK percentages

%0
%19.62
%19.62
%18.04

Codes

Color #D1A8A8 in popluar color models

D1A8A8
RGB209168168
HSL30.83%73.92%
HSB/HSV19.62%81.96%
CMYK0.00%19.62%19.62%
18.04%

Color #D1A8A8 in popluar number systems.

HEXD1A8A8
Decimal209168168
Binary110100011010100010101000
Octal321250250

Shades and tints

Shades of #D1A8A8

#D1A8A8
(209,168,168)
#BE9999
(190,153,153)
#AB8A8A
(171,138,138)
#987B7B
(152,123,123)
#856C6C
(133,108,108)
#725D5D
(114,93,93)
#5F4E4E
(95,78,78)
#4C3F3F
(76,63,63)
#393030
(57,48,48)
#262121
(38,33,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #D1A8A8

#D1A8A8
(209,168,168)
#D5AFAF
(213,175,175)
#D9B6B6
(217,182,182)
#DDBDBD
(221,189,189)
#E1C4C4
(225,196,196)
#E5CBCB
(229,203,203)
#E9D2D2
(233,210,210)
#EDD9D9
(237,217,217)
#F1E0E0
(241,224,224)
#F5E7E7
(245,231,231)
#F9EEEE
(249,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A8A8; }

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

This text font color is #D1A8A8.


Background Color

.myBgColor { background-color: #D1A8A8; }

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

This div background color is #D1A8A8.


Border color

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

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

This div border color is #D1A8A8.


Opacity

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

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

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

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

This text has shadow with #D1A8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A8A8 on black background.


Color preview on white background

This text has color #D1A8A8 on white background.



Black color preview on #D1A8A8 background

This text has black color on #D1A8A8 background.


White color preview on #D1A8A8 background

This text has white color on #D1A8A8 background.