COLOR #DAB6BA

HEX: #DAB6BA
RGB: (218,182,186)

Color info

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

RGB color model

#DAB6BA color RGB value is (218,182,186).

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

RGB channels and saturation

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

218
182
186

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

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 186 = 586 (100%)
R 218 of 586 ~ 37.2%
G 182 of 586 ~ 31.06%
B 186 of 586 ~ 31.74%

%37.2
%31.06
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 14.68%
  • key color value is 14.51%
CMYK:
(0,17,15,15)
C0M17Y15K15 
(0%,17%,15%,15%)
(0.00/0.17/0.15/0.15)	

CMYK percentages

%0
%16.51
%14.68
%14.51

Codes

Color #DAB6BA in popluar color models

DAB6BA
RGB218182186
HSL353°32.73%78.43%
HSB/HSV353°16.51%85.49%
CMYK0.00%16.51%14.68%
14.51%

Color #DAB6BA in popluar number systems.

HEXDAB6BA
Decimal218182186
Binary110110101011011010111010
Octal332266272

Shades and tints

Shades of #DAB6BA

#DAB6BA
(218,182,186)
#C7A6AA
(199,166,170)
#B4969A
(180,150,154)
#A1868A
(161,134,138)
#8E767A
(142,118,122)
#7B666A
(123,102,106)
#68565A
(104,86,90)
#55464A
(85,70,74)
#42363A
(66,54,58)
#2F262A
(47,38,42)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #DAB6BA

#DAB6BA
(218,182,186)
#DDBCC0
(221,188,192)
#E0C2C6
(224,194,198)
#E3C8CC
(227,200,204)
#E6CED2
(230,206,210)
#E9D4D8
(233,212,216)
#ECDADE
(236,218,222)
#EFE0E4
(239,224,228)
#F2E6EA
(242,230,234)
#F5ECF0
(245,236,240)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6BA; }

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

This text font color is #DAB6BA.


Background Color

.myBgColor { background-color: #DAB6BA; }

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

This div background color is #DAB6BA.


Border color

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

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

This div border color is #DAB6BA.


Opacity

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

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

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

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

This text has shadow with #DAB6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6BA on black background.


Color preview on white background

This text has color #DAB6BA on white background.



Black color preview on #DAB6BA background

This text has black color on #DAB6BA background.


White color preview on #DAB6BA background

This text has white color on #DAB6BA background.