COLOR #D6DACD

HEX: #D6DACD
RGB: (214,218,205)

Color info

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

RGB color model

#D6DACD color RGB value is (214,218,205).

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

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 205 of 255 = 80%

214
218
205

R + G + B ~ 83%. #D6DACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 218 + 205 = 637 (100%)
R 214 of 637 ~ 33.59%
G 218 of 637 ~ 34.22%
B 205 of 637 ~ 32.18%

%33.59
%34.22
%32.18

CMYK color model

#D6DACD color CMYK value is (2,0,6,15).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 14.51%
CMYK:
(2,0,6,15)
C2M0Y6K15 
(2%,0%,6%,15%)
(0.02/0.00/0.06/0.15)	

CMYK percentages

%1.83
%0
%5.96
%14.51

Codes

Color #D6DACD in popluar color models

D6DACD
RGB214218205
HSL78°14.94%82.94%
HSB/HSV78°5.96%85.49%
CMYK1.83%0.00%5.96%
14.51%

Color #D6DACD in popluar number systems.

HEXD6DACD
Decimal214218205
Binary110101101101101011001101
Octal326332315

Shades and tints

Shades of #D6DACD

#D6DACD
(214,218,205)
#C3C7BB
(195,199,187)
#B0B4A9
(176,180,169)
#9DA197
(157,161,151)
#8A8E85
(138,142,133)
#777B73
(119,123,115)
#646861
(100,104,97)
#51554F
(81,85,79)
#3E423D
(62,66,61)
#2B2F2B
(43,47,43)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #D6DACD

#D6DACD
(214,218,205)
#D9DDD1
(217,221,209)
#DCE0D5
(220,224,213)
#DFE3D9
(223,227,217)
#E2E6DD
(226,230,221)
#E5E9E1
(229,233,225)
#E8ECE5
(232,236,229)
#EBEFE9
(235,239,233)
#EEF2ED
(238,242,237)
#F1F5F1
(241,245,241)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DACD; }

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

This text font color is #D6DACD.


Background Color

.myBgColor { background-color: #D6DACD; }

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

This div background color is #D6DACD.


Border color

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

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

This div border color is #D6DACD.


Opacity

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

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

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

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

This text has shadow with #D6DACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DACD on black background.


Color preview on white background

This text has color #D6DACD on white background.



Black color preview on #D6DACD background

This text has black color on #D6DACD background.


White color preview on #D6DACD background

This text has white color on #D6DACD background.