COLOR #DAD8D7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
216
215

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

Portions of RGB colors in percentages

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

%33.59
%33.28
%33.13

CMYK color model

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

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

Codes

Color #DAD8D7 in popluar color models

DAD8D7
RGB218216215
HSL20°3.90%84.90%
HSB/HSV20°1.38%85.49%
CMYK0.00%0.92%1.38%
14.51%

Color #DAD8D7 in popluar number systems.

HEXDAD8D7
Decimal218216215
Binary110110101101100011010111
Octal332330327

Shades and tints

Shades of #DAD8D7

#DAD8D7
(218,216,215)
#C7C5C4
(199,197,196)
#B4B2B1
(180,178,177)
#A19F9E
(161,159,158)
#8E8C8B
(142,140,139)
#7B7978
(123,121,120)
#686665
(104,102,101)
#555352
(85,83,82)
#42403F
(66,64,63)
#2F2D2C
(47,45,44)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAD8D7

#DAD8D7
(218,216,215)
#DDDBDA
(221,219,218)
#E0DEDD
(224,222,221)
#E3E1E0
(227,225,224)
#E6E4E3
(230,228,227)
#E9E7E6
(233,231,230)
#ECEAE9
(236,234,233)
#EFEDEC
(239,237,236)
#F2F0EF
(242,240,239)
#F5F3F2
(245,243,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD8D7; }

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

This text font color is #DAD8D7.


Background Color

.myBgColor { background-color: #DAD8D7; }

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

This div background color is #DAD8D7.


Border color

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

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

This div border color is #DAD8D7.


Opacity

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

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

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

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

This text has shadow with #DAD8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8D7 on black background.


Color preview on white background

This text has color #DAD8D7 on white background.



Black color preview on #DAD8D7 background

This text has black color on #DAD8D7 background.


White color preview on #DAD8D7 background

This text has white color on #DAD8D7 background.