COLOR #D4A4BC

HEX: #D4A4BC
RGB: (212,164,188)

Color info

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

RGB color model

#D4A4BC color RGB value is (212,164,188).

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

RGB channels and saturation

R 212 of 255 = 83%
G 164 of 255 = 64%
B 188 of 255 = 74%

212
164
188

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

Portions of RGB colors in percentages

R + G + B =
212 + 164 + 188 = 564 (100%)
R 212 of 564 ~ 37.59%
G 164 of 564 ~ 29.08%
B 188 of 564 ~ 33.33%

%37.59
%29.08
%33.33

CMYK color model

#D4A4BC color CMYK value is (0,23,11,17).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(0,23,11,17)
C0M23Y11K17 
(0%,23%,11%,17%)
(0.00/0.23/0.11/0.17)	

CMYK percentages

%0
%22.64
%11.32
%16.86

Codes

Color #D4A4BC in popluar color models

D4A4BC
RGB212164188
HSL330°35.82%73.73%
HSB/HSV330°22.64%83.14%
CMYK0.00%22.64%11.32%
16.86%

Color #D4A4BC in popluar number systems.

HEXD4A4BC
Decimal212164188
Binary110101001010010010111100
Octal324244274

Shades and tints

Shades of #D4A4BC

#D4A4BC
(212,164,188)
#C196AB
(193,150,171)
#AE889A
(174,136,154)
#9B7A89
(155,122,137)
#886C78
(136,108,120)
#755E67
(117,94,103)
#625056
(98,80,86)
#4F4245
(79,66,69)
#3C3434
(60,52,52)
#292623
(41,38,35)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #D4A4BC

#D4A4BC
(212,164,188)
#D7ACC2
(215,172,194)
#DAB4C8
(218,180,200)
#DDBCCE
(221,188,206)
#E0C4D4
(224,196,212)
#E3CCDA
(227,204,218)
#E6D4E0
(230,212,224)
#E9DCE6
(233,220,230)
#ECE4EC
(236,228,236)
#EFECF2
(239,236,242)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A4BC; }

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

This text font color is #D4A4BC.


Background Color

.myBgColor { background-color: #D4A4BC; }

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

This div background color is #D4A4BC.


Border color

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

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

This div border color is #D4A4BC.


Opacity

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

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

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

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

This text has shadow with #D4A4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A4BC on black background.


Color preview on white background

This text has color #D4A4BC on white background.



Black color preview on #D4A4BC background

This text has black color on #D4A4BC background.


White color preview on #D4A4BC background

This text has white color on #D4A4BC background.