COLOR #DAC8B2

HEX: #DAC8B2
RGB: (218,200,178)

Color info

#DAC8B2 contains red, green and blue colors in about the same proportion. Web safe color of #DAC8B2 is #CCCC99 (or #CC9).

RGB color model

#DAC8B2 color RGB value is (218,200,178).

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

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 178 of 255 = 70%

218
200
178

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

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 178 = 596 (100%)
R 218 of 596 ~ 36.58%
G 200 of 596 ~ 33.56%
B 178 of 596 ~ 29.87%

%36.58
%33.56
%29.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 18.35%
  • key color value is 14.51%
CMYK:
(0,8,18,15)
C0M8Y18K15 
(0%,8%,18%,15%)
(0.00/0.08/0.18/0.15)	

CMYK percentages

%0
%8.26
%18.35
%14.51

Codes

Color #DAC8B2 in popluar color models

DAC8B2
RGB218200178
HSL33°35.09%77.65%
HSB/HSV33°18.35%85.49%
CMYK0.00%8.26%18.35%
14.51%

Color #DAC8B2 in popluar number systems.

HEXDAC8B2
Decimal218200178
Binary110110101100100010110010
Octal332310262

Shades and tints

Shades of #DAC8B2

#DAC8B2
(218,200,178)
#C7B6A2
(199,182,162)
#B4A492
(180,164,146)
#A19282
(161,146,130)
#8E8072
(142,128,114)
#7B6E62
(123,110,98)
#685C52
(104,92,82)
#554A42
(85,74,66)
#423832
(66,56,50)
#2F2622
(47,38,34)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DAC8B2

#DAC8B2
(218,200,178)
#DDCDB9
(221,205,185)
#E0D2C0
(224,210,192)
#E3D7C7
(227,215,199)
#E6DCCE
(230,220,206)
#E9E1D5
(233,225,213)
#ECE6DC
(236,230,220)
#EFEBE3
(239,235,227)
#F2F0EA
(242,240,234)
#F5F5F1
(245,245,241)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8B2; }

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

This text font color is #DAC8B2.


Background Color

.myBgColor { background-color: #DAC8B2; }

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

This div background color is #DAC8B2.


Border color

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

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

This div border color is #DAC8B2.


Opacity

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

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

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

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

This text has shadow with #DAC8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC8B2 on black background.


Color preview on white background

This text has color #DAC8B2 on white background.



Black color preview on #DAC8B2 background

This text has black color on #DAC8B2 background.


White color preview on #DAC8B2 background

This text has white color on #DAC8B2 background.