COLOR #DADAD6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
218
214

R + G + B ~ 85%. #DADAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 218 + 214 = 650 (100%)
R 218 of 650 ~ 33.54%
G 218 of 650 ~ 33.54%
B 214 of 650 ~ 32.92'%

%33.54
%33.54
%32.92

CMYK color model

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

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

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

CMYK percentages

%0
%0
%1.83
%14.51

Codes

Color #DADAD6 in popluar color models

DA DA D6
RGB 218 218 214
HSL 60° 5.13% 84.71%
HSB/HSV 60° 1.83% 85.49%
CMYK 0.00% 0.00% 1.83%
14.51%

Color #DADAD6 in popluar number systems.

HEX DA DA D6
Decimal 218 218 214
Binary 11011010 11011010 11010110
Octal 332 332 326

Shades and tints

Shades of #DADAD6

#DADAD6
(218,218,214)
#C7C7C3
(199,199,195)
#B4B4B0
(180,180,176)
#A1A19D
(161,161,157)
#8E8E8A
(142,142,138)
#7B7B77
(123,123,119)
#686864
(104,104,100)
#555551
(85,85,81)
#42423E
(66,66,62)
#2F2F2B
(47,47,43)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DADAD6

#DADAD6
(218,218,214)
#DDDDD9
(221,221,217)
#E0E0DC
(224,224,220)
#E3E3DF
(227,227,223)
#E6E6E2
(230,230,226)
#E9E9E5
(233,233,229)
#ECECE8
(236,236,232)
#EFEFEB
(239,239,235)
#F2F2EE
(242,242,238)
#F5F5F1
(245,245,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADAD6; }

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

This text font color is #DADAD6.

Background Color

.myBgColor { background-color: #DADAD6; }

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

This div background color is #DADAD6.

Border color

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

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

This div border color is #DADAD6.

Opacity

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

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

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

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

This text has shadow with #DADAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADAD6.

Preview

Color preview on black background

This text has color #DADAD6 on black background.


Color preview on white background

This text has color #DADAD6 on white background.


Black color preview on #DADAD6 background

This text has black color on #DADAD6 background.


White color preview on #DADAD6 background

This text has white color on #DADAD6 background.


Related colors

Complementary color

Complementary color for #hex is #252529.


I love getcolorcode.com