COLOR #DAC5D4

HEX: #DAC5D4
RGB: (218,197,212)

Color info

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

RGB color model

#DAC5D4 color RGB value is (218,197,212).

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

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 212 of 255 = 83%

218
197
212

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 212 = 627 (100%)
R 218 of 627 ~ 34.77%
G 197 of 627 ~ 31.42%
B 212 of 627 ~ 33.81%

%34.77
%31.42
%33.81

CMYK color model

#DAC5D4 color CMYK value is (0,10,3,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 2.75%
  • key color value is 14.51%
CMYK:
(0,10,3,15)
C0M10Y3K15 
(0%,10%,3%,15%)
(0.00/0.10/0.03/0.15)	

CMYK percentages

%0
%9.63
%2.75
%14.51

Codes

Color #DAC5D4 in popluar color models

DAC5D4
RGB218197212
HSL317°22.11%81.37%
HSB/HSV317°9.63%85.49%
CMYK0.00%9.63%2.75%
14.51%

Color #DAC5D4 in popluar number systems.

HEXDAC5D4
Decimal218197212
Binary110110101100010111010100
Octal332305324

Shades and tints

Shades of #DAC5D4

#DAC5D4
(218,197,212)
#C7B4C1
(199,180,193)
#B4A3AE
(180,163,174)
#A1929B
(161,146,155)
#8E8188
(142,129,136)
#7B7075
(123,112,117)
#685F62
(104,95,98)
#554E4F
(85,78,79)
#423D3C
(66,61,60)
#2F2C29
(47,44,41)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAC5D4

#DAC5D4
(218,197,212)
#DDCAD7
(221,202,215)
#E0CFDA
(224,207,218)
#E3D4DD
(227,212,221)
#E6D9E0
(230,217,224)
#E9DEE3
(233,222,227)
#ECE3E6
(236,227,230)
#EFE8E9
(239,232,233)
#F2EDEC
(242,237,236)
#F5F2EF
(245,242,239)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5D4; }

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

This text font color is #DAC5D4.


Background Color

.myBgColor { background-color: #DAC5D4; }

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

This div background color is #DAC5D4.


Border color

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

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

This div border color is #DAC5D4.


Opacity

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

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

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

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

This text has shadow with #DAC5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5D4 on black background.


Color preview on white background

This text has color #DAC5D4 on white background.



Black color preview on #DAC5D4 background

This text has black color on #DAC5D4 background.


White color preview on #DAC5D4 background

This text has white color on #DAC5D4 background.