COLOR #DAC5D3

HEX: #DAC5D3
RGB: (218,197,211)

Color info

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

RGB color model

#DAC5D3 color RGB value is (218,197,211).

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

RGB channels and saturation

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

218
197
211

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 211 = 626 (100%)
R 218 of 626 ~ 34.82%
G 197 of 626 ~ 31.47%
B 211 of 626 ~ 33.71%

%34.82
%31.47
%33.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 3.21%
  • 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
%3.21
%14.51

Codes

Color #DAC5D3 in popluar color models

DAC5D3
RGB218197211
HSL320°22.11%81.37%
HSB/HSV320°9.63%85.49%
CMYK0.00%9.63%3.21%
14.51%

Color #DAC5D3 in popluar number systems.

HEXDAC5D3
Decimal218197211
Binary110110101100010111010011
Octal332305323

Shades and tints

Shades of #DAC5D3

#DAC5D3
(218,197,211)
#C7B4C0
(199,180,192)
#B4A3AD
(180,163,173)
#A1929A
(161,146,154)
#8E8187
(142,129,135)
#7B7074
(123,112,116)
#685F61
(104,95,97)
#554E4E
(85,78,78)
#423D3B
(66,61,59)
#2F2C28
(47,44,40)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #DAC5D3

#DAC5D3
(218,197,211)
#DDCAD7
(221,202,215)
#E0CFDB
(224,207,219)
#E3D4DF
(227,212,223)
#E6D9E3
(230,217,227)
#E9DEE7
(233,222,231)
#ECE3EB
(236,227,235)
#EFE8EF
(239,232,239)
#F2EDF3
(242,237,243)
#F5F2F7
(245,242,247)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5D3; }

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

This text font color is #DAC5D3.


Background Color

.myBgColor { background-color: #DAC5D3; }

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

This div background color is #DAC5D3.


Border color

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

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

This div border color is #DAC5D3.


Opacity

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

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

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

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

This text has shadow with #DAC5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5D3 on black background.


Color preview on white background

This text has color #DAC5D3 on white background.



Black color preview on #DAC5D3 background

This text has black color on #DAC5D3 background.


White color preview on #DAC5D3 background

This text has white color on #DAC5D3 background.