COLOR #D6ABA5

HEX: #D6ABA5
RGB: (214,171,165)

Color info

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

RGB color model

#D6ABA5 color RGB value is (214,171,165).

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

RGB channels and saturation

R 214 of 255 = 84%
G 171 of 255 = 67%
B 165 of 255 = 65%

214
171
165

R + G + B ~ 72%. #D6ABA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 171 + 165 = 550 (100%)
R 214 of 550 ~ 38.91%
G 171 of 550 ~ 31.09%
B 165 of 550 ~ 30%

%38.91
%31.09
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 22.90%
  • key color value is 16.08%
CMYK:
(0,20,23,16)
C0M20Y23K16 
(0%,20%,23%,16%)
(0.00/0.20/0.23/0.16)	

CMYK percentages

%0
%20.09
%22.9
%16.08

Codes

Color #D6ABA5 in popluar color models

D6ABA5
RGB214171165
HSL37.40%74.31%
HSB/HSV22.90%83.92%
CMYK0.00%20.09%22.90%
16.08%

Color #D6ABA5 in popluar number systems.

HEXD6ABA5
Decimal214171165
Binary110101101010101110100101
Octal326253245

Shades and tints

Shades of #D6ABA5

#D6ABA5
(214,171,165)
#C39C96
(195,156,150)
#B08D87
(176,141,135)
#9D7E78
(157,126,120)
#8A6F69
(138,111,105)
#77605A
(119,96,90)
#64514B
(100,81,75)
#51423C
(81,66,60)
#3E332D
(62,51,45)
#2B241E
(43,36,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #D6ABA5

#D6ABA5
(214,171,165)
#D9B2AD
(217,178,173)
#DCB9B5
(220,185,181)
#DFC0BD
(223,192,189)
#E2C7C5
(226,199,197)
#E5CECD
(229,206,205)
#E8D5D5
(232,213,213)
#EBDCDD
(235,220,221)
#EEE3E5
(238,227,229)
#F1EAED
(241,234,237)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ABA5; }

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

This text font color is #D6ABA5.


Background Color

.myBgColor { background-color: #D6ABA5; }

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

This div background color is #D6ABA5.


Border color

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

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

This div border color is #D6ABA5.


Opacity

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

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

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

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

This text has shadow with #D6ABA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ABA5 on black background.


Color preview on white background

This text has color #D6ABA5 on white background.



Black color preview on #D6ABA5 background

This text has black color on #D6ABA5 background.


White color preview on #D6ABA5 background

This text has white color on #D6ABA5 background.