COLOR #DAC8C9

HEX: #DAC8C9
RGB: (218,200,201)

Color info

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

RGB color model

#DAC8C9 color RGB value is (218,200,201).

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

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 201 of 255 = 79%

218
200
201

R + G + B ~ 81%. #DAC8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 201 = 619 (100%)
R 218 of 619 ~ 35.22%
G 200 of 619 ~ 32.31%
B 201 of 619 ~ 32.47%

%35.22
%32.31
%32.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 7.80%
  • key color value is 14.51%
CMYK:
(0,8,8,15)
C0M8Y8K15 
(0%,8%,8%,15%)
(0.00/0.08/0.08/0.15)	

CMYK percentages

%0
%8.26
%7.8
%14.51

Codes

Color #DAC8C9 in popluar color models

DAC8C9
RGB218200201
HSL357°19.57%81.96%
HSB/HSV357°8.26%85.49%
CMYK0.00%8.26%7.80%
14.51%

Color #DAC8C9 in popluar number systems.

HEXDAC8C9
Decimal218200201
Binary110110101100100011001001
Octal332310311

Shades and tints

Shades of #DAC8C9

#DAC8C9
(218,200,201)
#C7B6B7
(199,182,183)
#B4A4A5
(180,164,165)
#A19293
(161,146,147)
#8E8081
(142,128,129)
#7B6E6F
(123,110,111)
#685C5D
(104,92,93)
#554A4B
(85,74,75)
#423839
(66,56,57)
#2F2627
(47,38,39)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #DAC8C9

#DAC8C9
(218,200,201)
#DDCDCD
(221,205,205)
#E0D2D1
(224,210,209)
#E3D7D5
(227,215,213)
#E6DCD9
(230,220,217)
#E9E1DD
(233,225,221)
#ECE6E1
(236,230,225)
#EFEBE5
(239,235,229)
#F2F0E9
(242,240,233)
#F5F5ED
(245,245,237)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8C9; }

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

This text font color is #DAC8C9.


Background Color

.myBgColor { background-color: #DAC8C9; }

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

This div background color is #DAC8C9.


Border color

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

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

This div border color is #DAC8C9.


Opacity

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

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

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

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

This text has shadow with #DAC8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC8C9 on black background.


Color preview on white background

This text has color #DAC8C9 on white background.



Black color preview on #DAC8C9 background

This text has black color on #DAC8C9 background.


White color preview on #DAC8C9 background

This text has white color on #DAC8C9 background.