COLOR #D1ABBC

HEX: #D1ABBC
RGB: (209,171,188)

Color info

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

RGB color model

#D1ABBC color RGB value is (209,171,188).

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

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 188 of 255 = 74%

209
171
188

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

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 188 = 568 (100%)
R 209 of 568 ~ 36.8%
G 171 of 568 ~ 30.11%
B 188 of 568 ~ 33.1%

%36.8
%30.11
%33.1

CMYK color model

#D1ABBC color CMYK value is (0,18,10,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 10.05%
  • key color value is 18.04%
CMYK:
(0,18,10,18)
C0M18Y10K18 
(0%,18%,10%,18%)
(0.00/0.18/0.10/0.18)	

CMYK percentages

%0
%18.18
%10.05
%18.04

Codes

Color #D1ABBC in popluar color models

D1ABBC
RGB209171188
HSL333°29.23%74.51%
HSB/HSV333°18.18%81.96%
CMYK0.00%18.18%10.05%
18.04%

Color #D1ABBC in popluar number systems.

HEXD1ABBC
Decimal209171188
Binary110100011010101110111100
Octal321253274

Shades and tints

Shades of #D1ABBC

#D1ABBC
(209,171,188)
#BE9CAB
(190,156,171)
#AB8D9A
(171,141,154)
#987E89
(152,126,137)
#856F78
(133,111,120)
#726067
(114,96,103)
#5F5156
(95,81,86)
#4C4245
(76,66,69)
#393334
(57,51,52)
#262423
(38,36,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #D1ABBC

#D1ABBC
(209,171,188)
#D5B2C2
(213,178,194)
#D9B9C8
(217,185,200)
#DDC0CE
(221,192,206)
#E1C7D4
(225,199,212)
#E5CEDA
(229,206,218)
#E9D5E0
(233,213,224)
#EDDCE6
(237,220,230)
#F1E3EC
(241,227,236)
#F5EAF2
(245,234,242)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABBC; }

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

This text font color is #D1ABBC.


Background Color

.myBgColor { background-color: #D1ABBC; }

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

This div background color is #D1ABBC.


Border color

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

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

This div border color is #D1ABBC.


Opacity

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

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

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

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

This text has shadow with #D1ABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABBC on black background.


Color preview on white background

This text has color #D1ABBC on white background.



Black color preview on #D1ABBC background

This text has black color on #D1ABBC background.


White color preview on #D1ABBC background

This text has white color on #D1ABBC background.