COLOR #DAC8CE

HEX: #DAC8CE
RGB: (218,200,206)

Color info

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

RGB color model

#DAC8CE color RGB value is (218,200,206).

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

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 206 of 255 = 81%

218
200
206

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

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 206 = 624 (100%)
R 218 of 624 ~ 34.94%
G 200 of 624 ~ 32.05%
B 206 of 624 ~ 33.01%

%34.94
%32.05
%33.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(0,8,6,15)
C0M8Y6K15 
(0%,8%,6%,15%)
(0.00/0.08/0.06/0.15)	

CMYK percentages

%0
%8.26
%5.5
%14.51

Codes

Color #DAC8CE in popluar color models

DAC8CE
RGB218200206
HSL340°19.57%81.96%
HSB/HSV340°8.26%85.49%
CMYK0.00%8.26%5.50%
14.51%

Color #DAC8CE in popluar number systems.

HEXDAC8CE
Decimal218200206
Binary110110101100100011001110
Octal332310316

Shades and tints

Shades of #DAC8CE

#DAC8CE
(218,200,206)
#C7B6BC
(199,182,188)
#B4A4AA
(180,164,170)
#A19298
(161,146,152)
#8E8086
(142,128,134)
#7B6E74
(123,110,116)
#685C62
(104,92,98)
#554A50
(85,74,80)
#42383E
(66,56,62)
#2F262C
(47,38,44)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #DAC8CE

#DAC8CE
(218,200,206)
#DDCDD2
(221,205,210)
#E0D2D6
(224,210,214)
#E3D7DA
(227,215,218)
#E6DCDE
(230,220,222)
#E9E1E2
(233,225,226)
#ECE6E6
(236,230,230)
#EFEBEA
(239,235,234)
#F2F0EE
(242,240,238)
#F5F5F2
(245,245,242)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8CE; }

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

This text font color is #DAC8CE.


Background Color

.myBgColor { background-color: #DAC8CE; }

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

This div background color is #DAC8CE.


Border color

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

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

This div border color is #DAC8CE.


Opacity

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

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

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

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

This text has shadow with #DAC8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC8CE on black background.


Color preview on white background

This text has color #DAC8CE on white background.



Black color preview on #DAC8CE background

This text has black color on #DAC8CE background.


White color preview on #DAC8CE background

This text has white color on #DAC8CE background.