COLOR #DAC9C6

HEX: #DAC9C6 RGB: (218,201,198)

Color info

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

RGB color model

#DAC9C6 color RGB value is (218,201,198).

RGB: (218,201,198) (85%, 79%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 198 of 255 = 78%

218
201
198

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

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 198 = 617 (100%)
R 218 of 617 ~ 35.33%
G 201 of 617 ~ 32.58%
B 198 of 617 ~ 32.09'%

%35.33
%32.58
%32.09

CMYK color model

#DAC9C6 color CMYK value is (0,8,9,15).

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

CMYK: (0,8,9,15)
C0M8Y9K15 (0%, 8%, 9%, 15%)
(0.00 / 0.08 / 0.09 / 0.15)

CMYK percentages

%0
%7.8
%9.17
%14.51

Codes

Color #DAC9C6 in popluar color models

DA C9 C6
RGB 218 201 198
HSL 21.28% 81.57%
HSB/HSV 9.17% 85.49%
CMYK 0.00% 7.80% 9.17%
14.51%

Color #DAC9C6 in popluar number systems.

HEX DA C9 C6
Decimal 218 201 198
Binary 11011010 11001001 11000110
Octal 332 311 306

Shades and tints

Shades of #DAC9C6

#DAC9C6
(218,201,198)
#C7B7B4
(199,183,180)
#B4A5A2
(180,165,162)
#A19390
(161,147,144)
#8E817E
(142,129,126)
#7B6F6C
(123,111,108)
#685D5A
(104,93,90)
#554B48
(85,75,72)
#423936
(66,57,54)
#2F2724
(47,39,36)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #DAC9C6

#DAC9C6
(218,201,198)
#DDCDCB
(221,205,203)
#E0D1D0
(224,209,208)
#E3D5D5
(227,213,213)
#E6D9DA
(230,217,218)
#E9DDDF
(233,221,223)
#ECE1E4
(236,225,228)
#EFE5E9
(239,229,233)
#F2E9EE
(242,233,238)
#F5EDF3
(245,237,243)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC9C6; }

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

This text font color is #DAC9C6.

Background Color

.myBgColor { background-color: #DAC9C6; }

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

This div background color is #DAC9C6.

Border color

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

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

This div border color is #DAC9C6.

Opacity

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

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

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

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

This text has shadow with #DAC9C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC9C6.

Preview

Color preview on black background

This text has color #DAC9C6 on black background.


Color preview on white background

This text has color #DAC9C6 on white background.


Black color preview on #DAC9C6 background

This text has black color on #DAC9C6 background.


White color preview on #DAC9C6 background

This text has white color on #DAC9C6 background.


Related colors

Complementary color

Complementary color for #hex is #253639.


I love getcolorcode.com

Triadic colors

1 #C6DAC9 and #C9C6DA with #DAC9C6 are triadic colors.

2 #C6C9DA and #C9DAC6 with #DAC9C6 are triadic colors.