COLOR #DAB6B0

HEX: #DAB6B0
RGB: (218,182,176)

Color info

#DAB6B0 contains red, green and blue colors in about the same proportion. Web safe color of #DAB6B0 is #CCCC99 (or #CC9).

RGB color model

#DAB6B0 color RGB value is (218,182,176).

  • red value is 218;
  • green value is 182;
  • blue value is 176.
RGB:
(218,182,176)
(85%,71%,69%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 176 of 255 = 69%

218
182
176

R + G + B ~ 75%. #DAB6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 176 = 576 (100%)
R 218 of 576 ~ 37.85%
G 182 of 576 ~ 31.6%
B 176 of 576 ~ 30.56%

%37.85
%31.6
%30.56

CMYK color model

#DAB6B0 color CMYK value is (0,17,19,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK:
(0,17,19,15)
C0M17Y19K15 
(0%,17%,19%,15%)
(0.00/0.17/0.19/0.15)	

CMYK percentages

%0
%16.51
%19.27
%14.51

Codes

Color #DAB6B0 in popluar color models

DAB6B0
RGB218182176
HSL36.21%77.25%
HSB/HSV19.27%85.49%
CMYK0.00%16.51%19.27%
14.51%

Color #DAB6B0 in popluar number systems.

HEXDAB6B0
Decimal218182176
Binary110110101011011010110000
Octal332266260

Shades and tints

Shades of #DAB6B0

#DAB6B0
(218,182,176)
#C7A6A0
(199,166,160)
#B49690
(180,150,144)
#A18680
(161,134,128)
#8E7670
(142,118,112)
#7B6660
(123,102,96)
#685650
(104,86,80)
#554640
(85,70,64)
#423630
(66,54,48)
#2F2620
(47,38,32)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #DAB6B0

#DAB6B0
(218,182,176)
#DDBCB7
(221,188,183)
#E0C2BE
(224,194,190)
#E3C8C5
(227,200,197)
#E6CECC
(230,206,204)
#E9D4D3
(233,212,211)
#ECDADA
(236,218,218)
#EFE0E1
(239,224,225)
#F2E6E8
(242,230,232)
#F5ECEF
(245,236,239)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB6B0 color. Also use rgb(218,182,176) instead hex code.

Text Font Color

.myTextColor { color: #DAB6B0; }

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

This text font color is #DAB6B0.


Background Color

.myBgColor { background-color: #DAB6B0; }

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

This div background color is #DAB6B0.


Border color

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

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

This div border color is #DAB6B0.


Opacity

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

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

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

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

This text has shadow with #DAB6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6B0 on black background.


Color preview on white background

This text has color #DAB6B0 on white background.



Black color preview on #DAB6B0 background

This text has black color on #DAB6B0 background.


White color preview on #DAB6B0 background

This text has white color on #DAB6B0 background.