COLOR #DAC4D6

HEX: #DAC4D6 RGB: (218,196,214)

Color info

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

RGB color model

#DAC4D6 color RGB value is (218,196,214).

RGB: (218,196,214) (85%, 77%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 214 of 255 = 84%

218
196
214

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

Portions of RGB colors in percentages

R + G + B = 218 + 196 + 214 = 628 (100%)
R 218 of 628 ~ 34.71%
G 196 of 628 ~ 31.21%
B 214 of 628 ~ 34.08'%

%34.71
%31.21
%34.08

CMYK color model

#DAC4D6 color CMYK value is (0,10,2,15).

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

CMYK: (0,10,2,15)
C0M10Y2K15 (0%, 10%, 2%, 15%)
(0.00 / 0.10 / 0.02 / 0.15)

CMYK percentages

%0
%10.09
%1.83
%14.51

Codes

Color #DAC4D6 in popluar color models

DA C4 D6
RGB 218 196 214
HSL 311° 22.92% 81.18%
HSB/HSV 311° 10.09% 85.49%
CMYK 0.00% 10.09% 1.83%
14.51%

Color #DAC4D6 in popluar number systems.

HEX DA C4 D6
Decimal 218 196 214
Binary 11011010 11000100 11010110
Octal 332 304 326

Shades and tints

Shades of #DAC4D6

#DAC4D6
(218,196,214)
#C7B3C3
(199,179,195)
#B4A2B0
(180,162,176)
#A1919D
(161,145,157)
#8E808A
(142,128,138)
#7B6F77
(123,111,119)
#685E64
(104,94,100)
#554D51
(85,77,81)
#423C3E
(66,60,62)
#2F2B2B
(47,43,43)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #DAC4D6

#DAC4D6
(218,196,214)
#DDC9D9
(221,201,217)
#E0CEDC
(224,206,220)
#E3D3DF
(227,211,223)
#E6D8E2
(230,216,226)
#E9DDE5
(233,221,229)
#ECE2E8
(236,226,232)
#EFE7EB
(239,231,235)
#F2ECEE
(242,236,238)
#F5F1F1
(245,241,241)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4D6; }

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

This text font color is #DAC4D6.

Background Color

.myBgColor { background-color: #DAC4D6; }

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

This div background color is #DAC4D6.

Border color

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

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

This div border color is #DAC4D6.

Opacity

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

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

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

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

This text has shadow with #DAC4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC4D6.

Preview

Color preview on black background

This text has color #DAC4D6 on black background.


Color preview on white background

This text has color #DAC4D6 on white background.


Black color preview on #DAC4D6 background

This text has black color on #DAC4D6 background.


White color preview on #DAC4D6 background

This text has white color on #DAC4D6 background.


Related colors

Complementary color

Complementary color for #hex is #253B29.


I love getcolorcode.com

Triadic colors

1 #D6DAC4 and #C4D6DA with #DAC4D6 are triadic colors.

2 #D6C4DA and #C4DAD6 with #DAC4D6 are triadic colors.