COLOR #D8ABB2

HEX: #D8ABB2
RGB: (216,171,178)

Color info

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

RGB color model

#D8ABB2 color RGB value is (216,171,178).

  • red value is 216;
  • green value is 171;
  • blue value is 178.
RGB:
(216,171,178)
(85%,67%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 171 of 255 = 67%
B 178 of 255 = 70%

216
171
178

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

Portions of RGB colors in percentages

R + G + B =
216 + 171 + 178 = 565 (100%)
R 216 of 565 ~ 38.23%
G 171 of 565 ~ 30.27%
B 178 of 565 ~ 31.5%

%38.23
%30.27
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(0,21,18,15)
C0M21Y18K15 
(0%,21%,18%,15%)
(0.00/0.21/0.18/0.15)	

CMYK percentages

%0
%20.83
%17.59
%15.29

Codes

Color #D8ABB2 in popluar color models

D8ABB2
RGB216171178
HSL351°36.59%75.88%
HSB/HSV351°20.83%84.71%
CMYK0.00%20.83%17.59%
15.29%

Color #D8ABB2 in popluar number systems.

HEXD8ABB2
Decimal216171178
Binary110110001010101110110010
Octal330253262

Shades and tints

Shades of #D8ABB2

#D8ABB2
(216,171,178)
#C59CA2
(197,156,162)
#B28D92
(178,141,146)
#9F7E82
(159,126,130)
#8C6F72
(140,111,114)
#796062
(121,96,98)
#665152
(102,81,82)
#534242
(83,66,66)
#403332
(64,51,50)
#2D2422
(45,36,34)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #D8ABB2

#D8ABB2
(216,171,178)
#DBB2B9
(219,178,185)
#DEB9C0
(222,185,192)
#E1C0C7
(225,192,199)
#E4C7CE
(228,199,206)
#E7CED5
(231,206,213)
#EAD5DC
(234,213,220)
#EDDCE3
(237,220,227)
#F0E3EA
(240,227,234)
#F3EAF1
(243,234,241)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ABB2 color. Also use rgb(216,171,178) instead hex code.

Text Font Color

.myTextColor { color: #D8ABB2; }

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

This text font color is #D8ABB2.


Background Color

.myBgColor { background-color: #D8ABB2; }

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

This div background color is #D8ABB2.


Border color

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

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

This div border color is #D8ABB2.


Opacity

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

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

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

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

This text has shadow with #D8ABB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ABB2 on black background.


Color preview on white background

This text has color #D8ABB2 on white background.



Black color preview on #D8ABB2 background

This text has black color on #D8ABB2 background.


White color preview on #D8ABB2 background

This text has white color on #D8ABB2 background.