COLOR #DAC1D4

HEX: #DAC1D4
RGB: (218,193,212)

Color info

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

RGB color model

#DAC1D4 color RGB value is (218,193,212).

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

RGB channels and saturation

R 218 of 255 = 85%
G 193 of 255 = 76%
B 212 of 255 = 83%

218
193
212

R + G + B ~ 81%. #DAC1D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 193 + 212 = 623 (100%)
R 218 of 623 ~ 34.99%
G 193 of 623 ~ 30.98%
B 212 of 623 ~ 34.03%

%34.99
%30.98
%34.03

CMYK color model

#DAC1D4 color CMYK value is (0,11,3,15).

  • cyan value is 0.00%
  • magenta value is 11.47%
  • yellow value is 2.75%
  • key color value is 14.51%
CMYK:
(0,11,3,15)
C0M11Y3K15 
(0%,11%,3%,15%)
(0.00/0.11/0.03/0.15)	

CMYK percentages

%0
%11.47
%2.75
%14.51

Codes

Color #DAC1D4 in popluar color models

DAC1D4
RGB218193212
HSL314°25.25%80.59%
HSB/HSV314°11.47%85.49%
CMYK0.00%11.47%2.75%
14.51%

Color #DAC1D4 in popluar number systems.

HEXDAC1D4
Decimal218193212
Binary110110101100000111010100
Octal332301324

Shades and tints

Shades of #DAC1D4

#DAC1D4
(218,193,212)
#C7B0C1
(199,176,193)
#B49FAE
(180,159,174)
#A18E9B
(161,142,155)
#8E7D88
(142,125,136)
#7B6C75
(123,108,117)
#685B62
(104,91,98)
#554A4F
(85,74,79)
#42393C
(66,57,60)
#2F2829
(47,40,41)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #DAC1D4

#DAC1D4
(218,193,212)
#DDC6D7
(221,198,215)
#E0CBDA
(224,203,218)
#E3D0DD
(227,208,221)
#E6D5E0
(230,213,224)
#E9DAE3
(233,218,227)
#ECDFE6
(236,223,230)
#EFE4E9
(239,228,233)
#F2E9EC
(242,233,236)
#F5EEEF
(245,238,239)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC1D4; }

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

This text font color is #DAC1D4.


Background Color

.myBgColor { background-color: #DAC1D4; }

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

This div background color is #DAC1D4.


Border color

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

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

This div border color is #DAC1D4.


Opacity

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

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

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

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

This text has shadow with #DAC1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC1D4 on black background.


Color preview on white background

This text has color #DAC1D4 on white background.



Black color preview on #DAC1D4 background

This text has black color on #DAC1D4 background.


White color preview on #DAC1D4 background

This text has white color on #DAC1D4 background.