COLOR #DAC5D7

HEX: #DAC5D7
RGB: (218,197,215)

Color info

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

RGB color model

#DAC5D7 color RGB value is (218,197,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 215 of 255 = 84%

218
197
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 215 = 630 (100%)
R 218 of 630 ~ 34.6%
G 197 of 630 ~ 31.27%
B 215 of 630 ~ 34.13%

%34.6
%31.27
%34.13

CMYK color model

#DAC5D7 color CMYK value is (0,10,1,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(0,10,1,15)
C0M10Y1K15 
(0%,10%,1%,15%)
(0.00/0.10/0.01/0.15)	

CMYK percentages

%0
%9.63
%1.38
%14.51

Codes

Color #DAC5D7 in popluar color models

DAC5D7
RGB218197215
HSL309°22.11%81.37%
HSB/HSV309°9.63%85.49%
CMYK0.00%9.63%1.38%
14.51%

Color #DAC5D7 in popluar number systems.

HEXDAC5D7
Decimal218197215
Binary110110101100010111010111
Octal332305327

Shades and tints

Shades of #DAC5D7

#DAC5D7
(218,197,215)
#C7B4C4
(199,180,196)
#B4A3B1
(180,163,177)
#A1929E
(161,146,158)
#8E818B
(142,129,139)
#7B7078
(123,112,120)
#685F65
(104,95,101)
#554E52
(85,78,82)
#423D3F
(66,61,63)
#2F2C2C
(47,44,44)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAC5D7

#DAC5D7
(218,197,215)
#DDCADA
(221,202,218)
#E0CFDD
(224,207,221)
#E3D4E0
(227,212,224)
#E6D9E3
(230,217,227)
#E9DEE6
(233,222,230)
#ECE3E9
(236,227,233)
#EFE8EC
(239,232,236)
#F2EDEF
(242,237,239)
#F5F2F2
(245,242,242)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5D7; }

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

This text font color is #DAC5D7.


Background Color

.myBgColor { background-color: #DAC5D7; }

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

This div background color is #DAC5D7.


Border color

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

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

This div border color is #DAC5D7.


Opacity

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

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

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

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

This text has shadow with #DAC5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5D7 on black background.


Color preview on white background

This text has color #DAC5D7 on white background.



Black color preview on #DAC5D7 background

This text has black color on #DAC5D7 background.


White color preview on #DAC5D7 background

This text has white color on #DAC5D7 background.