COLOR #D5DACC

HEX: #D5DACC
RGB: (213,218,204)

Color info

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

RGB color model

#D5DACC color RGB value is (213,218,204).

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

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 204 of 255 = 80%

213
218
204

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

Portions of RGB colors in percentages

R + G + B =
213 + 218 + 204 = 635 (100%)
R 213 of 635 ~ 33.54%
G 218 of 635 ~ 34.33%
B 204 of 635 ~ 32.13%

%33.54
%34.33
%32.13

CMYK color model

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

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • 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

%2.29
%0
%6.42
%14.51

Codes

Color #D5DACC in popluar color models

D5DACC
RGB213218204
HSL81°15.91%82.75%
HSB/HSV81°6.42%85.49%
CMYK2.29%0.00%6.42%
14.51%

Color #D5DACC in popluar number systems.

HEXD5DACC
Decimal213218204
Binary110101011101101011001100
Octal325332314

Shades and tints

Shades of #D5DACC

#D5DACC
(213,218,204)
#C2C7BA
(194,199,186)
#AFB4A8
(175,180,168)
#9CA196
(156,161,150)
#898E84
(137,142,132)
#767B72
(118,123,114)
#636860
(99,104,96)
#50554E
(80,85,78)
#3D423C
(61,66,60)
#2A2F2A
(42,47,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #D5DACC

#D5DACC
(213,218,204)
#D8DDD0
(216,221,208)
#DBE0D4
(219,224,212)
#DEE3D8
(222,227,216)
#E1E6DC
(225,230,220)
#E4E9E0
(228,233,224)
#E7ECE4
(231,236,228)
#EAEFE8
(234,239,232)
#EDF2EC
(237,242,236)
#F0F5F0
(240,245,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DACC color. Also use rgb(213,218,204) instead hex code.

Text Font Color

.myTextColor { color: #D5DACC; }

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

This text font color is #D5DACC.


Background Color

.myBgColor { background-color: #D5DACC; }

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

This div background color is #D5DACC.


Border color

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

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

This div border color is #D5DACC.


Opacity

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

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

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

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

This text has shadow with #D5DACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DACC on black background.


Color preview on white background

This text has color #D5DACC on white background.



Black color preview on #D5DACC background

This text has black color on #D5DACC background.


White color preview on #D5DACC background

This text has white color on #D5DACC background.