COLOR #DAD2D5

HEX: #DAD2D5 RGB: (218,210,213)

Color info

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

RGB color model

#DAD2D5 color RGB value is (218,210,213).

RGB: (218,210,213) (85%, 82%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 213 of 255 = 84%

218
210
213

R + G + B ~ 84%. #DAD2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 210 + 213 = 641 (100%)
R 218 of 641 ~ 34.01%
G 210 of 641 ~ 32.76%
B 213 of 641 ~ 33.23'%

%34.01
%32.76
%33.23

CMYK color model

#DAD2D5 color CMYK value is (0,4,2,15).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 2.29%
  • key color value is 14.51%

CMYK: (0,4,2,15)
C0M4Y2K15 (0%, 4%, 2%, 15%)
(0.00 / 0.04 / 0.02 / 0.15)

CMYK percentages

%0
%3.67
%2.29
%14.51

Codes

Color #DAD2D5 in popluar color models

DA D2 D5
RGB 218 210 213
HSL 338° 9.76% 83.92%
HSB/HSV 338° 3.67% 85.49%
CMYK 0.00% 3.67% 2.29%
14.51%

Color #DAD2D5 in popluar number systems.

HEX DA D2 D5
Decimal 218 210 213
Binary 11011010 11010010 11010101
Octal 332 322 325

Shades and tints

Shades of #DAD2D5

#DAD2D5
(218,210,213)
#C7BFC2
(199,191,194)
#B4ACAF
(180,172,175)
#A1999C
(161,153,156)
#8E8689
(142,134,137)
#7B7376
(123,115,118)
#686063
(104,96,99)
#554D50
(85,77,80)
#423A3D
(66,58,61)
#2F272A
(47,39,42)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #DAD2D5

#DAD2D5
(218,210,213)
#DDD6D8
(221,214,216)
#E0DADB
(224,218,219)
#E3DEDE
(227,222,222)
#E6E2E1
(230,226,225)
#E9E6E4
(233,230,228)
#ECEAE7
(236,234,231)
#EFEEEA
(239,238,234)
#F2F2ED
(242,242,237)
#F5F6F0
(245,246,240)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD2D5; }

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

This text font color is #DAD2D5.

Background Color

.myBgColor { background-color: #DAD2D5; }

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

This div background color is #DAD2D5.

Border color

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

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

This div border color is #DAD2D5.

Opacity

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

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

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

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

This text has shadow with #DAD2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD2D5.

Preview

Color preview on black background

This text has color #DAD2D5 on black background.


Color preview on white background

This text has color #DAD2D5 on white background.


Black color preview on #DAD2D5 background

This text has black color on #DAD2D5 background.


White color preview on #DAD2D5 background

This text has white color on #DAD2D5 background.


Related colors

Complementary color

Complementary color for #hex is #252D2A.


I love getcolorcode.com

Triadic colors

1 #D5DAD2 and #D2D5DA with #DAD2D5 are triadic colors.

2 #D5D2DA and #D2DAD5 with #DAD2D5 are triadic colors.