COLOR #DAC5B0

HEX: #DAC5B0 RGB: (218,197,176)

Color info

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

RGB color model

#DAC5B0 color RGB value is (218,197,176).

RGB: (218,197,176) (85%, 77%, 69%)

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 176 of 255 = 69%

218
197
176

R + G + B ~ 77%. #DAC5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 197 + 176 = 591 (100%)
R 218 of 591 ~ 36.89%
G 197 of 591 ~ 33.33%
B 176 of 591 ~ 29.78'%

%36.89
%33.33
%29.78

CMYK color model

#DAC5B0 color CMYK value is (0,10,19,15).

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

CMYK: (0,10,19,15)
C0M10Y19K15 (0%, 10%, 19%, 15%)
(0.00 / 0.10 / 0.19 / 0.15)

CMYK percentages

%0
%9.63
%19.27
%14.51

Codes

Color #DAC5B0 in popluar color models

DA C5 B0
RGB 218 197 176
HSL 30° 36.21% 77.25%
HSB/HSV 30° 19.27% 85.49%
CMYK 0.00% 9.63% 19.27%
14.51%

Color #DAC5B0 in popluar number systems.

HEX DA C5 B0
Decimal 218 197 176
Binary 11011010 11000101 10110000
Octal 332 305 260

Shades and tints

Shades of #DAC5B0

#DAC5B0
(218,197,176)
#C7B4A0
(199,180,160)
#B4A390
(180,163,144)
#A19280
(161,146,128)
#8E8170
(142,129,112)
#7B7060
(123,112,96)
#685F50
(104,95,80)
#554E40
(85,78,64)
#423D30
(66,61,48)
#2F2C20
(47,44,32)
#1C1B10
(28,27,16)
#000000
(0,0,0)

Tints of #DAC5B0

#DAC5B0
(218,197,176)
#DDCAB7
(221,202,183)
#E0CFBE
(224,207,190)
#E3D4C5
(227,212,197)
#E6D9CC
(230,217,204)
#E9DED3
(233,222,211)
#ECE3DA
(236,227,218)
#EFE8E1
(239,232,225)
#F2EDE8
(242,237,232)
#F5F2EF
(245,242,239)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5B0; }

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

This text font color is #DAC5B0.

Background Color

.myBgColor { background-color: #DAC5B0; }

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

This div background color is #DAC5B0.

Border color

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

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

This div border color is #DAC5B0.

Opacity

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

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

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

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

This text has shadow with #DAC5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC5B0.

Preview

Color preview on black background

This text has color #DAC5B0 on black background.


Color preview on white background

This text has color #DAC5B0 on white background.


Black color preview on #DAC5B0 background

This text has black color on #DAC5B0 background.


White color preview on #DAC5B0 background

This text has white color on #DAC5B0 background.


Related colors

Complementary color

Complementary color for #hex is #253A4F.


I love getcolorcode.com

Triadic colors

1 #B0DAC5 and #C5B0DA with #DAC5B0 are triadic colors.

2 #B0C5DA and #C5DAB0 with #DAC5B0 are triadic colors.