COLOR #DADAD7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
218
215

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

Portions of RGB colors in percentages

R + G + B = 218 + 218 + 215 = 651 (100%)
R 218 of 651 ~ 33.49%
G 218 of 651 ~ 33.49%
B 215 of 651 ~ 33.03'%

%33.49
%33.49
%33.03

CMYK color model

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

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

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

CMYK percentages

%0
%0
%1.38
%14.51

Codes

Color #DADAD7 in popluar color models

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

Color #DADAD7 in popluar number systems.

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

Shades and tints

Shades of #DADAD7

#DADAD7
(218,218,215)
#C7C7C4
(199,199,196)
#B4B4B1
(180,180,177)
#A1A19E
(161,161,158)
#8E8E8B
(142,142,139)
#7B7B78
(123,123,120)
#686865
(104,104,101)
#555552
(85,85,82)
#42423F
(66,66,63)
#2F2F2C
(47,47,44)
#1C1C19
(28,28,25)
#000000
(0,0,0)

Tints of #DADAD7

#DADAD7
(218,218,215)
#DDDDDA
(221,221,218)
#E0E0DD
(224,224,221)
#E3E3E0
(227,227,224)
#E6E6E3
(230,230,227)
#E9E9E6
(233,233,230)
#ECECE9
(236,236,233)
#EFEFEC
(239,239,236)
#F2F2EF
(242,242,239)
#F5F5F2
(245,245,242)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADAD7; }

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

This text font color is #DADAD7.

Background Color

.myBgColor { background-color: #DADAD7; }

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

This div background color is #DADAD7.

Border color

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

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

This div border color is #DADAD7.

Opacity

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

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

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

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

This text has shadow with #DADAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADAD7.

Preview

Color preview on black background

This text has color #DADAD7 on black background.


Color preview on white background

This text has color #DADAD7 on white background.


Black color preview on #DADAD7 background

This text has black color on #DADAD7 background.


White color preview on #DADAD7 background

This text has white color on #DADAD7 background.


Related colors

Complementary color

Complementary color for #hex is #252528.


I love getcolorcode.com