COLOR #DAC2BC

HEX: #DAC2BC RGB: (218,194,188)

Color info

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

RGB color model

#DAC2BC color RGB value is (218,194,188).

RGB: (218,194,188) (85%, 76%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 188 of 255 = 74%

218
194
188

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

Portions of RGB colors in percentages

R + G + B = 218 + 194 + 188 = 600 (100%)
R 218 of 600 ~ 36.33%
G 194 of 600 ~ 32.33%
B 188 of 600 ~ 31.33'%

%36.33
%32.33
%31.33

CMYK color model

#DAC2BC color CMYK value is (0,11,14,15).

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

CMYK: (0,11,14,15)
C0M11Y14K15 (0%, 11%, 14%, 15%)
(0.00 / 0.11 / 0.14 / 0.15)

CMYK percentages

%0
%11.01
%13.76
%14.51

Codes

Color #DAC2BC in popluar color models

DA C2 BC
RGB 218 194 188
HSL 12° 28.85% 79.61%
HSB/HSV 12° 13.76% 85.49%
CMYK 0.00% 11.01% 13.76%
14.51%

Color #DAC2BC in popluar number systems.

HEX DA C2 BC
Decimal 218 194 188
Binary 11011010 11000010 10111100
Octal 332 302 274

Shades and tints

Shades of #DAC2BC

#DAC2BC
(218,194,188)
#C7B1AB
(199,177,171)
#B4A09A
(180,160,154)
#A18F89
(161,143,137)
#8E7E78
(142,126,120)
#7B6D67
(123,109,103)
#685C56
(104,92,86)
#554B45
(85,75,69)
#423A34
(66,58,52)
#2F2923
(47,41,35)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAC2BC

#DAC2BC
(218,194,188)
#DDC7C2
(221,199,194)
#E0CCC8
(224,204,200)
#E3D1CE
(227,209,206)
#E6D6D4
(230,214,212)
#E9DBDA
(233,219,218)
#ECE0E0
(236,224,224)
#EFE5E6
(239,229,230)
#F2EAEC
(242,234,236)
#F5EFF2
(245,239,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC2BC; }

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

This text font color is #DAC2BC.

Background Color

.myBgColor { background-color: #DAC2BC; }

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

This div background color is #DAC2BC.

Border color

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

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

This div border color is #DAC2BC.

Opacity

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

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

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

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

This text has shadow with #DAC2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC2BC.

Preview

Color preview on black background

This text has color #DAC2BC on black background.


Color preview on white background

This text has color #DAC2BC on white background.


Black color preview on #DAC2BC background

This text has black color on #DAC2BC background.


White color preview on #DAC2BC background

This text has white color on #DAC2BC background.


Related colors

Complementary color

Complementary color for #hex is #253D43.


I love getcolorcode.com

Triadic colors

1 #BCDAC2 and #C2BCDA with #DAC2BC are triadic colors.

2 #BCC2DA and #C2DABC with #DAC2BC are triadic colors.