COLOR #DAB5B3

HEX: #DAB5B3
RGB: (218,181,179)

Color info

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

RGB color model

#DAB5B3 color RGB value is (218,181,179).

  • red value is 218;
  • green value is 181;
  • blue value is 179.
RGB:
(218,181,179)
(85%,71%,70%)

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 179 of 255 = 70%

218
181
179

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

Portions of RGB colors in percentages

R + G + B =
218 + 181 + 179 = 578 (100%)
R 218 of 578 ~ 37.72%
G 181 of 578 ~ 31.31%
B 179 of 578 ~ 30.97%

%37.72
%31.31
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 17.89%
  • key color value is 14.51%
CMYK:
(0,17,18,15)
C0M17Y18K15 
(0%,17%,18%,15%)
(0.00/0.17/0.18/0.15)	

CMYK percentages

%0
%16.97
%17.89
%14.51

Codes

Color #DAB5B3 in popluar color models

DAB5B3
RGB218181179
HSL34.51%77.84%
HSB/HSV17.89%85.49%
CMYK0.00%16.97%17.89%
14.51%

Color #DAB5B3 in popluar number systems.

HEXDAB5B3
Decimal218181179
Binary110110101011010110110011
Octal332265263

Shades and tints

Shades of #DAB5B3

#DAB5B3
(218,181,179)
#C7A5A3
(199,165,163)
#B49593
(180,149,147)
#A18583
(161,133,131)
#8E7573
(142,117,115)
#7B6563
(123,101,99)
#685553
(104,85,83)
#554543
(85,69,67)
#423533
(66,53,51)
#2F2523
(47,37,35)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #DAB5B3

#DAB5B3
(218,181,179)
#DDBBB9
(221,187,185)
#E0C1BF
(224,193,191)
#E3C7C5
(227,199,197)
#E6CDCB
(230,205,203)
#E9D3D1
(233,211,209)
#ECD9D7
(236,217,215)
#EFDFDD
(239,223,221)
#F2E5E3
(242,229,227)
#F5EBE9
(245,235,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB5B3 color. Also use rgb(218,181,179) instead hex code.

Text Font Color

.myTextColor { color: #DAB5B3; }

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

This text font color is #DAB5B3.


Background Color

.myBgColor { background-color: #DAB5B3; }

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

This div background color is #DAB5B3.


Border color

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

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

This div border color is #DAB5B3.


Opacity

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

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

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

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

This text has shadow with #DAB5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB5B3 on black background.


Color preview on white background

This text has color #DAB5B3 on white background.



Black color preview on #DAB5B3 background

This text has black color on #DAB5B3 background.


White color preview on #DAB5B3 background

This text has white color on #DAB5B3 background.