COLOR #DAD5DC

HEX: #DAD5DC RGB: (218,213,220)

Color info

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

RGB color model

#DAD5DC color RGB value is (218,213,220).

RGB: (218,213,220) (85%, 84%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 220 of 255 = 86%

218
213
220

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

Portions of RGB colors in percentages

R + G + B = 218 + 213 + 220 = 651 (100%)
R 218 of 651 ~ 33.49%
G 213 of 651 ~ 32.72%
B 220 of 651 ~ 33.79'%

%33.49
%32.72
%33.79

CMYK color model

#DAD5DC color CMYK value is (1,3,0,14).

  • cyan value is 0.91%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (1,3,0,14)
C1M3Y0K14 (1%, 3%, 0%, 14%)
(0.01 / 0.03 / 0.00 / 0.14)

CMYK percentages

%0.91
%3.18
%0
%13.73

Codes

Color #DAD5DC in popluar color models

DA D5 DC
RGB 218 213 220
HSL 283° 9.09% 84.90%
HSB/HSV 283° 3.18% 86.27%
CMYK 0.91% 3.18% 0.00%
13.73%

Color #DAD5DC in popluar number systems.

HEX DA D5 DC
Decimal 218 213 220
Binary 11011010 11010101 11011100
Octal 332 325 334

Shades and tints

Shades of #DAD5DC

#DAD5DC
(218,213,220)
#C7C2C8
(199,194,200)
#B4AFB4
(180,175,180)
#A19CA0
(161,156,160)
#8E898C
(142,137,140)
#7B7678
(123,118,120)
#686364
(104,99,100)
#555050
(85,80,80)
#423D3C
(66,61,60)
#2F2A28
(47,42,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAD5DC

#DAD5DC
(218,213,220)
#DDD8DF
(221,216,223)
#E0DBE2
(224,219,226)
#E3DEE5
(227,222,229)
#E6E1E8
(230,225,232)
#E9E4EB
(233,228,235)
#ECE7EE
(236,231,238)
#EFEAF1
(239,234,241)
#F2EDF4
(242,237,244)
#F5F0F7
(245,240,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD5DC; }

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

This text font color is #DAD5DC.

Background Color

.myBgColor { background-color: #DAD5DC; }

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

This div background color is #DAD5DC.

Border color

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

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

This div border color is #DAD5DC.

Opacity

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

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

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

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

This text has shadow with #DAD5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD5DC.

Preview

Color preview on black background

This text has color #DAD5DC on black background.


Color preview on white background

This text has color #DAD5DC on white background.


Black color preview on #DAD5DC background

This text has black color on #DAD5DC background.


White color preview on #DAD5DC background

This text has white color on #DAD5DC background.


Related colors

Complementary color

Complementary color for #hex is #252A23.


I love getcolorcode.com

Triadic colors

1 #DCDAD5 and #D5DCDA with #DAD5DC are triadic colors.

2 #DCD5DA and #D5DADC with #DAD5DC are triadic colors.