COLOR #D5DACA

HEX: #D5DACA
RGB: (213,218,202)

Color info

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

RGB color model

#D5DACA color RGB value is (213,218,202).

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

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 202 of 255 = 79%

213
218
202

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

Portions of RGB colors in percentages

R + G + B =
213 + 218 + 202 = 633 (100%)
R 213 of 633 ~ 33.65%
G 218 of 633 ~ 34.44%
B 202 of 633 ~ 31.91%

%33.65
%34.44
%31.91

CMYK color model

#D5DACA color CMYK value is (2,0,7,15).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 7.34%
  • key color value is 14.51%
CMYK:
(2,0,7,15)
C2M0Y7K15 
(2%,0%,7%,15%)
(0.02/0.00/0.07/0.15)	

CMYK percentages

%2.29
%0
%7.34
%14.51

Codes

Color #D5DACA in popluar color models

D5DACA
RGB213218202
HSL79°17.78%82.35%
HSB/HSV79°7.34%85.49%
CMYK2.29%0.00%7.34%
14.51%

Color #D5DACA in popluar number systems.

HEXD5DACA
Decimal213218202
Binary110101011101101011001010
Octal325332312

Shades and tints

Shades of #D5DACA

#D5DACA
(213,218,202)
#C2C7B8
(194,199,184)
#AFB4A6
(175,180,166)
#9CA194
(156,161,148)
#898E82
(137,142,130)
#767B70
(118,123,112)
#63685E
(99,104,94)
#50554C
(80,85,76)
#3D423A
(61,66,58)
#2A2F28
(42,47,40)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #D5DACA

#D5DACA
(213,218,202)
#D8DDCE
(216,221,206)
#DBE0D2
(219,224,210)
#DEE3D6
(222,227,214)
#E1E6DA
(225,230,218)
#E4E9DE
(228,233,222)
#E7ECE2
(231,236,226)
#EAEFE6
(234,239,230)
#EDF2EA
(237,242,234)
#F0F5EE
(240,245,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DACA; }

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

This text font color is #D5DACA.


Background Color

.myBgColor { background-color: #D5DACA; }

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

This div background color is #D5DACA.


Border color

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

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

This div border color is #D5DACA.


Opacity

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

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

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

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

This text has shadow with #D5DACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DACA on black background.


Color preview on white background

This text has color #D5DACA on white background.



Black color preview on #D5DACA background

This text has black color on #D5DACA background.


White color preview on #D5DACA background

This text has white color on #D5DACA background.