COLOR #DAC7D7

HEX: #DAC7D7
RGB: (218,199,215)

Color info

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

RGB color model

#DAC7D7 color RGB value is (218,199,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 199 of 255 = 78%
B 215 of 255 = 84%

218
199
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 199 + 215 = 632 (100%)
R 218 of 632 ~ 34.49%
G 199 of 632 ~ 31.49%
B 215 of 632 ~ 34.02%

%34.49
%31.49
%34.02

CMYK color model

#DAC7D7 color CMYK value is (0,9,1,15).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(0,9,1,15)
C0M9Y1K15 
(0%,9%,1%,15%)
(0.00/0.09/0.01/0.15)	

CMYK percentages

%0
%8.72
%1.38
%14.51

Codes

Color #DAC7D7 in popluar color models

DAC7D7
RGB218199215
HSL309°20.43%81.76%
HSB/HSV309°8.72%85.49%
CMYK0.00%8.72%1.38%
14.51%

Color #DAC7D7 in popluar number systems.

HEXDAC7D7
Decimal218199215
Binary110110101100011111010111
Octal332307327

Shades and tints

Shades of #DAC7D7

#DAC7D7
(218,199,215)
#C7B5C4
(199,181,196)
#B4A3B1
(180,163,177)
#A1919E
(161,145,158)
#8E7F8B
(142,127,139)
#7B6D78
(123,109,120)
#685B65
(104,91,101)
#554952
(85,73,82)
#42373F
(66,55,63)
#2F252C
(47,37,44)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #DAC7D7

#DAC7D7
(218,199,215)
#DDCCDA
(221,204,218)
#E0D1DD
(224,209,221)
#E3D6E0
(227,214,224)
#E6DBE3
(230,219,227)
#E9E0E6
(233,224,230)
#ECE5E9
(236,229,233)
#EFEAEC
(239,234,236)
#F2EFEF
(242,239,239)
#F5F4F2
(245,244,242)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC7D7; }

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

This text font color is #DAC7D7.


Background Color

.myBgColor { background-color: #DAC7D7; }

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

This div background color is #DAC7D7.


Border color

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

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

This div border color is #DAC7D7.


Opacity

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

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

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

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

This text has shadow with #DAC7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC7D7 on black background.


Color preview on white background

This text has color #DAC7D7 on white background.



Black color preview on #DAC7D7 background

This text has black color on #DAC7D7 background.


White color preview on #DAC7D7 background

This text has white color on #DAC7D7 background.