COLOR #DAC6B9

HEX: #DAC6B9 RGB: (218,198,185)

Color info

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

RGB color model

#DAC6B9 color RGB value is (218,198,185).

RGB: (218,198,185) (85%, 78%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 185 of 255 = 73%

218
198
185

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

Portions of RGB colors in percentages

R + G + B = 218 + 198 + 185 = 601 (100%)
R 218 of 601 ~ 36.27%
G 198 of 601 ~ 32.95%
B 185 of 601 ~ 30.78'%

%36.27
%32.95
%30.78

CMYK color model

#DAC6B9 color CMYK value is (0,9,15,15).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 15.14%
  • key color value is 14.51%

CMYK: (0,9,15,15)
C0M9Y15K15 (0%, 9%, 15%, 15%)
(0.00 / 0.09 / 0.15 / 0.15)

CMYK percentages

%0
%9.17
%15.14
%14.51

Codes

Color #DAC6B9 in popluar color models

DA C6 B9
RGB 218 198 185
HSL 24° 30.84% 79.02%
HSB/HSV 24° 15.14% 85.49%
CMYK 0.00% 9.17% 15.14%
14.51%

Color #DAC6B9 in popluar number systems.

HEX DA C6 B9
Decimal 218 198 185
Binary 11011010 11000110 10111001
Octal 332 306 271

Shades and tints

Shades of #DAC6B9

#DAC6B9
(218,198,185)
#C7B4A9
(199,180,169)
#B4A299
(180,162,153)
#A19089
(161,144,137)
#8E7E79
(142,126,121)
#7B6C69
(123,108,105)
#685A59
(104,90,89)
#554849
(85,72,73)
#423639
(66,54,57)
#2F2429
(47,36,41)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #DAC6B9

#DAC6B9
(218,198,185)
#DDCBBF
(221,203,191)
#E0D0C5
(224,208,197)
#E3D5CB
(227,213,203)
#E6DAD1
(230,218,209)
#E9DFD7
(233,223,215)
#ECE4DD
(236,228,221)
#EFE9E3
(239,233,227)
#F2EEE9
(242,238,233)
#F5F3EF
(245,243,239)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC6B9 color. Also use rgb(218,198,185) instead hex code.

Text Font Color

.myTextColor { color: #DAC6B9; }

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

This text font color is #DAC6B9.

Background Color

.myBgColor { background-color: #DAC6B9; }

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

This div background color is #DAC6B9.

Border color

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

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

This div border color is #DAC6B9.

Opacity

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

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

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

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

This text has shadow with #DAC6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC6B9.

Preview

Color preview on black background

This text has color #DAC6B9 on black background.


Color preview on white background

This text has color #DAC6B9 on white background.


Black color preview on #DAC6B9 background

This text has black color on #DAC6B9 background.


White color preview on #DAC6B9 background

This text has white color on #DAC6B9 background.


Related colors

Complementary color

Complementary color for #hex is #253946.


I love getcolorcode.com

Triadic colors

1 #B9DAC6 and #C6B9DA with #DAC6B9 are triadic colors.

2 #B9C6DA and #C6DAB9 with #DAC6B9 are triadic colors.