COLOR #DAB9B5

HEX: #DAB9B5
RGB: (218,185,181)

Color info

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

RGB color model

#DAB9B5 color RGB value is (218,185,181).

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

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 181 of 255 = 71%

218
185
181

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

Portions of RGB colors in percentages

R + G + B =
218 + 185 + 181 = 584 (100%)
R 218 of 584 ~ 37.33%
G 185 of 584 ~ 31.68%
B 181 of 584 ~ 30.99%

%37.33
%31.68
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 16.97%
  • key color value is 14.51%
CMYK:
(0,15,17,15)
C0M15Y17K15 
(0%,15%,17%,15%)
(0.00/0.15/0.17/0.15)	

CMYK percentages

%0
%15.14
%16.97
%14.51

Codes

Color #DAB9B5 in popluar color models

DAB9B5
RGB218185181
HSL33.33%78.24%
HSB/HSV16.97%85.49%
CMYK0.00%15.14%16.97%
14.51%

Color #DAB9B5 in popluar number systems.

HEXDAB9B5
Decimal218185181
Binary110110101011100110110101
Octal332271265

Shades and tints

Shades of #DAB9B5

#DAB9B5
(218,185,181)
#C7A9A5
(199,169,165)
#B49995
(180,153,149)
#A18985
(161,137,133)
#8E7975
(142,121,117)
#7B6965
(123,105,101)
#685955
(104,89,85)
#554945
(85,73,69)
#423935
(66,57,53)
#2F2925
(47,41,37)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #DAB9B5

#DAB9B5
(218,185,181)
#DDBFBB
(221,191,187)
#E0C5C1
(224,197,193)
#E3CBC7
(227,203,199)
#E6D1CD
(230,209,205)
#E9D7D3
(233,215,211)
#ECDDD9
(236,221,217)
#EFE3DF
(239,227,223)
#F2E9E5
(242,233,229)
#F5EFEB
(245,239,235)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB9B5; }

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

This text font color is #DAB9B5.


Background Color

.myBgColor { background-color: #DAB9B5; }

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

This div background color is #DAB9B5.


Border color

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

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

This div border color is #DAB9B5.


Opacity

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

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

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

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

This text has shadow with #DAB9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB9B5 on black background.


Color preview on white background

This text has color #DAB9B5 on white background.



Black color preview on #DAB9B5 background

This text has black color on #DAB9B5 background.


White color preview on #DAB9B5 background

This text has white color on #DAB9B5 background.