COLOR #D6DAC8

HEX: #D6DAC8
RGB: (214,218,200)

Color info

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

RGB color model

#D6DAC8 color RGB value is (214,218,200).

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

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 200 of 255 = 78%

214
218
200

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

Portions of RGB colors in percentages

R + G + B =
214 + 218 + 200 = 632 (100%)
R 214 of 632 ~ 33.86%
G 218 of 632 ~ 34.49%
B 200 of 632 ~ 31.65%

%33.86
%34.49
%31.65

CMYK color model

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

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK:
(2,0,8,15)
C2M0Y8K15 
(2%,0%,8%,15%)
(0.02/0.00/0.08/0.15)	

CMYK percentages

%1.83
%0
%8.26
%14.51

Codes

Color #D6DAC8 in popluar color models

D6DAC8
RGB214218200
HSL73°19.57%81.96%
HSB/HSV73°8.26%85.49%
CMYK1.83%0.00%8.26%
14.51%

Color #D6DAC8 in popluar number systems.

HEXD6DAC8
Decimal214218200
Binary110101101101101011001000
Octal326332310

Shades and tints

Shades of #D6DAC8

#D6DAC8
(214,218,200)
#C3C7B6
(195,199,182)
#B0B4A4
(176,180,164)
#9DA192
(157,161,146)
#8A8E80
(138,142,128)
#777B6E
(119,123,110)
#64685C
(100,104,92)
#51554A
(81,85,74)
#3E4238
(62,66,56)
#2B2F26
(43,47,38)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #D6DAC8

#D6DAC8
(214,218,200)
#D9DDCD
(217,221,205)
#DCE0D2
(220,224,210)
#DFE3D7
(223,227,215)
#E2E6DC
(226,230,220)
#E5E9E1
(229,233,225)
#E8ECE6
(232,236,230)
#EBEFEB
(235,239,235)
#EEF2F0
(238,242,240)
#F1F5F5
(241,245,245)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAC8; }

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

This text font color is #D6DAC8.


Background Color

.myBgColor { background-color: #D6DAC8; }

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

This div background color is #D6DAC8.


Border color

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

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

This div border color is #D6DAC8.


Opacity

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

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

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

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

This text has shadow with #D6DAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAC8 on black background.


Color preview on white background

This text has color #D6DAC8 on white background.



Black color preview on #D6DAC8 background

This text has black color on #D6DAC8 background.


White color preview on #D6DAC8 background

This text has white color on #D6DAC8 background.