COLOR #DAD1D3

HEX: #DAD1D3
RGB: (218,209,211)

Color info

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

RGB color model

#DAD1D3 color RGB value is (218,209,211).

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

RGB channels and saturation

R 218 of 255 = 85%
G 209 of 255 = 82%
B 211 of 255 = 83%

218
209
211

R + G + B ~ 83%. #DAD1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 209 + 211 = 638 (100%)
R 218 of 638 ~ 34.17%
G 209 of 638 ~ 32.76%
B 211 of 638 ~ 33.07%

%34.17
%32.76
%33.07

CMYK color model

#DAD1D3 color CMYK value is (0,4,3,15).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK:
(0,4,3,15)
C0M4Y3K15 
(0%,4%,3%,15%)
(0.00/0.04/0.03/0.15)	

CMYK percentages

%0
%4.13
%3.21
%14.51

Codes

Color #DAD1D3 in popluar color models

DAD1D3
RGB218209211
HSL347°10.84%83.73%
HSB/HSV347°4.13%85.49%
CMYK0.00%4.13%3.21%
14.51%

Color #DAD1D3 in popluar number systems.

HEXDAD1D3
Decimal218209211
Binary110110101101000111010011
Octal332321323

Shades and tints

Shades of #DAD1D3

#DAD1D3
(218,209,211)
#C7BEC0
(199,190,192)
#B4ABAD
(180,171,173)
#A1989A
(161,152,154)
#8E8587
(142,133,135)
#7B7274
(123,114,116)
#685F61
(104,95,97)
#554C4E
(85,76,78)
#42393B
(66,57,59)
#2F2628
(47,38,40)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #DAD1D3

#DAD1D3
(218,209,211)
#DDD5D7
(221,213,215)
#E0D9DB
(224,217,219)
#E3DDDF
(227,221,223)
#E6E1E3
(230,225,227)
#E9E5E7
(233,229,231)
#ECE9EB
(236,233,235)
#EFEDEF
(239,237,239)
#F2F1F3
(242,241,243)
#F5F5F7
(245,245,247)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD1D3; }

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

This text font color is #DAD1D3.


Background Color

.myBgColor { background-color: #DAD1D3; }

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

This div background color is #DAD1D3.


Border color

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

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

This div border color is #DAD1D3.


Opacity

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

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

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

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

This text has shadow with #DAD1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD1D3 on black background.


Color preview on white background

This text has color #DAD1D3 on white background.



Black color preview on #DAD1D3 background

This text has black color on #DAD1D3 background.


White color preview on #DAD1D3 background

This text has white color on #DAD1D3 background.