COLOR #DAC2D7

HEX: #DAC2D7
RGB: (218,194,215)

Color info

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

RGB color model

#DAC2D7 color RGB value is (218,194,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 215 of 255 = 84%

218
194
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 194 + 215 = 627 (100%)
R 218 of 627 ~ 34.77%
G 194 of 627 ~ 30.94%
B 215 of 627 ~ 34.29%

%34.77
%30.94
%34.29

CMYK color model

#DAC2D7 color CMYK value is (0,11,1,15).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(0,11,1,15)
C0M11Y1K15 
(0%,11%,1%,15%)
(0.00/0.11/0.01/0.15)	

CMYK percentages

%0
%11.01
%1.38
%14.51

Codes

Color #DAC2D7 in popluar color models

DAC2D7
RGB218194215
HSL308°24.49%80.78%
HSB/HSV308°11.01%85.49%
CMYK0.00%11.01%1.38%
14.51%

Color #DAC2D7 in popluar number systems.

HEXDAC2D7
Decimal218194215
Binary110110101100001011010111
Octal332302327

Shades and tints

Shades of #DAC2D7

#DAC2D7
(218,194,215)
#C7B1C4
(199,177,196)
#B4A0B1
(180,160,177)
#A18F9E
(161,143,158)
#8E7E8B
(142,126,139)
#7B6D78
(123,109,120)
#685C65
(104,92,101)
#554B52
(85,75,82)
#423A3F
(66,58,63)
#2F292C
(47,41,44)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAC2D7

#DAC2D7
(218,194,215)
#DDC7DA
(221,199,218)
#E0CCDD
(224,204,221)
#E3D1E0
(227,209,224)
#E6D6E3
(230,214,227)
#E9DBE6
(233,219,230)
#ECE0E9
(236,224,233)
#EFE5EC
(239,229,236)
#F2EAEF
(242,234,239)
#F5EFF2
(245,239,242)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC2D7; }

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

This text font color is #DAC2D7.


Background Color

.myBgColor { background-color: #DAC2D7; }

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

This div background color is #DAC2D7.


Border color

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

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

This div border color is #DAC2D7.


Opacity

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

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

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

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

This text has shadow with #DAC2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC2D7 on black background.


Color preview on white background

This text has color #DAC2D7 on white background.



Black color preview on #DAC2D7 background

This text has black color on #DAC2D7 background.


White color preview on #DAC2D7 background

This text has white color on #DAC2D7 background.