COLOR #DAB6BB

HEX: #DAB6BB
RGB: (218,182,187)

Color info

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

RGB color model

#DAB6BB color RGB value is (218,182,187).

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

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 187 of 255 = 73%

218
182
187

R + G + B ~ 76%. #DAB6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 187 = 587 (100%)
R 218 of 587 ~ 37.14%
G 182 of 587 ~ 31.01%
B 187 of 587 ~ 31.86%

%37.14
%31.01
%31.86

CMYK color model

#DAB6BB color CMYK value is (0,17,14,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(0,17,14,15)
C0M17Y14K15 
(0%,17%,14%,15%)
(0.00/0.17/0.14/0.15)	

CMYK percentages

%0
%16.51
%14.22
%14.51

Codes

Color #DAB6BB in popluar color models

DAB6BB
RGB218182187
HSL352°32.73%78.43%
HSB/HSV352°16.51%85.49%
CMYK0.00%16.51%14.22%
14.51%

Color #DAB6BB in popluar number systems.

HEXDAB6BB
Decimal218182187
Binary110110101011011010111011
Octal332266273

Shades and tints

Shades of #DAB6BB

#DAB6BB
(218,182,187)
#C7A6AA
(199,166,170)
#B49699
(180,150,153)
#A18688
(161,134,136)
#8E7677
(142,118,119)
#7B6666
(123,102,102)
#685655
(104,86,85)
#554644
(85,70,68)
#423633
(66,54,51)
#2F2622
(47,38,34)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #DAB6BB

#DAB6BB
(218,182,187)
#DDBCC1
(221,188,193)
#E0C2C7
(224,194,199)
#E3C8CD
(227,200,205)
#E6CED3
(230,206,211)
#E9D4D9
(233,212,217)
#ECDADF
(236,218,223)
#EFE0E5
(239,224,229)
#F2E6EB
(242,230,235)
#F5ECF1
(245,236,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6BB; }

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

This text font color is #DAB6BB.


Background Color

.myBgColor { background-color: #DAB6BB; }

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

This div background color is #DAB6BB.


Border color

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

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

This div border color is #DAB6BB.


Opacity

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

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

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

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

This text has shadow with #DAB6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6BB on black background.


Color preview on white background

This text has color #DAB6BB on white background.



Black color preview on #DAB6BB background

This text has black color on #DAB6BB background.


White color preview on #DAB6BB background

This text has white color on #DAB6BB background.