COLOR #D4ACB3

HEX: #D4ACB3
RGB: (212,172,179)

Color info

#D4ACB3 contains red, green and blue colors in about the same proportion. Web safe color of #D4ACB3 is #CC9999 (or #C99).

RGB color model

#D4ACB3 color RGB value is (212,172,179).

  • red value is 212;
  • green value is 172;
  • blue value is 179.
RGB:
(212,172,179)
(83%,67%,70%)

RGB channels and saturation

R 212 of 255 = 83%
G 172 of 255 = 67%
B 179 of 255 = 70%

212
172
179

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

Portions of RGB colors in percentages

R + G + B =
212 + 172 + 179 = 563 (100%)
R 212 of 563 ~ 37.66%
G 172 of 563 ~ 30.55%
B 179 of 563 ~ 31.79%

%37.66
%30.55
%31.79

CMYK color model

#D4ACB3 color CMYK value is (0,19,16,17).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 15.57%
  • key color value is 16.86%
CMYK:
(0,19,16,17)
C0M19Y16K17 
(0%,19%,16%,17%)
(0.00/0.19/0.16/0.17)	

CMYK percentages

%0
%18.87
%15.57
%16.86

Codes

Color #D4ACB3 in popluar color models

D4ACB3
RGB212172179
HSL350°31.75%75.29%
HSB/HSV350°18.87%83.14%
CMYK0.00%18.87%15.57%
16.86%

Color #D4ACB3 in popluar number systems.

HEXD4ACB3
Decimal212172179
Binary110101001010110010110011
Octal324254263

Shades and tints

Shades of #D4ACB3

#D4ACB3
(212,172,179)
#C19DA3
(193,157,163)
#AE8E93
(174,142,147)
#9B7F83
(155,127,131)
#887073
(136,112,115)
#756163
(117,97,99)
#625253
(98,82,83)
#4F4343
(79,67,67)
#3C3433
(60,52,51)
#292523
(41,37,35)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #D4ACB3

#D4ACB3
(212,172,179)
#D7B3B9
(215,179,185)
#DABABF
(218,186,191)
#DDC1C5
(221,193,197)
#E0C8CB
(224,200,203)
#E3CFD1
(227,207,209)
#E6D6D7
(230,214,215)
#E9DDDD
(233,221,221)
#ECE4E3
(236,228,227)
#EFEBE9
(239,235,233)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ACB3 color. Also use rgb(212,172,179) instead hex code.

Text Font Color

.myTextColor { color: #D4ACB3; }

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

This text font color is #D4ACB3.


Background Color

.myBgColor { background-color: #D4ACB3; }

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

This div background color is #D4ACB3.


Border color

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

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

This div border color is #D4ACB3.


Opacity

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

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

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

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

This text has shadow with #D4ACB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ACB3 on black background.


Color preview on white background

This text has color #D4ACB3 on white background.



Black color preview on #D4ACB3 background

This text has black color on #D4ACB3 background.


White color preview on #D4ACB3 background

This text has white color on #D4ACB3 background.