COLOR #DACCB6

HEX: #DACCB6
RGB: (218,204,182)

Color info

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

RGB color model

#DACCB6 color RGB value is (218,204,182).

  • red value is 218;
  • green value is 204;
  • blue value is 182.
RGB:
(218,204,182)
(85%,80%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 182 of 255 = 71%

218
204
182

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

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 182 = 604 (100%)
R 218 of 604 ~ 36.09%
G 204 of 604 ~ 33.77%
B 182 of 604 ~ 30.13%

%36.09
%33.77
%30.13

CMYK color model

#DACCB6 color CMYK value is (0,6,17,15).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK:
(0,6,17,15)
C0M6Y17K15 
(0%,6%,17%,15%)
(0.00/0.06/0.17/0.15)	

CMYK percentages

%0
%6.42
%16.51
%14.51

Codes

Color #DACCB6 in popluar color models

DACCB6
RGB218204182
HSL37°32.73%78.43%
HSB/HSV37°16.51%85.49%
CMYK0.00%6.42%16.51%
14.51%

Color #DACCB6 in popluar number systems.

HEXDACCB6
Decimal218204182
Binary110110101100110010110110
Octal332314266

Shades and tints

Shades of #DACCB6

#DACCB6
(218,204,182)
#C7BAA6
(199,186,166)
#B4A896
(180,168,150)
#A19686
(161,150,134)
#8E8476
(142,132,118)
#7B7266
(123,114,102)
#686056
(104,96,86)
#554E46
(85,78,70)
#423C36
(66,60,54)
#2F2A26
(47,42,38)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DACCB6

#DACCB6
(218,204,182)
#DDD0BC
(221,208,188)
#E0D4C2
(224,212,194)
#E3D8C8
(227,216,200)
#E6DCCE
(230,220,206)
#E9E0D4
(233,224,212)
#ECE4DA
(236,228,218)
#EFE8E0
(239,232,224)
#F2ECE6
(242,236,230)
#F5F0EC
(245,240,236)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACCB6 color. Also use rgb(218,204,182) instead hex code.

Text Font Color

.myTextColor { color: #DACCB6; }

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

This text font color is #DACCB6.


Background Color

.myBgColor { background-color: #DACCB6; }

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

This div background color is #DACCB6.


Border color

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

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

This div border color is #DACCB6.


Opacity

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

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

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

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

This text has shadow with #DACCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACCB6 on black background.


Color preview on white background

This text has color #DACCB6 on white background.



Black color preview on #DACCB6 background

This text has black color on #DACCB6 background.


White color preview on #DACCB6 background

This text has white color on #DACCB6 background.