COLOR #DAC6C6

HEX: #DAC6C6 RGB: (218,198,198)

Color info

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

RGB color model

#DAC6C6 color RGB value is (218,198,198).

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

RGB channels and saturation

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

218
198
198

R + G + B ~ 80%. #DAC6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 198 + 198 = 614 (100%)
R 218 of 614 ~ 35.5%
G 198 of 614 ~ 32.25%
B 198 of 614 ~ 32.25'%

%35.5
%32.25
%32.25

CMYK color model

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

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

CMYK: (0,9,9,15)
C0M9Y9K15 (0%, 9%, 9%, 15%)
(0.00 / 0.09 / 0.09 / 0.15)

CMYK percentages

%0
%9.17
%9.17
%14.51

Codes

Color #DAC6C6 in popluar color models

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

Color #DAC6C6 in popluar number systems.

HEX DA C6 C6
Decimal 218 198 198
Binary 11011010 11000110 11000110
Octal 332 306 306

Shades and tints

Shades of #DAC6C6

#DAC6C6
(218,198,198)
#C7B4B4
(199,180,180)
#B4A2A2
(180,162,162)
#A19090
(161,144,144)
#8E7E7E
(142,126,126)
#7B6C6C
(123,108,108)
#685A5A
(104,90,90)
#554848
(85,72,72)
#423636
(66,54,54)
#2F2424
(47,36,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #DAC6C6

#DAC6C6
(218,198,198)
#DDCBCB
(221,203,203)
#E0D0D0
(224,208,208)
#E3D5D5
(227,213,213)
#E6DADA
(230,218,218)
#E9DFDF
(233,223,223)
#ECE4E4
(236,228,228)
#EFE9E9
(239,233,233)
#F2EEEE
(242,238,238)
#F5F3F3
(245,243,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6C6; }

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

This text font color is #DAC6C6.

Background Color

.myBgColor { background-color: #DAC6C6; }

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

This div background color is #DAC6C6.

Border color

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

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

This div border color is #DAC6C6.

Opacity

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

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

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

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

This text has shadow with #DAC6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC6C6.

Preview

Color preview on black background

This text has color #DAC6C6 on black background.


Color preview on white background

This text has color #DAC6C6 on white background.


Black color preview on #DAC6C6 background

This text has black color on #DAC6C6 background.


White color preview on #DAC6C6 background

This text has white color on #DAC6C6 background.


Related colors

Complementary color

Complementary color for #hex is #253939.


I love getcolorcode.com