COLOR #DAC3C8

HEX: #DAC3C8
RGB: (218,195,200)

Color info

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

RGB color model

#DAC3C8 color RGB value is (218,195,200).

  • red value is 218;
  • green value is 195;
  • blue value is 200.
RGB:
(218,195,200)
(85%,76%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 195 of 255 = 76%
B 200 of 255 = 78%

218
195
200

R + G + B ~ 80%. #DAC3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 195 + 200 = 613 (100%)
R 218 of 613 ~ 35.56%
G 195 of 613 ~ 31.81%
B 200 of 613 ~ 32.63%

%35.56
%31.81
%32.63

CMYK color model

#DAC3C8 color CMYK value is (0,11,8,15).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK:
(0,11,8,15)
C0M11Y8K15 
(0%,11%,8%,15%)
(0.00/0.11/0.08/0.15)	

CMYK percentages

%0
%10.55
%8.26
%14.51

Codes

Color #DAC3C8 in popluar color models

DAC3C8
RGB218195200
HSL347°23.71%80.98%
HSB/HSV347°10.55%85.49%
CMYK0.00%10.55%8.26%
14.51%

Color #DAC3C8 in popluar number systems.

HEXDAC3C8
Decimal218195200
Binary110110101100001111001000
Octal332303310

Shades and tints

Shades of #DAC3C8

#DAC3C8
(218,195,200)
#C7B2B6
(199,178,182)
#B4A1A4
(180,161,164)
#A19092
(161,144,146)
#8E7F80
(142,127,128)
#7B6E6E
(123,110,110)
#685D5C
(104,93,92)
#554C4A
(85,76,74)
#423B38
(66,59,56)
#2F2A26
(47,42,38)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #DAC3C8

#DAC3C8
(218,195,200)
#DDC8CD
(221,200,205)
#E0CDD2
(224,205,210)
#E3D2D7
(227,210,215)
#E6D7DC
(230,215,220)
#E9DCE1
(233,220,225)
#ECE1E6
(236,225,230)
#EFE6EB
(239,230,235)
#F2EBF0
(242,235,240)
#F5F0F5
(245,240,245)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC3C8 color. Also use rgb(218,195,200) instead hex code.

Text Font Color

.myTextColor { color: #DAC3C8; }

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

This text font color is #DAC3C8.


Background Color

.myBgColor { background-color: #DAC3C8; }

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

This div background color is #DAC3C8.


Border color

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

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

This div border color is #DAC3C8.


Opacity

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

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

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

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

This text has shadow with #DAC3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC3C8 on black background.


Color preview on white background

This text has color #DAC3C8 on white background.



Black color preview on #DAC3C8 background

This text has black color on #DAC3C8 background.


White color preview on #DAC3C8 background

This text has white color on #DAC3C8 background.