COLOR #DAB6BD

HEX: #DAB6BD
RGB: (218,182,189)

Color info

#DAB6BD contains red, green and blue colors in about the same proportion. Web safe color of #DAB6BD is #CCCCCC (or #CCC).

RGB color model

#DAB6BD color RGB value is (218,182,189).

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

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 189 of 255 = 74%

218
182
189

R + G + B ~ 77%. #DAB6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 189 = 589 (100%)
R 218 of 589 ~ 37.01%
G 182 of 589 ~ 30.9%
B 189 of 589 ~ 32.09%

%37.01
%30.9
%32.09

CMYK color model

#DAB6BD color CMYK value is (0,17,13,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(0,17,13,15)
C0M17Y13K15 
(0%,17%,13%,15%)
(0.00/0.17/0.13/0.15)	

CMYK percentages

%0
%16.51
%13.3
%14.51

Codes

Color #DAB6BD in popluar color models

DAB6BD
RGB218182189
HSL348°32.73%78.43%
HSB/HSV348°16.51%85.49%
CMYK0.00%16.51%13.30%
14.51%

Color #DAB6BD in popluar number systems.

HEXDAB6BD
Decimal218182189
Binary110110101011011010111101
Octal332266275

Shades and tints

Shades of #DAB6BD

#DAB6BD
(218,182,189)
#C7A6AC
(199,166,172)
#B4969B
(180,150,155)
#A1868A
(161,134,138)
#8E7679
(142,118,121)
#7B6668
(123,102,104)
#685657
(104,86,87)
#554646
(85,70,70)
#423635
(66,54,53)
#2F2624
(47,38,36)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #DAB6BD

#DAB6BD
(218,182,189)
#DDBCC3
(221,188,195)
#E0C2C9
(224,194,201)
#E3C8CF
(227,200,207)
#E6CED5
(230,206,213)
#E9D4DB
(233,212,219)
#ECDAE1
(236,218,225)
#EFE0E7
(239,224,231)
#F2E6ED
(242,230,237)
#F5ECF3
(245,236,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6BD; }

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

This text font color is #DAB6BD.


Background Color

.myBgColor { background-color: #DAB6BD; }

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

This div background color is #DAB6BD.


Border color

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

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

This div border color is #DAB6BD.


Opacity

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

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

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

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

This text has shadow with #DAB6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6BD on black background.


Color preview on white background

This text has color #DAB6BD on white background.



Black color preview on #DAB6BD background

This text has black color on #DAB6BD background.


White color preview on #DAB6BD background

This text has white color on #DAB6BD background.