COLOR #DAD1D5

HEX: #DAD1D5
RGB: (218,209,213)

Color info

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

RGB color model

#DAD1D5 color RGB value is (218,209,213).

  • red value is 218;
  • green value is 209;
  • blue value is 213.
RGB:
(218,209,213)
(85%,82%,84%)

RGB channels and saturation

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

218
209
213

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

Portions of RGB colors in percentages

R + G + B =
218 + 209 + 213 = 640 (100%)
R 218 of 640 ~ 34.06%
G 209 of 640 ~ 32.66%
B 213 of 640 ~ 33.28%

%34.06
%32.66
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.13%
  • 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
%4.13
%2.29
%14.51

Codes

Color #DAD1D5 in popluar color models

DAD1D5
RGB218209213
HSL333°10.84%83.73%
HSB/HSV333°4.13%85.49%
CMYK0.00%4.13%2.29%
14.51%

Color #DAD1D5 in popluar number systems.

HEXDAD1D5
Decimal218209213
Binary110110101101000111010101
Octal332321325

Shades and tints

Shades of #DAD1D5

#DAD1D5
(218,209,213)
#C7BEC2
(199,190,194)
#B4ABAF
(180,171,175)
#A1989C
(161,152,156)
#8E8589
(142,133,137)
#7B7276
(123,114,118)
#685F63
(104,95,99)
#554C50
(85,76,80)
#42393D
(66,57,61)
#2F262A
(47,38,42)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #DAD1D5

#DAD1D5
(218,209,213)
#DDD5D8
(221,213,216)
#E0D9DB
(224,217,219)
#E3DDDE
(227,221,222)
#E6E1E1
(230,225,225)
#E9E5E4
(233,229,228)
#ECE9E7
(236,233,231)
#EFEDEA
(239,237,234)
#F2F1ED
(242,241,237)
#F5F5F0
(245,245,240)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD1D5; }

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

This text font color is #DAD1D5.


Background Color

.myBgColor { background-color: #DAD1D5; }

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

This div background color is #DAD1D5.


Border color

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

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

This div border color is #DAD1D5.


Opacity

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

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

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

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

This text has shadow with #DAD1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD1D5 on black background.


Color preview on white background

This text has color #DAD1D5 on white background.



Black color preview on #DAD1D5 background

This text has black color on #DAD1D5 background.


White color preview on #DAD1D5 background

This text has white color on #DAD1D5 background.