COLOR #DAC9B9

HEX: #DAC9B9
RGB: (218,201,185)

Color info

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

RGB color model

#DAC9B9 color RGB value is (218,201,185).

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

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 185 of 255 = 73%

218
201
185

R + G + B ~ 79%. #DAC9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 201 + 185 = 604 (100%)
R 218 of 604 ~ 36.09%
G 201 of 604 ~ 33.28%
B 185 of 604 ~ 30.63%

%36.09
%33.28
%30.63

CMYK color model

#DAC9B9 color CMYK value is (0,8,15,15).

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(0,8,15,15)
C0M8Y15K15 
(0%,8%,15%,15%)
(0.00/0.08/0.15/0.15)	

CMYK percentages

%0
%7.8
%15.14
%14.51

Codes

Color #DAC9B9 in popluar color models

DAC9B9
RGB218201185
HSL29°30.84%79.02%
HSB/HSV29°15.14%85.49%
CMYK0.00%7.80%15.14%
14.51%

Color #DAC9B9 in popluar number systems.

HEXDAC9B9
Decimal218201185
Binary110110101100100110111001
Octal332311271

Shades and tints

Shades of #DAC9B9

#DAC9B9
(218,201,185)
#C7B7A9
(199,183,169)
#B4A599
(180,165,153)
#A19389
(161,147,137)
#8E8179
(142,129,121)
#7B6F69
(123,111,105)
#685D59
(104,93,89)
#554B49
(85,75,73)
#423939
(66,57,57)
#2F2729
(47,39,41)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAC9B9

#DAC9B9
(218,201,185)
#DDCDBF
(221,205,191)
#E0D1C5
(224,209,197)
#E3D5CB
(227,213,203)
#E6D9D1
(230,217,209)
#E9DDD7
(233,221,215)
#ECE1DD
(236,225,221)
#EFE5E3
(239,229,227)
#F2E9E9
(242,233,233)
#F5EDEF
(245,237,239)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC9B9; }

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

This text font color is #DAC9B9.


Background Color

.myBgColor { background-color: #DAC9B9; }

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

This div background color is #DAC9B9.


Border color

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

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

This div border color is #DAC9B9.


Opacity

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

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

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

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

This text has shadow with #DAC9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC9B9 on black background.


Color preview on white background

This text has color #DAC9B9 on white background.



Black color preview on #DAC9B9 background

This text has black color on #DAC9B9 background.


White color preview on #DAC9B9 background

This text has white color on #DAC9B9 background.