COLOR #DAD6DE

HEX: #DAD6DE RGB: (218,214,222)

Color info

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

RGB color model

#DAD6DE color RGB value is (218,214,222).

RGB: (218,214,222) (85%, 84%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 222 of 255 = 87%

218
214
222

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

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 222 = 654 (100%)
R 218 of 654 ~ 33.33%
G 214 of 654 ~ 32.72%
B 222 of 654 ~ 33.94'%

%33.33
%32.72
%33.94

CMYK color model

#DAD6DE color CMYK value is (2,4,0,13).

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

CMYK: (2,4,0,13)
C2M4Y0K13 (2%, 4%, 0%, 13%)
(0.02 / 0.04 / 0.00 / 0.13)

CMYK percentages

%1.8
%3.6
%0
%12.94

Codes

Color #DAD6DE in popluar color models

DA D6 DE
RGB 218 214 222
HSL 270° 10.81% 85.49%
HSB/HSV 270° 3.60% 87.06%
CMYK 1.80% 3.60% 0.00%
12.94%

Color #DAD6DE in popluar number systems.

HEX DA D6 DE
Decimal 218 214 222
Binary 11011010 11010110 11011110
Octal 332 326 336

Shades and tints

Shades of #DAD6DE

#DAD6DE
(218,214,222)
#C7C3CA
(199,195,202)
#B4B0B6
(180,176,182)
#A19DA2
(161,157,162)
#8E8A8E
(142,138,142)
#7B777A
(123,119,122)
#686466
(104,100,102)
#555152
(85,81,82)
#423E3E
(66,62,62)
#2F2B2A
(47,43,42)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAD6DE

#DAD6DE
(218,214,222)
#DDD9E1
(221,217,225)
#E0DCE4
(224,220,228)
#E3DFE7
(227,223,231)
#E6E2EA
(230,226,234)
#E9E5ED
(233,229,237)
#ECE8F0
(236,232,240)
#EFEBF3
(239,235,243)
#F2EEF6
(242,238,246)
#F5F1F9
(245,241,249)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6DE; }

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

This text font color is #DAD6DE.

Background Color

.myBgColor { background-color: #DAD6DE; }

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

This div background color is #DAD6DE.

Border color

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

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

This div border color is #DAD6DE.

Opacity

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

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

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

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

This text has shadow with #DAD6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6DE.

Preview

Color preview on black background

This text has color #DAD6DE on black background.


Color preview on white background

This text has color #DAD6DE on white background.


Black color preview on #DAD6DE background

This text has black color on #DAD6DE background.


White color preview on #DAD6DE background

This text has white color on #DAD6DE background.


Related colors

Complementary color

Complementary color for #hex is #252921.


I love getcolorcode.com

Triadic colors

1 #DEDAD6 and #D6DEDA with #DAD6DE are triadic colors.

2 #DED6DA and #D6DADE with #DAD6DE are triadic colors.