COLOR #DAC0B8

HEX: #DAC0B8
RGB: (218,192,184)

Color info

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

RGB color model

#DAC0B8 color RGB value is (218,192,184).

  • red value is 218;
  • green value is 192;
  • blue value is 184.
RGB:
(218,192,184)
(85%,75%,72%)

RGB channels and saturation

R 218 of 255 = 85%
G 192 of 255 = 75%
B 184 of 255 = 72%

218
192
184

R + G + B ~ 77%. #DAC0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 192 + 184 = 594 (100%)
R 218 of 594 ~ 36.7%
G 192 of 594 ~ 32.32%
B 184 of 594 ~ 30.98%

%36.7
%32.32
%30.98

CMYK color model

#DAC0B8 color CMYK value is (0,12,16,15).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(0,12,16,15)
C0M12Y16K15 
(0%,12%,16%,15%)
(0.00/0.12/0.16/0.15)	

CMYK percentages

%0
%11.93
%15.6
%14.51

Codes

Color #DAC0B8 in popluar color models

DAC0B8
RGB218192184
HSL14°31.48%78.82%
HSB/HSV14°15.60%85.49%
CMYK0.00%11.93%15.60%
14.51%

Color #DAC0B8 in popluar number systems.

HEXDAC0B8
Decimal218192184
Binary110110101100000010111000
Octal332300270

Shades and tints

Shades of #DAC0B8

#DAC0B8
(218,192,184)
#C7AFA8
(199,175,168)
#B49E98
(180,158,152)
#A18D88
(161,141,136)
#8E7C78
(142,124,120)
#7B6B68
(123,107,104)
#685A58
(104,90,88)
#554948
(85,73,72)
#423838
(66,56,56)
#2F2728
(47,39,40)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAC0B8

#DAC0B8
(218,192,184)
#DDC5BE
(221,197,190)
#E0CAC4
(224,202,196)
#E3CFCA
(227,207,202)
#E6D4D0
(230,212,208)
#E9D9D6
(233,217,214)
#ECDEDC
(236,222,220)
#EFE3E2
(239,227,226)
#F2E8E8
(242,232,232)
#F5EDEE
(245,237,238)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC0B8 color. Also use rgb(218,192,184) instead hex code.

Text Font Color

.myTextColor { color: #DAC0B8; }

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

This text font color is #DAC0B8.


Background Color

.myBgColor { background-color: #DAC0B8; }

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

This div background color is #DAC0B8.


Border color

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

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

This div border color is #DAC0B8.


Opacity

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

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

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

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

This text has shadow with #DAC0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC0B8 on black background.


Color preview on white background

This text has color #DAC0B8 on white background.



Black color preview on #DAC0B8 background

This text has black color on #DAC0B8 background.


White color preview on #DAC0B8 background

This text has white color on #DAC0B8 background.