COLOR #DAD6D0

HEX: #DAD6D0 RGB: (218,214,208)

Color info

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

RGB color model

#DAD6D0 color RGB value is (218,214,208).

RGB: (218,214,208) (85%, 84%, 82%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 208 of 255 = 82%

218
214
208

R + G + B ~ 84%. #DAD6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 208 = 640 (100%)
R 218 of 640 ~ 34.06%
G 214 of 640 ~ 33.44%
B 208 of 640 ~ 32.5'%

%34.06
%33.44
%32.5

CMYK color model

#DAD6D0 color CMYK value is (0,2,5,15).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 4.59%
  • key color value is 14.51%

CMYK: (0,2,5,15)
C0M2Y5K15 (0%, 2%, 5%, 15%)
(0.00 / 0.02 / 0.05 / 0.15)

CMYK percentages

%0
%1.83
%4.59
%14.51

Codes

Color #DAD6D0 in popluar color models

DA D6 D0
RGB 218 214 208
HSL 36° 11.90% 83.53%
HSB/HSV 36° 4.59% 85.49%
CMYK 0.00% 1.83% 4.59%
14.51%

Color #DAD6D0 in popluar number systems.

HEX DA D6 D0
Decimal 218 214 208
Binary 11011010 11010110 11010000
Octal 332 326 320

Shades and tints

Shades of #DAD6D0

#DAD6D0
(218,214,208)
#C7C3BE
(199,195,190)
#B4B0AC
(180,176,172)
#A19D9A
(161,157,154)
#8E8A88
(142,138,136)
#7B7776
(123,119,118)
#686464
(104,100,100)
#555152
(85,81,82)
#423E40
(66,62,64)
#2F2B2E
(47,43,46)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #DAD6D0

#DAD6D0
(218,214,208)
#DDD9D4
(221,217,212)
#E0DCD8
(224,220,216)
#E3DFDC
(227,223,220)
#E6E2E0
(230,226,224)
#E9E5E4
(233,229,228)
#ECE8E8
(236,232,232)
#EFEBEC
(239,235,236)
#F2EEF0
(242,238,240)
#F5F1F4
(245,241,244)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6D0; }

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

This text font color is #DAD6D0.

Background Color

.myBgColor { background-color: #DAD6D0; }

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

This div background color is #DAD6D0.

Border color

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

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

This div border color is #DAD6D0.

Opacity

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

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

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

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

This text has shadow with #DAD6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6D0.

Preview

Color preview on black background

This text has color #DAD6D0 on black background.


Color preview on white background

This text has color #DAD6D0 on white background.


Black color preview on #DAD6D0 background

This text has black color on #DAD6D0 background.


White color preview on #DAD6D0 background

This text has white color on #DAD6D0 background.


Related colors

Complementary color

Complementary color for #hex is #25292F.


I love getcolorcode.com

Triadic colors

1 #D0DAD6 and #D6D0DA with #DAD6D0 are triadic colors.

2 #D0D6DA and #D6DAD0 with #DAD6D0 are triadic colors.