COLOR #DAD7D7

HEX: #DAD7D7 RGB: (218,215,215)

Color info

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

RGB color model

#DAD7D7 color RGB value is (218,215,215).

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

RGB channels and saturation

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

218
215
215

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 215 = 648 (100%)
R 218 of 648 ~ 33.64%
G 215 of 648 ~ 33.18%
B 215 of 648 ~ 33.18'%

%33.64
%33.18
%33.18

CMYK color model

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

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

Codes

Color #DAD7D7 in popluar color models

DA D7 D7
RGB 218 215 215
HSL 3.90% 84.90%
HSB/HSV 1.38% 85.49%
CMYK 0.00% 1.38% 1.38%
14.51%

Color #DAD7D7 in popluar number systems.

HEX DA D7 D7
Decimal 218 215 215
Binary 11011010 11010111 11010111
Octal 332 327 327

Shades and tints

Shades of #DAD7D7

#DAD7D7
(218,215,215)
#C7C4C4
(199,196,196)
#B4B1B1
(180,177,177)
#A19E9E
(161,158,158)
#8E8B8B
(142,139,139)
#7B7878
(123,120,120)
#686565
(104,101,101)
#555252
(85,82,82)
#423F3F
(66,63,63)
#2F2C2C
(47,44,44)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAD7D7

#DAD7D7
(218,215,215)
#DDDADA
(221,218,218)
#E0DDDD
(224,221,221)
#E3E0E0
(227,224,224)
#E6E3E3
(230,227,227)
#E9E6E6
(233,230,230)
#ECE9E9
(236,233,233)
#EFECEC
(239,236,236)
#F2EFEF
(242,239,239)
#F5F2F2
(245,242,242)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7D7; }

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

This text font color is #DAD7D7.

Background Color

.myBgColor { background-color: #DAD7D7; }

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

This div background color is #DAD7D7.

Border color

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

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

This div border color is #DAD7D7.

Opacity

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

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

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

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

This text has shadow with #DAD7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7D7.

Preview

Color preview on black background

This text has color #DAD7D7 on black background.


Color preview on white background

This text has color #DAD7D7 on white background.


Black color preview on #DAD7D7 background

This text has black color on #DAD7D7 background.


White color preview on #DAD7D7 background

This text has white color on #DAD7D7 background.


Related colors

Complementary color

Complementary color for #hex is #252828.


I love getcolorcode.com