COLOR #DAD6D6

HEX: #DAD6D6
RGB: (218,214,214)

Color info

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

RGB color model

#DAD6D6 color RGB value is (218,214,214).

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

RGB channels and saturation

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

218
214
214

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

Portions of RGB colors in percentages

R + G + B =
218 + 214 + 214 = 646 (100%)
R 218 of 646 ~ 33.75%
G 214 of 646 ~ 33.13%
B 214 of 646 ~ 33.13%

%33.75
%33.13
%33.13

CMYK color model

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

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

Codes

Color #DAD6D6 in popluar color models

DAD6D6
RGB218214214
HSL5.13%84.71%
HSB/HSV1.83%85.49%
CMYK0.00%1.83%1.83%
14.51%

Color #DAD6D6 in popluar number systems.

HEXDAD6D6
Decimal218214214
Binary110110101101011011010110
Octal332326326

Shades and tints

Shades of #DAD6D6

#DAD6D6
(218,214,214)
#C7C3C3
(199,195,195)
#B4B0B0
(180,176,176)
#A19D9D
(161,157,157)
#8E8A8A
(142,138,138)
#7B7777
(123,119,119)
#686464
(104,100,100)
#555151
(85,81,81)
#423E3E
(66,62,62)
#2F2B2B
(47,43,43)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAD6D6

#DAD6D6
(218,214,214)
#DDD9D9
(221,217,217)
#E0DCDC
(224,220,220)
#E3DFDF
(227,223,223)
#E6E2E2
(230,226,226)
#E9E5E5
(233,229,229)
#ECE8E8
(236,232,232)
#EFEBEB
(239,235,235)
#F2EEEE
(242,238,238)
#F5F1F1
(245,241,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6D6; }

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

This text font color is #DAD6D6.


Background Color

.myBgColor { background-color: #DAD6D6; }

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

This div background color is #DAD6D6.


Border color

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

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

This div border color is #DAD6D6.


Opacity

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

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

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

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

This text has shadow with #DAD6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD6D6 on black background.


Color preview on white background

This text has color #DAD6D6 on white background.



Black color preview on #DAD6D6 background

This text has black color on #DAD6D6 background.


White color preview on #DAD6D6 background

This text has white color on #DAD6D6 background.