COLOR #D2DAC4

HEX: #D2DAC4
RGB: (210,218,196)

Color info

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

RGB color model

#D2DAC4 color RGB value is (210,218,196).

  • red value is 210;
  • green value is 218;
  • blue value is 196.
RGB:
(210,218,196)
(82%,85%,77%)

RGB channels and saturation

R 210 of 255 = 82%
G 218 of 255 = 85%
B 196 of 255 = 77%

210
218
196

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

Portions of RGB colors in percentages

R + G + B =
210 + 218 + 196 = 624 (100%)
R 210 of 624 ~ 33.65%
G 218 of 624 ~ 34.94%
B 196 of 624 ~ 31.41%

%33.65
%34.94
%31.41

CMYK color model

#D2DAC4 color CMYK value is (4,0,10,15).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 14.51%
CMYK:
(4,0,10,15)
C4M0Y10K15 
(4%,0%,10%,15%)
(0.04/0.00/0.10/0.15)	

CMYK percentages

%3.67
%0
%10.09
%14.51

Codes

Color #D2DAC4 in popluar color models

D2DAC4
RGB210218196
HSL82°22.92%81.18%
HSB/HSV82°10.09%85.49%
CMYK3.67%0.00%10.09%
14.51%

Color #D2DAC4 in popluar number systems.

HEXD2DAC4
Decimal210218196
Binary110100101101101011000100
Octal322332304

Shades and tints

Shades of #D2DAC4

#D2DAC4
(210,218,196)
#BFC7B3
(191,199,179)
#ACB4A2
(172,180,162)
#99A191
(153,161,145)
#868E80
(134,142,128)
#737B6F
(115,123,111)
#60685E
(96,104,94)
#4D554D
(77,85,77)
#3A423C
(58,66,60)
#272F2B
(39,47,43)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #D2DAC4

#D2DAC4
(210,218,196)
#D6DDC9
(214,221,201)
#DAE0CE
(218,224,206)
#DEE3D3
(222,227,211)
#E2E6D8
(226,230,216)
#E6E9DD
(230,233,221)
#EAECE2
(234,236,226)
#EEEFE7
(238,239,231)
#F2F2EC
(242,242,236)
#F6F5F1
(246,245,241)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DAC4 color. Also use rgb(210,218,196) instead hex code.

Text Font Color

.myTextColor { color: #D2DAC4; }

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

This text font color is #D2DAC4.


Background Color

.myBgColor { background-color: #D2DAC4; }

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

This div background color is #D2DAC4.


Border color

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

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

This div border color is #D2DAC4.


Opacity

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

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

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

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

This text has shadow with #D2DAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DAC4 on black background.


Color preview on white background

This text has color #D2DAC4 on white background.



Black color preview on #D2DAC4 background

This text has black color on #D2DAC4 background.


White color preview on #D2DAC4 background

This text has white color on #D2DAC4 background.