COLOR #DAC5B6

HEX: #DAC5B6 RGB: (218,197,182)

Color info

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

RGB color model

#DAC5B6 color RGB value is (218,197,182).

RGB: (218,197,182) (85%, 77%, 71%)

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 182 of 255 = 71%

218
197
182

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

Portions of RGB colors in percentages

R + G + B = 218 + 197 + 182 = 597 (100%)
R 218 of 597 ~ 36.52%
G 197 of 597 ~ 33%
B 182 of 597 ~ 30.49'%

%36.52
%33
%30.49

CMYK color model

#DAC5B6 color CMYK value is (0,10,17,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 16.51%
  • key color value is 14.51%

CMYK: (0,10,17,15)
C0M10Y17K15 (0%, 10%, 17%, 15%)
(0.00 / 0.10 / 0.17 / 0.15)

CMYK percentages

%0
%9.63
%16.51
%14.51

Codes

Color #DAC5B6 in popluar color models

DA C5 B6
RGB 218 197 182
HSL 25° 32.73% 78.43%
HSB/HSV 25° 16.51% 85.49%
CMYK 0.00% 9.63% 16.51%
14.51%

Color #DAC5B6 in popluar number systems.

HEX DA C5 B6
Decimal 218 197 182
Binary 11011010 11000101 10110110
Octal 332 305 266

Shades and tints

Shades of #DAC5B6

#DAC5B6
(218,197,182)
#C7B4A6
(199,180,166)
#B4A396
(180,163,150)
#A19286
(161,146,134)
#8E8176
(142,129,118)
#7B7066
(123,112,102)
#685F56
(104,95,86)
#554E46
(85,78,70)
#423D36
(66,61,54)
#2F2C26
(47,44,38)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAC5B6

#DAC5B6
(218,197,182)
#DDCABC
(221,202,188)
#E0CFC2
(224,207,194)
#E3D4C8
(227,212,200)
#E6D9CE
(230,217,206)
#E9DED4
(233,222,212)
#ECE3DA
(236,227,218)
#EFE8E0
(239,232,224)
#F2EDE6
(242,237,230)
#F5F2EC
(245,242,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5B6; }

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

This text font color is #DAC5B6.

Background Color

.myBgColor { background-color: #DAC5B6; }

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

This div background color is #DAC5B6.

Border color

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

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

This div border color is #DAC5B6.

Opacity

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

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

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

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

This text has shadow with #DAC5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC5B6.

Preview

Color preview on black background

This text has color #DAC5B6 on black background.


Color preview on white background

This text has color #DAC5B6 on white background.


Black color preview on #DAC5B6 background

This text has black color on #DAC5B6 background.


White color preview on #DAC5B6 background

This text has white color on #DAC5B6 background.


Related colors

Complementary color

Complementary color for #hex is #253A49.


I love getcolorcode.com

Triadic colors

1 #B6DAC5 and #C5B6DA with #DAC5B6 are triadic colors.

2 #B6C5DA and #C5DAB6 with #DAC5B6 are triadic colors.