COLOR #DAC7B4

HEX: #DAC7B4 RGB: (218,199,180)

Color info

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

RGB color model

#DAC7B4 color RGB value is (218,199,180).

RGB: (218,199,180) (85%, 78%, 71%)

RGB channels and saturation

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

218
199
180

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

Portions of RGB colors in percentages

R + G + B = 218 + 199 + 180 = 597 (100%)
R 218 of 597 ~ 36.52%
G 199 of 597 ~ 33.33%
B 180 of 597 ~ 30.15'%

%36.52
%33.33
%30.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 17.43%
  • key color value is 14.51%

CMYK: (0,9,17,15)
C0M9Y17K15 (0%, 9%, 17%, 15%)
(0.00 / 0.09 / 0.17 / 0.15)

CMYK percentages

%0
%8.72
%17.43
%14.51

Codes

Color #DAC7B4 in popluar color models

DA C7 B4
RGB 218 199 180
HSL 30° 33.93% 78.04%
HSB/HSV 30° 17.43% 85.49%
CMYK 0.00% 8.72% 17.43%
14.51%

Color #DAC7B4 in popluar number systems.

HEX DA C7 B4
Decimal 218 199 180
Binary 11011010 11000111 10110100
Octal 332 307 264

Shades and tints

Shades of #DAC7B4

#DAC7B4
(218,199,180)
#C7B5A4
(199,181,164)
#B4A394
(180,163,148)
#A19184
(161,145,132)
#8E7F74
(142,127,116)
#7B6D64
(123,109,100)
#685B54
(104,91,84)
#554944
(85,73,68)
#423734
(66,55,52)
#2F2524
(47,37,36)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #DAC7B4

#DAC7B4
(218,199,180)
#DDCCBA
(221,204,186)
#E0D1C0
(224,209,192)
#E3D6C6
(227,214,198)
#E6DBCC
(230,219,204)
#E9E0D2
(233,224,210)
#ECE5D8
(236,229,216)
#EFEADE
(239,234,222)
#F2EFE4
(242,239,228)
#F5F4EA
(245,244,234)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC7B4; }

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

This text font color is #DAC7B4.

Background Color

.myBgColor { background-color: #DAC7B4; }

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

This div background color is #DAC7B4.

Border color

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

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

This div border color is #DAC7B4.

Opacity

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

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

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

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

This text has shadow with #DAC7B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC7B4.

Preview

Color preview on black background

This text has color #DAC7B4 on black background.


Color preview on white background

This text has color #DAC7B4 on white background.


Black color preview on #DAC7B4 background

This text has black color on #DAC7B4 background.


White color preview on #DAC7B4 background

This text has white color on #DAC7B4 background.


Related colors

Complementary color

Complementary color for #hex is #25384B.


I love getcolorcode.com

Triadic colors

1 #B4DAC7 and #C7B4DA with #DAC7B4 are triadic colors.

2 #B4C7DA and #C7DAB4 with #DAC7B4 are triadic colors.