COLOR #D4ABBC

HEX: #D4ABBC
RGB: (212,171,188)

Color info

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

RGB color model

#D4ABBC color RGB value is (212,171,188).

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

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 188 of 255 = 74%

212
171
188

R + G + B ~ 75%. #D4ABBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 188 = 571 (100%)
R 212 of 571 ~ 37.13%
G 171 of 571 ~ 29.95%
B 188 of 571 ~ 32.92%

%37.13
%29.95
%32.92

CMYK color model

#D4ABBC color CMYK value is (0,19,11,17).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(0,19,11,17)
C0M19Y11K17 
(0%,19%,11%,17%)
(0.00/0.19/0.11/0.17)	

CMYK percentages

%0
%19.34
%11.32
%16.86

Codes

Color #D4ABBC in popluar color models

D4ABBC
RGB212171188
HSL335°32.28%75.10%
HSB/HSV335°19.34%83.14%
CMYK0.00%19.34%11.32%
16.86%

Color #D4ABBC in popluar number systems.

HEXD4ABBC
Decimal212171188
Binary110101001010101110111100
Octal324253274

Shades and tints

Shades of #D4ABBC

#D4ABBC
(212,171,188)
#C19CAB
(193,156,171)
#AE8D9A
(174,141,154)
#9B7E89
(155,126,137)
#886F78
(136,111,120)
#756067
(117,96,103)
#625156
(98,81,86)
#4F4245
(79,66,69)
#3C3334
(60,51,52)
#292423
(41,36,35)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #D4ABBC

#D4ABBC
(212,171,188)
#D7B2C2
(215,178,194)
#DAB9C8
(218,185,200)
#DDC0CE
(221,192,206)
#E0C7D4
(224,199,212)
#E3CEDA
(227,206,218)
#E6D5E0
(230,213,224)
#E9DCE6
(233,220,230)
#ECE3EC
(236,227,236)
#EFEAF2
(239,234,242)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ABBC; }

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

This text font color is #D4ABBC.


Background Color

.myBgColor { background-color: #D4ABBC; }

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

This div background color is #D4ABBC.


Border color

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

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

This div border color is #D4ABBC.


Opacity

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

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

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

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

This text has shadow with #D4ABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ABBC on black background.


Color preview on white background

This text has color #D4ABBC on white background.



Black color preview on #D4ABBC background

This text has black color on #D4ABBC background.


White color preview on #D4ABBC background

This text has white color on #D4ABBC background.