COLOR #DAC3D6

HEX: #DAC3D6 RGB: (218,195,214)

Color info

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

RGB color model

#DAC3D6 color RGB value is (218,195,214).

RGB: (218,195,214) (85%, 76%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 195 of 255 = 76%
B 214 of 255 = 84%

218
195
214

R + G + B ~ 82%. #DAC3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 195 + 214 = 627 (100%)
R 218 of 627 ~ 34.77%
G 195 of 627 ~ 31.1%
B 214 of 627 ~ 34.13'%

%34.77
%31.1
%34.13

CMYK color model

#DAC3D6 color CMYK value is (0,11,2,15).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 1.83%
  • key color value is 14.51%

CMYK: (0,11,2,15)
C0M11Y2K15 (0%, 11%, 2%, 15%)
(0.00 / 0.11 / 0.02 / 0.15)

CMYK percentages

%0
%10.55
%1.83
%14.51

Codes

Color #DAC3D6 in popluar color models

DA C3 D6
RGB 218 195 214
HSL 310° 23.71% 80.98%
HSB/HSV 310° 10.55% 85.49%
CMYK 0.00% 10.55% 1.83%
14.51%

Color #DAC3D6 in popluar number systems.

HEX DA C3 D6
Decimal 218 195 214
Binary 11011010 11000011 11010110
Octal 332 303 326

Shades and tints

Shades of #DAC3D6

#DAC3D6
(218,195,214)
#C7B2C3
(199,178,195)
#B4A1B0
(180,161,176)
#A1909D
(161,144,157)
#8E7F8A
(142,127,138)
#7B6E77
(123,110,119)
#685D64
(104,93,100)
#554C51
(85,76,81)
#423B3E
(66,59,62)
#2F2A2B
(47,42,43)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAC3D6

#DAC3D6
(218,195,214)
#DDC8D9
(221,200,217)
#E0CDDC
(224,205,220)
#E3D2DF
(227,210,223)
#E6D7E2
(230,215,226)
#E9DCE5
(233,220,229)
#ECE1E8
(236,225,232)
#EFE6EB
(239,230,235)
#F2EBEE
(242,235,238)
#F5F0F1
(245,240,241)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC3D6; }

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

This text font color is #DAC3D6.

Background Color

.myBgColor { background-color: #DAC3D6; }

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

This div background color is #DAC3D6.

Border color

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

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

This div border color is #DAC3D6.

Opacity

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

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

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

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

This text has shadow with #DAC3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC3D6.

Preview

Color preview on black background

This text has color #DAC3D6 on black background.


Color preview on white background

This text has color #DAC3D6 on white background.


Black color preview on #DAC3D6 background

This text has black color on #DAC3D6 background.


White color preview on #DAC3D6 background

This text has white color on #DAC3D6 background.


Related colors

Complementary color

Complementary color for #hex is #253C29.


I love getcolorcode.com

Triadic colors

1 #D6DAC3 and #C3D6DA with #DAC3D6 are triadic colors.

2 #D6C3DA and #C3DAD6 with #DAC3D6 are triadic colors.