COLOR #DAC6CD

HEX: #DAC6CD RGB: (218,198,205)

Color info

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

RGB color model

#DAC6CD color RGB value is (218,198,205).

RGB: (218,198,205) (85%, 78%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 205 of 255 = 80%

218
198
205

R + G + B ~ 81%. #DAC6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 198 + 205 = 621 (100%)
R 218 of 621 ~ 35.1%
G 198 of 621 ~ 31.88%
B 205 of 621 ~ 33.01'%

%35.1
%31.88
%33.01

CMYK color model

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

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

CMYK: (0,9,6,15)
C0M9Y6K15 (0%, 9%, 6%, 15%)
(0.00 / 0.09 / 0.06 / 0.15)

CMYK percentages

%0
%9.17
%5.96
%14.51

Codes

Color #DAC6CD in popluar color models

DA C6 CD
RGB 218 198 205
HSL 339° 21.28% 81.57%
HSB/HSV 339° 9.17% 85.49%
CMYK 0.00% 9.17% 5.96%
14.51%

Color #DAC6CD in popluar number systems.

HEX DA C6 CD
Decimal 218 198 205
Binary 11011010 11000110 11001101
Octal 332 306 315

Shades and tints

Shades of #DAC6CD

#DAC6CD
(218,198,205)
#C7B4BB
(199,180,187)
#B4A2A9
(180,162,169)
#A19097
(161,144,151)
#8E7E85
(142,126,133)
#7B6C73
(123,108,115)
#685A61
(104,90,97)
#55484F
(85,72,79)
#42363D
(66,54,61)
#2F242B
(47,36,43)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #DAC6CD

#DAC6CD
(218,198,205)
#DDCBD1
(221,203,209)
#E0D0D5
(224,208,213)
#E3D5D9
(227,213,217)
#E6DADD
(230,218,221)
#E9DFE1
(233,223,225)
#ECE4E5
(236,228,229)
#EFE9E9
(239,233,233)
#F2EEED
(242,238,237)
#F5F3F1
(245,243,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6CD; }

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

This text font color is #DAC6CD.

Background Color

.myBgColor { background-color: #DAC6CD; }

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

This div background color is #DAC6CD.

Border color

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

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

This div border color is #DAC6CD.

Opacity

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

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

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

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

This text has shadow with #DAC6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC6CD.

Preview

Color preview on black background

This text has color #DAC6CD on black background.


Color preview on white background

This text has color #DAC6CD on white background.


Black color preview on #DAC6CD background

This text has black color on #DAC6CD background.


White color preview on #DAC6CD background

This text has white color on #DAC6CD background.


Related colors

Complementary color

Complementary color for #hex is #253932.


I love getcolorcode.com

Triadic colors

1 #CDDAC6 and #C6CDDA with #DAC6CD are triadic colors.

2 #CDC6DA and #C6DACD with #DAC6CD are triadic colors.