COLOR #D4A4B5

HEX: #D4A4B5
RGB: (212,164,181)

Color info

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

RGB color model

#D4A4B5 color RGB value is (212,164,181).

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

RGB channels and saturation

R 212 of 255 = 83%
G 164 of 255 = 64%
B 181 of 255 = 71%

212
164
181

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

Portions of RGB colors in percentages

R + G + B =
212 + 164 + 181 = 557 (100%)
R 212 of 557 ~ 38.06%
G 164 of 557 ~ 29.44%
B 181 of 557 ~ 32.5%

%38.06
%29.44
%32.5

CMYK color model

#D4A4B5 color CMYK value is (0,23,15,17).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 14.62%
  • key color value is 16.86%
CMYK:
(0,23,15,17)
C0M23Y15K17 
(0%,23%,15%,17%)
(0.00/0.23/0.15/0.17)	

CMYK percentages

%0
%22.64
%14.62
%16.86

Codes

Color #D4A4B5 in popluar color models

D4A4B5
RGB212164181
HSL339°35.82%73.73%
HSB/HSV339°22.64%83.14%
CMYK0.00%22.64%14.62%
16.86%

Color #D4A4B5 in popluar number systems.

HEXD4A4B5
Decimal212164181
Binary110101001010010010110101
Octal324244265

Shades and tints

Shades of #D4A4B5

#D4A4B5
(212,164,181)
#C196A5
(193,150,165)
#AE8895
(174,136,149)
#9B7A85
(155,122,133)
#886C75
(136,108,117)
#755E65
(117,94,101)
#625055
(98,80,85)
#4F4245
(79,66,69)
#3C3435
(60,52,53)
#292625
(41,38,37)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4A4B5

#D4A4B5
(212,164,181)
#D7ACBB
(215,172,187)
#DAB4C1
(218,180,193)
#DDBCC7
(221,188,199)
#E0C4CD
(224,196,205)
#E3CCD3
(227,204,211)
#E6D4D9
(230,212,217)
#E9DCDF
(233,220,223)
#ECE4E5
(236,228,229)
#EFECEB
(239,236,235)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A4B5; }

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

This text font color is #D4A4B5.


Background Color

.myBgColor { background-color: #D4A4B5; }

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

This div background color is #D4A4B5.


Border color

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

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

This div border color is #D4A4B5.


Opacity

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

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

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

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

This text has shadow with #D4A4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A4B5 on black background.


Color preview on white background

This text has color #D4A4B5 on white background.



Black color preview on #D4A4B5 background

This text has black color on #D4A4B5 background.


White color preview on #D4A4B5 background

This text has white color on #D4A4B5 background.