COLOR #DAD8DE

HEX: #DAD8DE RGB: (218,216,222)

Color info

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

RGB color model

#DAD8DE color RGB value is (218,216,222).

RGB: (218,216,222) (85%, 85%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 222 of 255 = 87%

218
216
222

R + G + B ~ 86%. #DAD8DE is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 216 + 222 = 656 (100%)
R 218 of 656 ~ 33.23%
G 216 of 656 ~ 32.93%
B 222 of 656 ~ 33.84'%

%33.23
%32.93
%33.84

CMYK color model

#DAD8DE color CMYK value is (2,3,0,13).

  • cyan value is 1.80%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (2,3,0,13)
C2M3Y0K13 (2%, 3%, 0%, 13%)
(0.02 / 0.03 / 0.00 / 0.13)

CMYK percentages

%1.8
%2.7
%0
%12.94

Codes

Color #DAD8DE in popluar color models

DA D8 DE
RGB 218 216 222
HSL 260° 8.33% 85.88%
HSB/HSV 260° 2.70% 87.06%
CMYK 1.80% 2.70% 0.00%
12.94%

Color #DAD8DE in popluar number systems.

HEX DA D8 DE
Decimal 218 216 222
Binary 11011010 11011000 11011110
Octal 332 330 336

Shades and tints

Shades of #DAD8DE

#DAD8DE
(218,216,222)
#C7C5CA
(199,197,202)
#B4B2B6
(180,178,182)
#A19FA2
(161,159,162)
#8E8C8E
(142,140,142)
#7B797A
(123,121,122)
#686666
(104,102,102)
#555352
(85,83,82)
#42403E
(66,64,62)
#2F2D2A
(47,45,42)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DAD8DE

#DAD8DE
(218,216,222)
#DDDBE1
(221,219,225)
#E0DEE4
(224,222,228)
#E3E1E7
(227,225,231)
#E6E4EA
(230,228,234)
#E9E7ED
(233,231,237)
#ECEAF0
(236,234,240)
#EFEDF3
(239,237,243)
#F2F0F6
(242,240,246)
#F5F3F9
(245,243,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD8DE; }

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

This text font color is #DAD8DE.

Background Color

.myBgColor { background-color: #DAD8DE; }

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

This div background color is #DAD8DE.

Border color

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

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

This div border color is #DAD8DE.

Opacity

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

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

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

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

This text has shadow with #DAD8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD8DE.

Preview

Color preview on black background

This text has color #DAD8DE on black background.


Color preview on white background

This text has color #DAD8DE on white background.


Black color preview on #DAD8DE background

This text has black color on #DAD8DE background.


White color preview on #DAD8DE background

This text has white color on #DAD8DE background.


Related colors

Complementary color

Complementary color for #hex is #252721.


I love getcolorcode.com

Triadic colors

1 #DEDAD8 and #D8DEDA with #DAD8DE are triadic colors.

2 #DED8DA and #D8DADE with #DAD8DE are triadic colors.