COLOR #DAC4D9

HEX: #DAC4D9
RGB: (218,196,217)

Color info

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

RGB color model

#DAC4D9 color RGB value is (218,196,217).

  • red value is 218;
  • green value is 196;
  • blue value is 217.
RGB:
(218,196,217)
(85%,77%,85%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 217 of 255 = 85%

218
196
217

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

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 217 = 631 (100%)
R 218 of 631 ~ 34.55%
G 196 of 631 ~ 31.06%
B 217 of 631 ~ 34.39%

%34.55
%31.06
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 0.46%
  • key color value is 14.51%
CMYK:
(0,10,0,15)
C0M10Y0K15 
(0%,10%,0%,15%)
(0.00/0.10/0.00/0.15)	

CMYK percentages

%0
%10.09
%0.46
%14.51

Codes

Color #DAC4D9 in popluar color models

DAC4D9
RGB218196217
HSL303°22.92%81.18%
HSB/HSV303°10.09%85.49%
CMYK0.00%10.09%0.46%
14.51%

Color #DAC4D9 in popluar number systems.

HEXDAC4D9
Decimal218196217
Binary110110101100010011011001
Octal332304331

Shades and tints

Shades of #DAC4D9

#DAC4D9
(218,196,217)
#C7B3C6
(199,179,198)
#B4A2B3
(180,162,179)
#A191A0
(161,145,160)
#8E808D
(142,128,141)
#7B6F7A
(123,111,122)
#685E67
(104,94,103)
#554D54
(85,77,84)
#423C41
(66,60,65)
#2F2B2E
(47,43,46)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #DAC4D9

#DAC4D9
(218,196,217)
#DDC9DC
(221,201,220)
#E0CEDF
(224,206,223)
#E3D3E2
(227,211,226)
#E6D8E5
(230,216,229)
#E9DDE8
(233,221,232)
#ECE2EB
(236,226,235)
#EFE7EE
(239,231,238)
#F2ECF1
(242,236,241)
#F5F1F4
(245,241,244)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC4D9 color. Also use rgb(218,196,217) instead hex code.

Text Font Color

.myTextColor { color: #DAC4D9; }

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

This text font color is #DAC4D9.


Background Color

.myBgColor { background-color: #DAC4D9; }

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

This div background color is #DAC4D9.


Border color

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

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

This div border color is #DAC4D9.


Opacity

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

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

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

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

This text has shadow with #DAC4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4D9 on black background.


Color preview on white background

This text has color #DAC4D9 on white background.



Black color preview on #DAC4D9 background

This text has black color on #DAC4D9 background.


White color preview on #DAC4D9 background

This text has white color on #DAC4D9 background.