COLOR #D4A8BF

HEX: #D4A8BF
RGB: (212,168,191)

Color info

#D4A8BF contains red, green and blue colors in about the same proportion. Web safe color of #D4A8BF is #CC99CC (or #C9C).

RGB color model

#D4A8BF color RGB value is (212,168,191).

  • red value is 212;
  • green value is 168;
  • blue value is 191.
RGB:
(212,168,191)
(83%,66%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 191 of 255 = 75%

212
168
191

R + G + B ~ 75%. #D4A8BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 168 + 191 = 571 (100%)
R 212 of 571 ~ 37.13%
G 168 of 571 ~ 29.42%
B 191 of 571 ~ 33.45%

%37.13
%29.42
%33.45

CMYK color model

#D4A8BF color CMYK value is (0,21,10,17).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(0,21,10,17)
C0M21Y10K17 
(0%,21%,10%,17%)
(0.00/0.21/0.10/0.17)	

CMYK percentages

%0
%20.75
%9.91
%16.86

Codes

Color #D4A8BF in popluar color models

D4A8BF
RGB212168191
HSL329°33.85%74.51%
HSB/HSV329°20.75%83.14%
CMYK0.00%20.75%9.91%
16.86%

Color #D4A8BF in popluar number systems.

HEXD4A8BF
Decimal212168191
Binary110101001010100010111111
Octal324250277

Shades and tints

Shades of #D4A8BF

#D4A8BF
(212,168,191)
#C199AE
(193,153,174)
#AE8A9D
(174,138,157)
#9B7B8C
(155,123,140)
#886C7B
(136,108,123)
#755D6A
(117,93,106)
#624E59
(98,78,89)
#4F3F48
(79,63,72)
#3C3037
(60,48,55)
#292126
(41,33,38)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #D4A8BF

#D4A8BF
(212,168,191)
#D7AFC4
(215,175,196)
#DAB6C9
(218,182,201)
#DDBDCE
(221,189,206)
#E0C4D3
(224,196,211)
#E3CBD8
(227,203,216)
#E6D2DD
(230,210,221)
#E9D9E2
(233,217,226)
#ECE0E7
(236,224,231)
#EFE7EC
(239,231,236)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A8BF; }

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

This text font color is #D4A8BF.


Background Color

.myBgColor { background-color: #D4A8BF; }

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

This div background color is #D4A8BF.


Border color

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

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

This div border color is #D4A8BF.


Opacity

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

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

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

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

This text has shadow with #D4A8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A8BF on black background.


Color preview on white background

This text has color #D4A8BF on white background.



Black color preview on #D4A8BF background

This text has black color on #D4A8BF background.


White color preview on #D4A8BF background

This text has white color on #D4A8BF background.