COLOR #D0ABB1

HEX: #D0ABB1
RGB: (208,171,177)

Color info

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

RGB color model

#D0ABB1 color RGB value is (208,171,177).

  • red value is 208;
  • green value is 171;
  • blue value is 177.
RGB: (208,171,177) (82%,67%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 171 of 255 = 67%
B 177 of 255 = 69%

208
171
177

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

Portions of RGB colors in percentages

R + G + B =
208 + 171 + 177 = 556 (100%)
R 208 of 556 ~ 37.41%
G 171 of 556 ~ 30.76%
B 177 of 556 ~ 31.83%

%37.41
%30.76
%31.83

CMYK color model

#D0ABB1 color CMYK value is (0,18,15,18).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK: (0,18,15,18) C0M18Y15K18 (0%,18%,15%,18%) (0.00/0.18/0.15/0.18)

CMYK percentages

%0
%17.79
%14.9
%18.43

Codes

Color #D0ABB1 in popluar color models

D0ABB1
RGB208171177
HSL350°28.24%74.31%
HSB/HSV350°17.79%81.57%
CMYK0.00%17.79%14.90%
18.43%

Color #D0ABB1 in popluar number systems.

HEXD0ABB1
Decimal208171177
Binary110100001010101110110001
Octal320253261

Shades and tints

Shades of #D0ABB1

#D0ABB1
(208,171,177)
#BE9CA1
(190,156,161)
#AC8D91
(172,141,145)
#9A7E81
(154,126,129)
#886F71
(136,111,113)
#766061
(118,96,97)
#645151
(100,81,81)
#524241
(82,66,65)
#403331
(64,51,49)
#2E2421
(46,36,33)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #D0ABB1

#D0ABB1
(208,171,177)
#D4B2B8
(212,178,184)
#D8B9BF
(216,185,191)
#DCC0C6
(220,192,198)
#E0C7CD
(224,199,205)
#E4CED4
(228,206,212)
#E8D5DB
(232,213,219)
#ECDCE2
(236,220,226)
#F0E3E9
(240,227,233)
#F4EAF0
(244,234,240)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0ABB1 color. Also use rgb(208,171,177) instead hex code.

Text Font Color

.myTextColor { color: #D0ABB1; }

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

This text font color is #D0ABB1.


Background Color

.myBgColor { background-color: #D0ABB1; }

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

This div background color is #D0ABB1.


Border color

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

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

This div border color is #D0ABB1.


Opacity

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

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

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

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

This text has shadow with #D0ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D0ABB1 on black background.


Color preview on white background

This text has color #D0ABB1 on white background.



Black color preview on #D0ABB1 background

This text has black color on #D0ABB1 background.


White color preview on #D0ABB1 background

This text has white color on #D0ABB1 background.