COLOR #D6ABB3

HEX: #D6ABB3
RGB: (214,171,179)

Color info

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

RGB color model

#D6ABB3 color RGB value is (214,171,179).

  • red value is 214;
  • green value is 171;
  • blue value is 179.
RGB:
(214,171,179)
(84%,67%,70%)

RGB channels and saturation

R 214 of 255 = 84%
G 171 of 255 = 67%
B 179 of 255 = 70%

214
171
179

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

Portions of RGB colors in percentages

R + G + B =
214 + 171 + 179 = 564 (100%)
R 214 of 564 ~ 37.94%
G 171 of 564 ~ 30.32%
B 179 of 564 ~ 31.74%

%37.94
%30.32
%31.74

CMYK color model

#D6ABB3 color CMYK value is (0,20,16,16).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 16.36%
  • key color value is 16.08%
CMYK:
(0,20,16,16)
C0M20Y16K16 
(0%,20%,16%,16%)
(0.00/0.20/0.16/0.16)	

CMYK percentages

%0
%20.09
%16.36
%16.08

Codes

Color #D6ABB3 in popluar color models

D6ABB3
RGB214171179
HSL349°34.40%75.49%
HSB/HSV349°20.09%83.92%
CMYK0.00%20.09%16.36%
16.08%

Color #D6ABB3 in popluar number systems.

HEXD6ABB3
Decimal214171179
Binary110101101010101110110011
Octal326253263

Shades and tints

Shades of #D6ABB3

#D6ABB3
(214,171,179)
#C39CA3
(195,156,163)
#B08D93
(176,141,147)
#9D7E83
(157,126,131)
#8A6F73
(138,111,115)
#776063
(119,96,99)
#645153
(100,81,83)
#514243
(81,66,67)
#3E3333
(62,51,51)
#2B2423
(43,36,35)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #D6ABB3

#D6ABB3
(214,171,179)
#D9B2B9
(217,178,185)
#DCB9BF
(220,185,191)
#DFC0C5
(223,192,197)
#E2C7CB
(226,199,203)
#E5CED1
(229,206,209)
#E8D5D7
(232,213,215)
#EBDCDD
(235,220,221)
#EEE3E3
(238,227,227)
#F1EAE9
(241,234,233)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ABB3 color. Also use rgb(214,171,179) instead hex code.

Text Font Color

.myTextColor { color: #D6ABB3; }

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

This text font color is #D6ABB3.


Background Color

.myBgColor { background-color: #D6ABB3; }

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

This div background color is #D6ABB3.


Border color

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

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

This div border color is #D6ABB3.


Opacity

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

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

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

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

This text has shadow with #D6ABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ABB3 on black background.


Color preview on white background

This text has color #D6ABB3 on white background.



Black color preview on #D6ABB3 background

This text has black color on #D6ABB3 background.


White color preview on #D6ABB3 background

This text has white color on #D6ABB3 background.