COLOR #D3ACB6

HEX: #D3ACB6
RGB: (211,172,182)

Color info

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

RGB color model

#D3ACB6 color RGB value is (211,172,182).

  • red value is 211;
  • green value is 172;
  • blue value is 182.
RGB:
(211,172,182)
(83%,67%,71%)

RGB channels and saturation

R 211 of 255 = 83%
G 172 of 255 = 67%
B 182 of 255 = 71%

211
172
182

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

Portions of RGB colors in percentages

R + G + B =
211 + 172 + 182 = 565 (100%)
R 211 of 565 ~ 37.35%
G 172 of 565 ~ 30.44%
B 182 of 565 ~ 32.21%

%37.35
%30.44
%32.21

CMYK color model

#D3ACB6 color CMYK value is (0,18,14,17).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 13.74%
  • key color value is 17.25%
CMYK:
(0,18,14,17)
C0M18Y14K17 
(0%,18%,14%,17%)
(0.00/0.18/0.14/0.17)	

CMYK percentages

%0
%18.48
%13.74
%17.25

Codes

Color #D3ACB6 in popluar color models

D3ACB6
RGB211172182
HSL345°30.71%75.10%
HSB/HSV345°18.48%82.75%
CMYK0.00%18.48%13.74%
17.25%

Color #D3ACB6 in popluar number systems.

HEXD3ACB6
Decimal211172182
Binary110100111010110010110110
Octal323254266

Shades and tints

Shades of #D3ACB6

#D3ACB6
(211,172,182)
#C09DA6
(192,157,166)
#AD8E96
(173,142,150)
#9A7F86
(154,127,134)
#877076
(135,112,118)
#746166
(116,97,102)
#615256
(97,82,86)
#4E4346
(78,67,70)
#3B3436
(59,52,54)
#282526
(40,37,38)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #D3ACB6

#D3ACB6
(211,172,182)
#D7B3BC
(215,179,188)
#DBBAC2
(219,186,194)
#DFC1C8
(223,193,200)
#E3C8CE
(227,200,206)
#E7CFD4
(231,207,212)
#EBD6DA
(235,214,218)
#EFDDE0
(239,221,224)
#F3E4E6
(243,228,230)
#F7EBEC
(247,235,236)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ACB6 color. Also use rgb(211,172,182) instead hex code.

Text Font Color

.myTextColor { color: #D3ACB6; }

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

This text font color is #D3ACB6.


Background Color

.myBgColor { background-color: #D3ACB6; }

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

This div background color is #D3ACB6.


Border color

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

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

This div border color is #D3ACB6.


Opacity

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

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

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

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

This text has shadow with #D3ACB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ACB6 on black background.


Color preview on white background

This text has color #D3ACB6 on white background.



Black color preview on #D3ACB6 background

This text has black color on #D3ACB6 background.


White color preview on #D3ACB6 background

This text has white color on #D3ACB6 background.