COLOR #DAC8D9

HEX: #DAC8D9 RGB: (218,200,217)

Color info

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

RGB color model

#DAC8D9 color RGB value is (218,200,217).

RGB: (218,200,217) (85%, 78%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 217 of 255 = 85%

218
200
217

R + G + B ~ 83%. #DAC8D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 200 + 217 = 635 (100%)
R 218 of 635 ~ 34.33%
G 200 of 635 ~ 31.5%
B 217 of 635 ~ 34.17'%

%34.33
%31.5
%34.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 0.46%
  • key color value is 14.51%

CMYK: (0,8,0,15)
C0M8Y0K15 (0%, 8%, 0%, 15%)
(0.00 / 0.08 / 0.00 / 0.15)

CMYK percentages

%0
%8.26
%0.46
%14.51

Codes

Color #DAC8D9 in popluar color models

DA C8 D9
RGB 218 200 217
HSL 303° 19.57% 81.96%
HSB/HSV 303° 8.26% 85.49%
CMYK 0.00% 8.26% 0.46%
14.51%

Color #DAC8D9 in popluar number systems.

HEX DA C8 D9
Decimal 218 200 217
Binary 11011010 11001000 11011001
Octal 332 310 331

Shades and tints

Shades of #DAC8D9

#DAC8D9
(218,200,217)
#C7B6C6
(199,182,198)
#B4A4B3
(180,164,179)
#A192A0
(161,146,160)
#8E808D
(142,128,141)
#7B6E7A
(123,110,122)
#685C67
(104,92,103)
#554A54
(85,74,84)
#423841
(66,56,65)
#2F262E
(47,38,46)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #DAC8D9

#DAC8D9
(218,200,217)
#DDCDDC
(221,205,220)
#E0D2DF
(224,210,223)
#E3D7E2
(227,215,226)
#E6DCE5
(230,220,229)
#E9E1E8
(233,225,232)
#ECE6EB
(236,230,235)
#EFEBEE
(239,235,238)
#F2F0F1
(242,240,241)
#F5F5F4
(245,245,244)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8D9; }

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

This text font color is #DAC8D9.

Background Color

.myBgColor { background-color: #DAC8D9; }

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

This div background color is #DAC8D9.

Border color

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

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

This div border color is #DAC8D9.

Opacity

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

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

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

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

This text has shadow with #DAC8D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC8D9.

Preview

Color preview on black background

This text has color #DAC8D9 on black background.


Color preview on white background

This text has color #DAC8D9 on white background.


Black color preview on #DAC8D9 background

This text has black color on #DAC8D9 background.


White color preview on #DAC8D9 background

This text has white color on #DAC8D9 background.


Related colors

Complementary color

Complementary color for #hex is #253726.


I love getcolorcode.com

Triadic colors

1 #D9DAC8 and #C8D9DA with #DAC8D9 are triadic colors.

2 #D9C8DA and #C8DAD9 with #DAC8D9 are triadic colors.