COLOR #DAC9DC

HEX: #DAC9DC RGB: (218,201,220)

Color info

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

RGB color model

#DAC9DC color RGB value is (218,201,220).

RGB: (218,201,220) (85%, 79%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 220 of 255 = 86%

218
201
220

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

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 220 = 639 (100%)
R 218 of 639 ~ 34.12%
G 201 of 639 ~ 31.46%
B 220 of 639 ~ 34.43'%

%34.12
%31.46
%34.43

CMYK color model

#DAC9DC color CMYK value is (1,9,0,14).

  • cyan value is 0.91%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (1,9,0,14)
C1M9Y0K14 (1%, 9%, 0%, 14%)
(0.01 / 0.09 / 0.00 / 0.14)

CMYK percentages

%0.91
%8.64
%0
%13.73

Codes

Color #DAC9DC in popluar color models

DA C9 DC
RGB 218 201 220
HSL 294° 21.35% 82.55%
HSB/HSV 294° 8.64% 86.27%
CMYK 0.91% 8.64% 0.00%
13.73%

Color #DAC9DC in popluar number systems.

HEX DA C9 DC
Decimal 218 201 220
Binary 11011010 11001001 11011100
Octal 332 311 334

Shades and tints

Shades of #DAC9DC

#DAC9DC
(218,201,220)
#C7B7C8
(199,183,200)
#B4A5B4
(180,165,180)
#A193A0
(161,147,160)
#8E818C
(142,129,140)
#7B6F78
(123,111,120)
#685D64
(104,93,100)
#554B50
(85,75,80)
#42393C
(66,57,60)
#2F2728
(47,39,40)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DAC9DC

#DAC9DC
(218,201,220)
#DDCDDF
(221,205,223)
#E0D1E2
(224,209,226)
#E3D5E5
(227,213,229)
#E6D9E8
(230,217,232)
#E9DDEB
(233,221,235)
#ECE1EE
(236,225,238)
#EFE5F1
(239,229,241)
#F2E9F4
(242,233,244)
#F5EDF7
(245,237,247)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC9DC; }

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

This text font color is #DAC9DC.

Background Color

.myBgColor { background-color: #DAC9DC; }

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

This div background color is #DAC9DC.

Border color

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

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

This div border color is #DAC9DC.

Opacity

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

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

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

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

This text has shadow with #DAC9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC9DC.

Preview

Color preview on black background

This text has color #DAC9DC on black background.


Color preview on white background

This text has color #DAC9DC on white background.


Black color preview on #DAC9DC background

This text has black color on #DAC9DC background.


White color preview on #DAC9DC background

This text has white color on #DAC9DC background.


Related colors

Complementary color

Complementary color for #hex is #253623.


I love getcolorcode.com

Triadic colors

1 #DCDAC9 and #C9DCDA with #DAC9DC are triadic colors.

2 #DCC9DA and #C9DADC with #DAC9DC are triadic colors.