COLOR #DAD7D8

HEX: #DAD7D8 RGB: (218,215,216)

Color info

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

RGB color model

#DAD7D8 color RGB value is (218,215,216).

RGB: (218,215,216) (85%, 84%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 216 of 255 = 85%

218
215
216

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 216 = 649 (100%)
R 218 of 649 ~ 33.59%
G 215 of 649 ~ 33.13%
B 216 of 649 ~ 33.28'%

%33.59
%33.13
%33.28

CMYK color model

#DAD7D8 color CMYK value is (0,1,1,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 0.92%
  • key color value is 14.51%

CMYK: (0,1,1,15)
C0M1Y1K15 (0%, 1%, 1%, 15%)
(0.00 / 0.01 / 0.01 / 0.15)

CMYK percentages

%0
%1.38
%0.92
%14.51

Codes

Color #DAD7D8 in popluar color models

DA D7 D8
RGB 218 215 216
HSL 340° 3.90% 84.90%
HSB/HSV 340° 1.38% 85.49%
CMYK 0.00% 1.38% 0.92%
14.51%

Color #DAD7D8 in popluar number systems.

HEX DA D7 D8
Decimal 218 215 216
Binary 11011010 11010111 11011000
Octal 332 327 330

Shades and tints

Shades of #DAD7D8

#DAD7D8
(218,215,216)
#C7C4C5
(199,196,197)
#B4B1B2
(180,177,178)
#A19E9F
(161,158,159)
#8E8B8C
(142,139,140)
#7B7879
(123,120,121)
#686566
(104,101,102)
#555253
(85,82,83)
#423F40
(66,63,64)
#2F2C2D
(47,44,45)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAD7D8

#DAD7D8
(218,215,216)
#DDDADB
(221,218,219)
#E0DDDE
(224,221,222)
#E3E0E1
(227,224,225)
#E6E3E4
(230,227,228)
#E9E6E7
(233,230,231)
#ECE9EA
(236,233,234)
#EFECED
(239,236,237)
#F2EFF0
(242,239,240)
#F5F2F3
(245,242,243)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7D8; }

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

This text font color is #DAD7D8.

Background Color

.myBgColor { background-color: #DAD7D8; }

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

This div background color is #DAD7D8.

Border color

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

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

This div border color is #DAD7D8.

Opacity

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

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

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

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

This text has shadow with #DAD7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7D8.

Preview

Color preview on black background

This text has color #DAD7D8 on black background.


Color preview on white background

This text has color #DAD7D8 on white background.


Black color preview on #DAD7D8 background

This text has black color on #DAD7D8 background.


White color preview on #DAD7D8 background

This text has white color on #DAD7D8 background.


Related colors

Complementary color

Complementary color for #hex is #252827.


I love getcolorcode.com

Triadic colors

1 #D8DAD7 and #D7D8DA with #DAD7D8 are triadic colors.

2 #D8D7DA and #D7DAD8 with #DAD7D8 are triadic colors.