COLOR #DAC9BB

HEX: #DAC9BB
RGB: (218,201,187)

Color info

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

RGB color model

#DAC9BB color RGB value is (218,201,187).

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

RGB channels and saturation

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

218
201
187

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

Portions of RGB colors in percentages

R + G + B =
218 + 201 + 187 = 606 (100%)
R 218 of 606 ~ 35.97%
G 201 of 606 ~ 33.17%
B 187 of 606 ~ 30.86%

%35.97
%33.17
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(0,8,14,15)
C0M8Y14K15 
(0%,8%,14%,15%)
(0.00/0.08/0.14/0.15)	

CMYK percentages

%0
%7.8
%14.22
%14.51

Codes

Color #DAC9BB in popluar color models

DAC9BB
RGB218201187
HSL27°29.52%79.41%
HSB/HSV27°14.22%85.49%
CMYK0.00%7.80%14.22%
14.51%

Color #DAC9BB in popluar number systems.

HEXDAC9BB
Decimal218201187
Binary110110101100100110111011
Octal332311273

Shades and tints

Shades of #DAC9BB

#DAC9BB
(218,201,187)
#C7B7AA
(199,183,170)
#B4A599
(180,165,153)
#A19388
(161,147,136)
#8E8177
(142,129,119)
#7B6F66
(123,111,102)
#685D55
(104,93,85)
#554B44
(85,75,68)
#423933
(66,57,51)
#2F2722
(47,39,34)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #DAC9BB

#DAC9BB
(218,201,187)
#DDCDC1
(221,205,193)
#E0D1C7
(224,209,199)
#E3D5CD
(227,213,205)
#E6D9D3
(230,217,211)
#E9DDD9
(233,221,217)
#ECE1DF
(236,225,223)
#EFE5E5
(239,229,229)
#F2E9EB
(242,233,235)
#F5EDF1
(245,237,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC9BB; }

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

This text font color is #DAC9BB.


Background Color

.myBgColor { background-color: #DAC9BB; }

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

This div background color is #DAC9BB.


Border color

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

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

This div border color is #DAC9BB.


Opacity

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

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

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

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

This text has shadow with #DAC9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC9BB on black background.


Color preview on white background

This text has color #DAC9BB on white background.



Black color preview on #DAC9BB background

This text has black color on #DAC9BB background.


White color preview on #DAC9BB background

This text has white color on #DAC9BB background.