COLOR #DAC5BD

HEX: #DAC5BD
RGB: (218,197,189)

Color info

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

RGB color model

#DAC5BD color RGB value is (218,197,189).

  • red value is 218;
  • green value is 197;
  • blue value is 189.
RGB:
(218,197,189)
(85%,77%,74%)

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 189 of 255 = 74%

218
197
189

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 189 = 604 (100%)
R 218 of 604 ~ 36.09%
G 197 of 604 ~ 32.62%
B 189 of 604 ~ 31.29%

%36.09
%32.62
%31.29

CMYK color model

#DAC5BD color CMYK value is (0,10,13,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(0,10,13,15)
C0M10Y13K15 
(0%,10%,13%,15%)
(0.00/0.10/0.13/0.15)	

CMYK percentages

%0
%9.63
%13.3
%14.51

Codes

Color #DAC5BD in popluar color models

DAC5BD
RGB218197189
HSL17°28.16%79.80%
HSB/HSV17°13.30%85.49%
CMYK0.00%9.63%13.30%
14.51%

Color #DAC5BD in popluar number systems.

HEXDAC5BD
Decimal218197189
Binary110110101100010110111101
Octal332305275

Shades and tints

Shades of #DAC5BD

#DAC5BD
(218,197,189)
#C7B4AC
(199,180,172)
#B4A39B
(180,163,155)
#A1928A
(161,146,138)
#8E8179
(142,129,121)
#7B7068
(123,112,104)
#685F57
(104,95,87)
#554E46
(85,78,70)
#423D35
(66,61,53)
#2F2C24
(47,44,36)
#1C1B13
(28,27,19)
#000000
(0,0,0)

Tints of #DAC5BD

#DAC5BD
(218,197,189)
#DDCAC3
(221,202,195)
#E0CFC9
(224,207,201)
#E3D4CF
(227,212,207)
#E6D9D5
(230,217,213)
#E9DEDB
(233,222,219)
#ECE3E1
(236,227,225)
#EFE8E7
(239,232,231)
#F2EDED
(242,237,237)
#F5F2F3
(245,242,243)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC5BD color. Also use rgb(218,197,189) instead hex code.

Text Font Color

.myTextColor { color: #DAC5BD; }

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

This text font color is #DAC5BD.


Background Color

.myBgColor { background-color: #DAC5BD; }

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

This div background color is #DAC5BD.


Border color

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

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

This div border color is #DAC5BD.


Opacity

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

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

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

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

This text has shadow with #DAC5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5BD on black background.


Color preview on white background

This text has color #DAC5BD on white background.



Black color preview on #DAC5BD background

This text has black color on #DAC5BD background.


White color preview on #DAC5BD background

This text has white color on #DAC5BD background.