COLOR #DAC1DC

HEX: #DAC1DC
RGB: (218,193,220)

Color info

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

RGB color model

#DAC1DC color RGB value is (218,193,220).

  • red value is 218;
  • green value is 193;
  • blue value is 220.
RGB:
(218,193,220)
(85%,76%,86%)

RGB channels and saturation

R 218 of 255 = 85%
G 193 of 255 = 76%
B 220 of 255 = 86%

218
193
220

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

Portions of RGB colors in percentages

R + G + B =
218 + 193 + 220 = 631 (100%)
R 218 of 631 ~ 34.55%
G 193 of 631 ~ 30.59%
B 220 of 631 ~ 34.87%

%34.55
%30.59
%34.87

CMYK color model

#DAC1DC color CMYK value is (1,12,0,14).

  • cyan value is 0.91%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(1,12,0,14)
C1M12Y0K14 
(1%,12%,0%,14%)
(0.01/0.12/0.00/0.14)	

CMYK percentages

%0.91
%12.27
%0
%13.73

Codes

Color #DAC1DC in popluar color models

DAC1DC
RGB218193220
HSL296°27.84%80.98%
HSB/HSV296°12.27%86.27%
CMYK0.91%12.27%0.00%
13.73%

Color #DAC1DC in popluar number systems.

HEXDAC1DC
Decimal218193220
Binary110110101100000111011100
Octal332301334

Shades and tints

Shades of #DAC1DC

#DAC1DC
(218,193,220)
#C7B0C8
(199,176,200)
#B49FB4
(180,159,180)
#A18EA0
(161,142,160)
#8E7D8C
(142,125,140)
#7B6C78
(123,108,120)
#685B64
(104,91,100)
#554A50
(85,74,80)
#42393C
(66,57,60)
#2F2828
(47,40,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAC1DC

#DAC1DC
(218,193,220)
#DDC6DF
(221,198,223)
#E0CBE2
(224,203,226)
#E3D0E5
(227,208,229)
#E6D5E8
(230,213,232)
#E9DAEB
(233,218,235)
#ECDFEE
(236,223,238)
#EFE4F1
(239,228,241)
#F2E9F4
(242,233,244)
#F5EEF7
(245,238,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC1DC; }

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

This text font color is #DAC1DC.


Background Color

.myBgColor { background-color: #DAC1DC; }

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

This div background color is #DAC1DC.


Border color

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

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

This div border color is #DAC1DC.


Opacity

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

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

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

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

This text has shadow with #DAC1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC1DC on black background.


Color preview on white background

This text has color #DAC1DC on white background.



Black color preview on #DAC1DC background

This text has black color on #DAC1DC background.


White color preview on #DAC1DC background

This text has white color on #DAC1DC background.