COLOR #DAD7DD

HEX: #DAD7DD RGB: (218,215,221)

Color info

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

RGB color model

#DAD7DD color RGB value is (218,215,221).

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

RGB channels and saturation

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

218
215
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 221 = 654 (100%)
R 218 of 654 ~ 33.33%
G 215 of 654 ~ 32.87%
B 221 of 654 ~ 33.79'%

%33.33
%32.87
%33.79

CMYK color model

#DAD7DD color CMYK value is (1,3,0,13).

  • cyan value is 1.36%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,3,0,13)
C1M3Y0K13 (1%, 3%, 0%, 13%)
(0.01 / 0.03 / 0.00 / 0.13)

CMYK percentages

%1.36
%2.71
%0
%13.33

Codes

Color #DAD7DD in popluar color models

DA D7 DD
RGB 218 215 221
HSL 270° 8.11% 85.49%
HSB/HSV 270° 2.71% 86.67%
CMYK 1.36% 2.71% 0.00%
13.33%

Color #DAD7DD in popluar number systems.

HEX DA D7 DD
Decimal 218 215 221
Binary 11011010 11010111 11011101
Octal 332 327 335

Shades and tints

Shades of #DAD7DD

#DAD7DD
(218,215,221)
#C7C4C9
(199,196,201)
#B4B1B5
(180,177,181)
#A19EA1
(161,158,161)
#8E8B8D
(142,139,141)
#7B7879
(123,120,121)
#686565
(104,101,101)
#555251
(85,82,81)
#423F3D
(66,63,61)
#2F2C29
(47,44,41)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #DAD7DD

#DAD7DD
(218,215,221)
#DDDAE0
(221,218,224)
#E0DDE3
(224,221,227)
#E3E0E6
(227,224,230)
#E6E3E9
(230,227,233)
#E9E6EC
(233,230,236)
#ECE9EF
(236,233,239)
#EFECF2
(239,236,242)
#F2EFF5
(242,239,245)
#F5F2F8
(245,242,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7DD; }

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

This text font color is #DAD7DD.

Background Color

.myBgColor { background-color: #DAD7DD; }

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

This div background color is #DAD7DD.

Border color

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

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

This div border color is #DAD7DD.

Opacity

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

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

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

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

This text has shadow with #DAD7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7DD.

Preview

Color preview on black background

This text has color #DAD7DD on black background.


Color preview on white background

This text has color #DAD7DD on white background.


Black color preview on #DAD7DD background

This text has black color on #DAD7DD background.


White color preview on #DAD7DD background

This text has white color on #DAD7DD background.


Related colors

Complementary color

Complementary color for #hex is #252822.


I love getcolorcode.com

Triadic colors

1 #DDDAD7 and #D7DDDA with #DAD7DD are triadic colors.

2 #DDD7DA and #D7DADD with #DAD7DD are triadic colors.