COLOR #DAC4D4

HEX: #DAC4D4
RGB: (218,196,212)

Color info

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

RGB color model

#DAC4D4 color RGB value is (218,196,212).

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

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 212 of 255 = 83%

218
196
212

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

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 212 = 626 (100%)
R 218 of 626 ~ 34.82%
G 196 of 626 ~ 31.31%
B 212 of 626 ~ 33.87%

%34.82
%31.31
%33.87

CMYK color model

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

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

Codes

Color #DAC4D4 in popluar color models

DAC4D4
RGB218196212
HSL316°22.92%81.18%
HSB/HSV316°10.09%85.49%
CMYK0.00%10.09%2.75%
14.51%

Color #DAC4D4 in popluar number systems.

HEXDAC4D4
Decimal218196212
Binary110110101100010011010100
Octal332304324

Shades and tints

Shades of #DAC4D4

#DAC4D4
(218,196,212)
#C7B3C1
(199,179,193)
#B4A2AE
(180,162,174)
#A1919B
(161,145,155)
#8E8088
(142,128,136)
#7B6F75
(123,111,117)
#685E62
(104,94,98)
#554D4F
(85,77,79)
#423C3C
(66,60,60)
#2F2B29
(47,43,41)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DAC4D4

#DAC4D4
(218,196,212)
#DDC9D7
(221,201,215)
#E0CEDA
(224,206,218)
#E3D3DD
(227,211,221)
#E6D8E0
(230,216,224)
#E9DDE3
(233,221,227)
#ECE2E6
(236,226,230)
#EFE7E9
(239,231,233)
#F2ECEC
(242,236,236)
#F5F1EF
(245,241,239)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4D4; }

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

This text font color is #DAC4D4.


Background Color

.myBgColor { background-color: #DAC4D4; }

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

This div background color is #DAC4D4.


Border color

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

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

This div border color is #DAC4D4.


Opacity

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

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

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

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

This text has shadow with #DAC4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4D4 on black background.


Color preview on white background

This text has color #DAC4D4 on white background.



Black color preview on #DAC4D4 background

This text has black color on #DAC4D4 background.


White color preview on #DAC4D4 background

This text has white color on #DAC4D4 background.