COLOR #DAD3D5

HEX: #DAD3D5
RGB: (218,211,213)

Color info

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

RGB color model

#DAD3D5 color RGB value is (218,211,213).

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

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 213 of 255 = 84%

218
211
213

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

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 213 = 642 (100%)
R 218 of 642 ~ 33.96%
G 211 of 642 ~ 32.87%
B 213 of 642 ~ 33.18%

%33.96
%32.87
%33.18

CMYK color model

#DAD3D5 color CMYK value is (0,3,2,15).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 2.29%
  • key color value is 14.51%
CMYK:
(0,3,2,15)
C0M3Y2K15 
(0%,3%,2%,15%)
(0.00/0.03/0.02/0.15)	

CMYK percentages

%0
%3.21
%2.29
%14.51

Codes

Color #DAD3D5 in popluar color models

DAD3D5
RGB218211213
HSL343°8.64%84.12%
HSB/HSV343°3.21%85.49%
CMYK0.00%3.21%2.29%
14.51%

Color #DAD3D5 in popluar number systems.

HEXDAD3D5
Decimal218211213
Binary110110101101001111010101
Octal332323325

Shades and tints

Shades of #DAD3D5

#DAD3D5
(218,211,213)
#C7C0C2
(199,192,194)
#B4ADAF
(180,173,175)
#A19A9C
(161,154,156)
#8E8789
(142,135,137)
#7B7476
(123,116,118)
#686163
(104,97,99)
#554E50
(85,78,80)
#423B3D
(66,59,61)
#2F282A
(47,40,42)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #DAD3D5

#DAD3D5
(218,211,213)
#DDD7D8
(221,215,216)
#E0DBDB
(224,219,219)
#E3DFDE
(227,223,222)
#E6E3E1
(230,227,225)
#E9E7E4
(233,231,228)
#ECEBE7
(236,235,231)
#EFEFEA
(239,239,234)
#F2F3ED
(242,243,237)
#F5F7F0
(245,247,240)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3D5; }

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

This text font color is #DAD3D5.


Background Color

.myBgColor { background-color: #DAD3D5; }

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

This div background color is #DAD3D5.


Border color

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

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

This div border color is #DAD3D5.


Opacity

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

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

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

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

This text has shadow with #DAD3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD3D5 on black background.


Color preview on white background

This text has color #DAD3D5 on white background.



Black color preview on #DAD3D5 background

This text has black color on #DAD3D5 background.


White color preview on #DAD3D5 background

This text has white color on #DAD3D5 background.