COLOR #DAC9D3

HEX: #DAC9D3
RGB: (218,201,211)

Color info

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

RGB color model

#DAC9D3 color RGB value is (218,201,211).

  • red value is 218;
  • green value is 201;
  • blue value is 211.
RGB:
(218,201,211)
(85%,79%,83%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 211 of 255 = 83%

218
201
211

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

Portions of RGB colors in percentages

R + G + B =
218 + 201 + 211 = 630 (100%)
R 218 of 630 ~ 34.6%
G 201 of 630 ~ 31.9%
B 211 of 630 ~ 33.49%

%34.6
%31.9
%33.49

CMYK color model

#DAC9D3 color CMYK value is (0,8,3,15).

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK:
(0,8,3,15)
C0M8Y3K15 
(0%,8%,3%,15%)
(0.00/0.08/0.03/0.15)	

CMYK percentages

%0
%7.8
%3.21
%14.51

Codes

Color #DAC9D3 in popluar color models

DAC9D3
RGB218201211
HSL325°18.68%82.16%
HSB/HSV325°7.80%85.49%
CMYK0.00%7.80%3.21%
14.51%

Color #DAC9D3 in popluar number systems.

HEXDAC9D3
Decimal218201211
Binary110110101100100111010011
Octal332311323

Shades and tints

Shades of #DAC9D3

#DAC9D3
(218,201,211)
#C7B7C0
(199,183,192)
#B4A5AD
(180,165,173)
#A1939A
(161,147,154)
#8E8187
(142,129,135)
#7B6F74
(123,111,116)
#685D61
(104,93,97)
#554B4E
(85,75,78)
#42393B
(66,57,59)
#2F2728
(47,39,40)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #DAC9D3

#DAC9D3
(218,201,211)
#DDCDD7
(221,205,215)
#E0D1DB
(224,209,219)
#E3D5DF
(227,213,223)
#E6D9E3
(230,217,227)
#E9DDE7
(233,221,231)
#ECE1EB
(236,225,235)
#EFE5EF
(239,229,239)
#F2E9F3
(242,233,243)
#F5EDF7
(245,237,247)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC9D3 color. Also use rgb(218,201,211) instead hex code.

Text Font Color

.myTextColor { color: #DAC9D3; }

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

This text font color is #DAC9D3.


Background Color

.myBgColor { background-color: #DAC9D3; }

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

This div background color is #DAC9D3.


Border color

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

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

This div border color is #DAC9D3.


Opacity

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

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

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

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

This text has shadow with #DAC9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC9D3 on black background.


Color preview on white background

This text has color #DAC9D3 on white background.



Black color preview on #DAC9D3 background

This text has black color on #DAC9D3 background.


White color preview on #DAC9D3 background

This text has white color on #DAC9D3 background.