COLOR #DAC8B4

HEX: #DAC8B4
RGB: (218,200,180)

Color info

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

RGB color model

#DAC8B4 color RGB value is (218,200,180).

  • red value is 218;
  • green value is 200;
  • blue value is 180.
RGB:
(218,200,180)
(85%,78%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 180 of 255 = 71%

218
200
180

R + G + B ~ 78%. #DAC8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 180 = 598 (100%)
R 218 of 598 ~ 36.45%
G 200 of 598 ~ 33.44%
B 180 of 598 ~ 30.1%

%36.45
%33.44
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 17.43%
  • key color value is 14.51%
CMYK:
(0,8,17,15)
C0M8Y17K15 
(0%,8%,17%,15%)
(0.00/0.08/0.17/0.15)	

CMYK percentages

%0
%8.26
%17.43
%14.51

Codes

Color #DAC8B4 in popluar color models

DAC8B4
RGB218200180
HSL32°33.93%78.04%
HSB/HSV32°17.43%85.49%
CMYK0.00%8.26%17.43%
14.51%

Color #DAC8B4 in popluar number systems.

HEXDAC8B4
Decimal218200180
Binary110110101100100010110100
Octal332310264

Shades and tints

Shades of #DAC8B4

#DAC8B4
(218,200,180)
#C7B6A4
(199,182,164)
#B4A494
(180,164,148)
#A19284
(161,146,132)
#8E8074
(142,128,116)
#7B6E64
(123,110,100)
#685C54
(104,92,84)
#554A44
(85,74,68)
#423834
(66,56,52)
#2F2624
(47,38,36)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #DAC8B4

#DAC8B4
(218,200,180)
#DDCDBA
(221,205,186)
#E0D2C0
(224,210,192)
#E3D7C6
(227,215,198)
#E6DCCC
(230,220,204)
#E9E1D2
(233,225,210)
#ECE6D8
(236,230,216)
#EFEBDE
(239,235,222)
#F2F0E4
(242,240,228)
#F5F5EA
(245,245,234)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC8B4 color. Also use rgb(218,200,180) instead hex code.

Text Font Color

.myTextColor { color: #DAC8B4; }

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

This text font color is #DAC8B4.


Background Color

.myBgColor { background-color: #DAC8B4; }

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

This div background color is #DAC8B4.


Border color

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

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

This div border color is #DAC8B4.


Opacity

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

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

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

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

This text has shadow with #DAC8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC8B4 on black background.


Color preview on white background

This text has color #DAC8B4 on white background.



Black color preview on #DAC8B4 background

This text has black color on #DAC8B4 background.


White color preview on #DAC8B4 background

This text has white color on #DAC8B4 background.