COLOR #DAC5BC

HEX: #DAC5BC RGB: (218,197,188)

Color info

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

RGB color model

#DAC5BC color RGB value is (218,197,188).

RGB: (218,197,188) (85%, 77%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 188 of 255 = 74%

218
197
188

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

Portions of RGB colors in percentages

R + G + B = 218 + 197 + 188 = 603 (100%)
R 218 of 603 ~ 36.15%
G 197 of 603 ~ 32.67%
B 188 of 603 ~ 31.18'%

%36.15
%32.67
%31.18

CMYK color model

#DAC5BC color CMYK value is (0,10,14,15).

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

CMYK: (0,10,14,15)
C0M10Y14K15 (0%, 10%, 14%, 15%)
(0.00 / 0.10 / 0.14 / 0.15)

CMYK percentages

%0
%9.63
%13.76
%14.51

Codes

Color #DAC5BC in popluar color models

DA C5 BC
RGB 218 197 188
HSL 18° 28.85% 79.61%
HSB/HSV 18° 13.76% 85.49%
CMYK 0.00% 9.63% 13.76%
14.51%

Color #DAC5BC in popluar number systems.

HEX DA C5 BC
Decimal 218 197 188
Binary 11011010 11000101 10111100
Octal 332 305 274

Shades and tints

Shades of #DAC5BC

#DAC5BC
(218,197,188)
#C7B4AB
(199,180,171)
#B4A39A
(180,163,154)
#A19289
(161,146,137)
#8E8178
(142,129,120)
#7B7067
(123,112,103)
#685F56
(104,95,86)
#554E45
(85,78,69)
#423D34
(66,61,52)
#2F2C23
(47,44,35)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #DAC5BC

#DAC5BC
(218,197,188)
#DDCAC2
(221,202,194)
#E0CFC8
(224,207,200)
#E3D4CE
(227,212,206)
#E6D9D4
(230,217,212)
#E9DEDA
(233,222,218)
#ECE3E0
(236,227,224)
#EFE8E6
(239,232,230)
#F2EDEC
(242,237,236)
#F5F2F2
(245,242,242)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5BC; }

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

This text font color is #DAC5BC.

Background Color

.myBgColor { background-color: #DAC5BC; }

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

This div background color is #DAC5BC.

Border color

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

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

This div border color is #DAC5BC.

Opacity

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

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

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

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

This text has shadow with #DAC5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC5BC.

Preview

Color preview on black background

This text has color #DAC5BC on black background.


Color preview on white background

This text has color #DAC5BC on white background.


Black color preview on #DAC5BC background

This text has black color on #DAC5BC background.


White color preview on #DAC5BC background

This text has white color on #DAC5BC background.


Related colors

Complementary color

Complementary color for #hex is #253A43.


I love getcolorcode.com

Triadic colors

1 #BCDAC5 and #C5BCDA with #DAC5BC are triadic colors.

2 #BCC5DA and #C5DABC with #DAC5BC are triadic colors.