COLOR #DAD6D5

HEX: #DAD6D5 RGB: (218,214,213)

Color info

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

RGB color model

#DAD6D5 color RGB value is (218,214,213).

RGB: (218,214,213) (85%, 84%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 213 of 255 = 84%

218
214
213

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

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 213 = 645 (100%)
R 218 of 645 ~ 33.8%
G 214 of 645 ~ 33.18%
B 213 of 645 ~ 33.02'%

%33.8
%33.18
%33.02

CMYK color model

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

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

CMYK: (0,2,2,15)
C0M2Y2K15 (0%, 2%, 2%, 15%)
(0.00 / 0.02 / 0.02 / 0.15)

CMYK percentages

%0
%1.83
%2.29
%14.51

Codes

Color #DAD6D5 in popluar color models

DA D6 D5
RGB 218 214 213
HSL 12° 6.33% 84.51%
HSB/HSV 12° 2.29% 85.49%
CMYK 0.00% 1.83% 2.29%
14.51%

Color #DAD6D5 in popluar number systems.

HEX DA D6 D5
Decimal 218 214 213
Binary 11011010 11010110 11010101
Octal 332 326 325

Shades and tints

Shades of #DAD6D5

#DAD6D5
(218,214,213)
#C7C3C2
(199,195,194)
#B4B0AF
(180,176,175)
#A19D9C
(161,157,156)
#8E8A89
(142,138,137)
#7B7776
(123,119,118)
#686463
(104,100,99)
#555150
(85,81,80)
#423E3D
(66,62,61)
#2F2B2A
(47,43,42)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAD6D5

#DAD6D5
(218,214,213)
#DDD9D8
(221,217,216)
#E0DCDB
(224,220,219)
#E3DFDE
(227,223,222)
#E6E2E1
(230,226,225)
#E9E5E4
(233,229,228)
#ECE8E7
(236,232,231)
#EFEBEA
(239,235,234)
#F2EEED
(242,238,237)
#F5F1F0
(245,241,240)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6D5; }

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

This text font color is #DAD6D5.

Background Color

.myBgColor { background-color: #DAD6D5; }

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

This div background color is #DAD6D5.

Border color

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

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

This div border color is #DAD6D5.

Opacity

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

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

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

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

This text has shadow with #DAD6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6D5.

Preview

Color preview on black background

This text has color #DAD6D5 on black background.


Color preview on white background

This text has color #DAD6D5 on white background.


Black color preview on #DAD6D5 background

This text has black color on #DAD6D5 background.


White color preview on #DAD6D5 background

This text has white color on #DAD6D5 background.


Related colors

Complementary color

Complementary color for #hex is #25292A.


I love getcolorcode.com

Triadic colors

1 #D5DAD6 and #D6D5DA with #DAD6D5 are triadic colors.

2 #D5D6DA and #D6DAD5 with #DAD6D5 are triadic colors.