COLOR #D4A8BC

HEX: #D4A8BC
RGB: (212,168,188)

Color info

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

RGB color model

#D4A8BC color RGB value is (212,168,188).

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

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 188 of 255 = 74%

212
168
188

R + G + B ~ 74%. #D4A8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 168 + 188 = 568 (100%)
R 212 of 568 ~ 37.32%
G 168 of 568 ~ 29.58%
B 188 of 568 ~ 33.1%

%37.32
%29.58
%33.1

CMYK color model

#D4A8BC color CMYK value is (0,21,11,17).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(0,21,11,17)
C0M21Y11K17 
(0%,21%,11%,17%)
(0.00/0.21/0.11/0.17)	

CMYK percentages

%0
%20.75
%11.32
%16.86

Codes

Color #D4A8BC in popluar color models

D4A8BC
RGB212168188
HSL333°33.85%74.51%
HSB/HSV333°20.75%83.14%
CMYK0.00%20.75%11.32%
16.86%

Color #D4A8BC in popluar number systems.

HEXD4A8BC
Decimal212168188
Binary110101001010100010111100
Octal324250274

Shades and tints

Shades of #D4A8BC

#D4A8BC
(212,168,188)
#C199AB
(193,153,171)
#AE8A9A
(174,138,154)
#9B7B89
(155,123,137)
#886C78
(136,108,120)
#755D67
(117,93,103)
#624E56
(98,78,86)
#4F3F45
(79,63,69)
#3C3034
(60,48,52)
#292123
(41,33,35)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #D4A8BC

#D4A8BC
(212,168,188)
#D7AFC2
(215,175,194)
#DAB6C8
(218,182,200)
#DDBDCE
(221,189,206)
#E0C4D4
(224,196,212)
#E3CBDA
(227,203,218)
#E6D2E0
(230,210,224)
#E9D9E6
(233,217,230)
#ECE0EC
(236,224,236)
#EFE7F2
(239,231,242)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A8BC; }

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

This text font color is #D4A8BC.


Background Color

.myBgColor { background-color: #D4A8BC; }

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

This div background color is #D4A8BC.


Border color

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

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

This div border color is #D4A8BC.


Opacity

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

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

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

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

This text has shadow with #D4A8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A8BC on black background.


Color preview on white background

This text has color #D4A8BC on white background.



Black color preview on #D4A8BC background

This text has black color on #D4A8BC background.


White color preview on #D4A8BC background

This text has white color on #D4A8BC background.