COLOR #DAB6B4

HEX: #DAB6B4 RGB: (218,182,180)

Color info

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

RGB color model

#DAB6B4 color RGB value is (218,182,180).

RGB: (218,182,180) (85%, 71%, 71%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 180 of 255 = 71%

218
182
180

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

Portions of RGB colors in percentages

R + G + B = 218 + 182 + 180 = 580 (100%)
R 218 of 580 ~ 37.59%
G 182 of 580 ~ 31.38%
B 180 of 580 ~ 31.03'%

%37.59
%31.38
%31.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 17.43%
  • key color value is 14.51%

CMYK: (0,17,17,15)
C0M17Y17K15 (0%, 17%, 17%, 15%)
(0.00 / 0.17 / 0.17 / 0.15)

CMYK percentages

%0
%16.51
%17.43
%14.51

Codes

Color #DAB6B4 in popluar color models

DA B6 B4
RGB 218 182 180
HSL 33.93% 78.04%
HSB/HSV 17.43% 85.49%
CMYK 0.00% 16.51% 17.43%
14.51%

Color #DAB6B4 in popluar number systems.

HEX DA B6 B4
Decimal 218 182 180
Binary 11011010 10110110 10110100
Octal 332 266 264

Shades and tints

Shades of #DAB6B4

#DAB6B4
(218,182,180)
#C7A6A4
(199,166,164)
#B49694
(180,150,148)
#A18684
(161,134,132)
#8E7674
(142,118,116)
#7B6664
(123,102,100)
#685654
(104,86,84)
#554644
(85,70,68)
#423634
(66,54,52)
#2F2624
(47,38,36)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAB6B4

#DAB6B4
(218,182,180)
#DDBCBA
(221,188,186)
#E0C2C0
(224,194,192)
#E3C8C6
(227,200,198)
#E6CECC
(230,206,204)
#E9D4D2
(233,212,210)
#ECDAD8
(236,218,216)
#EFE0DE
(239,224,222)
#F2E6E4
(242,230,228)
#F5ECEA
(245,236,234)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6B4; }

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

This text font color is #DAB6B4.

Background Color

.myBgColor { background-color: #DAB6B4; }

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

This div background color is #DAB6B4.

Border color

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

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

This div border color is #DAB6B4.

Opacity

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

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

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

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

This text has shadow with #DAB6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB6B4.

Preview

Color preview on black background

This text has color #DAB6B4 on black background.


Color preview on white background

This text has color #DAB6B4 on white background.


Black color preview on #DAB6B4 background

This text has black color on #DAB6B4 background.


White color preview on #DAB6B4 background

This text has white color on #DAB6B4 background.


Related colors

Complementary color

Complementary color for #hex is #25494B.


I love getcolorcode.com

Triadic colors

1 #B4DAB6 and #B6B4DA with #DAB6B4 are triadic colors.

2 #B4B6DA and #B6DAB4 with #DAB6B4 are triadic colors.