COLOR #DAD5DF

HEX: #DAD5DF RGB: (218,213,223)

Color info

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

RGB color model

#DAD5DF color RGB value is (218,213,223).

RGB: (218,213,223) (85%, 84%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 223 of 255 = 87%

218
213
223

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

Portions of RGB colors in percentages

R + G + B = 218 + 213 + 223 = 654 (100%)
R 218 of 654 ~ 33.33%
G 213 of 654 ~ 32.57%
B 223 of 654 ~ 34.1'%

%33.33
%32.57
%34.1

CMYK color model

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

  • cyan value is 2.24%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 12.55%

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

CMYK percentages

%2.24
%4.48
%0
%12.55

Codes

Color #DAD5DF in popluar color models

DA D5 DF
RGB 218 213 223
HSL 270° 13.51% 85.49%
HSB/HSV 270° 4.48% 87.45%
CMYK 2.24% 4.48% 0.00%
12.55%

Color #DAD5DF in popluar number systems.

HEX DA D5 DF
Decimal 218 213 223
Binary 11011010 11010101 11011111
Octal 332 325 337

Shades and tints

Shades of #DAD5DF

#DAD5DF
(218,213,223)
#C7C2CB
(199,194,203)
#B4AFB7
(180,175,183)
#A19CA3
(161,156,163)
#8E898F
(142,137,143)
#7B767B
(123,118,123)
#686367
(104,99,103)
#555053
(85,80,83)
#423D3F
(66,61,63)
#2F2A2B
(47,42,43)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #DAD5DF

#DAD5DF
(218,213,223)
#DDD8E1
(221,216,225)
#E0DBE3
(224,219,227)
#E3DEE5
(227,222,229)
#E6E1E7
(230,225,231)
#E9E4E9
(233,228,233)
#ECE7EB
(236,231,235)
#EFEAED
(239,234,237)
#F2EDEF
(242,237,239)
#F5F0F1
(245,240,241)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD5DF; }

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

This text font color is #DAD5DF.

Background Color

.myBgColor { background-color: #DAD5DF; }

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

This div background color is #DAD5DF.

Border color

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

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

This div border color is #DAD5DF.

Opacity

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

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

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

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

This text has shadow with #DAD5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD5DF.

Preview

Color preview on black background

This text has color #DAD5DF on black background.


Color preview on white background

This text has color #DAD5DF on white background.


Black color preview on #DAD5DF background

This text has black color on #DAD5DF background.


White color preview on #DAD5DF background

This text has white color on #DAD5DF background.


Related colors

Complementary color

Complementary color for #hex is #252A20.


I love getcolorcode.com

Triadic colors

1 #DFDAD5 and #D5DFDA with #DAD5DF are triadic colors.

2 #DFD5DA and #D5DADF with #DAD5DF are triadic colors.