COLOR #D4A2B7

HEX: #D4A2B7
RGB: (212,162,183)

Color info

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

RGB color model

#D4A2B7 color RGB value is (212,162,183).

  • red value is 212;
  • green value is 162;
  • blue value is 183.
RGB:
(212,162,183)
(83%,64%,72%)

RGB channels and saturation

R 212 of 255 = 83%
G 162 of 255 = 64%
B 183 of 255 = 72%

212
162
183

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

Portions of RGB colors in percentages

R + G + B =
212 + 162 + 183 = 557 (100%)
R 212 of 557 ~ 38.06%
G 162 of 557 ~ 29.08%
B 183 of 557 ~ 32.85%

%38.06
%29.08
%32.85

CMYK color model

#D4A2B7 color CMYK value is (0,24,14,17).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 13.68%
  • key color value is 16.86%
CMYK:
(0,24,14,17)
C0M24Y14K17 
(0%,24%,14%,17%)
(0.00/0.24/0.14/0.17)	

CMYK percentages

%0
%23.58
%13.68
%16.86

Codes

Color #D4A2B7 in popluar color models

D4A2B7
RGB212162183
HSL335°36.76%73.33%
HSB/HSV335°23.58%83.14%
CMYK0.00%23.58%13.68%
16.86%

Color #D4A2B7 in popluar number systems.

HEXD4A2B7
Decimal212162183
Binary110101001010001010110111
Octal324242267

Shades and tints

Shades of #D4A2B7

#D4A2B7
(212,162,183)
#C194A7
(193,148,167)
#AE8697
(174,134,151)
#9B7887
(155,120,135)
#886A77
(136,106,119)
#755C67
(117,92,103)
#624E57
(98,78,87)
#4F4047
(79,64,71)
#3C3237
(60,50,55)
#292427
(41,36,39)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4A2B7

#D4A2B7
(212,162,183)
#D7AABD
(215,170,189)
#DAB2C3
(218,178,195)
#DDBAC9
(221,186,201)
#E0C2CF
(224,194,207)
#E3CAD5
(227,202,213)
#E6D2DB
(230,210,219)
#E9DAE1
(233,218,225)
#ECE2E7
(236,226,231)
#EFEAED
(239,234,237)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A2B7 color. Also use rgb(212,162,183) instead hex code.

Text Font Color

.myTextColor { color: #D4A2B7; }

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

This text font color is #D4A2B7.


Background Color

.myBgColor { background-color: #D4A2B7; }

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

This div background color is #D4A2B7.


Border color

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

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

This div border color is #D4A2B7.


Opacity

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

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

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

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

This text has shadow with #D4A2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A2B7 on black background.


Color preview on white background

This text has color #D4A2B7 on white background.



Black color preview on #D4A2B7 background

This text has black color on #D4A2B7 background.


White color preview on #D4A2B7 background

This text has white color on #D4A2B7 background.