COLOR #DAC6CE

HEX: #DAC6CE
RGB: (218,198,206)

Color info

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

RGB color model

#DAC6CE color RGB value is (218,198,206).

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

RGB channels and saturation

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

218
198
206

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

Portions of RGB colors in percentages

R + G + B =
218 + 198 + 206 = 622 (100%)
R 218 of 622 ~ 35.05%
G 198 of 622 ~ 31.83%
B 206 of 622 ~ 33.12%

%35.05
%31.83
%33.12

CMYK color model

#DAC6CE color CMYK value is (0,9,6,15).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(0,9,6,15)
C0M9Y6K15 
(0%,9%,6%,15%)
(0.00/0.09/0.06/0.15)	

CMYK percentages

%0
%9.17
%5.5
%14.51

Codes

Color #DAC6CE in popluar color models

DAC6CE
RGB218198206
HSL336°21.28%81.57%
HSB/HSV336°9.17%85.49%
CMYK0.00%9.17%5.50%
14.51%

Color #DAC6CE in popluar number systems.

HEXDAC6CE
Decimal218198206
Binary110110101100011011001110
Octal332306316

Shades and tints

Shades of #DAC6CE

#DAC6CE
(218,198,206)
#C7B4BC
(199,180,188)
#B4A2AA
(180,162,170)
#A19098
(161,144,152)
#8E7E86
(142,126,134)
#7B6C74
(123,108,116)
#685A62
(104,90,98)
#554850
(85,72,80)
#42363E
(66,54,62)
#2F242C
(47,36,44)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #DAC6CE

#DAC6CE
(218,198,206)
#DDCBD2
(221,203,210)
#E0D0D6
(224,208,214)
#E3D5DA
(227,213,218)
#E6DADE
(230,218,222)
#E9DFE2
(233,223,226)
#ECE4E6
(236,228,230)
#EFE9EA
(239,233,234)
#F2EEEE
(242,238,238)
#F5F3F2
(245,243,242)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6CE; }

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

This text font color is #DAC6CE.


Background Color

.myBgColor { background-color: #DAC6CE; }

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

This div background color is #DAC6CE.


Border color

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

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

This div border color is #DAC6CE.


Opacity

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

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

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

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

This text has shadow with #DAC6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC6CE on black background.


Color preview on white background

This text has color #DAC6CE on white background.



Black color preview on #DAC6CE background

This text has black color on #DAC6CE background.


White color preview on #DAC6CE background

This text has white color on #DAC6CE background.