COLOR #DAD9DA

HEX: #DAD9DA
RGB: (218,217,218)

Color info

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

RGB color model

#DAD9DA color RGB value is (218,217,218).

  • red value is 218;
  • green value is 217;
  • blue value is 218.
RGB:
(218,217,218)
(85%,85%,85%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 218 of 255 = 85%

218
217
218

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

Portions of RGB colors in percentages

R + G + B =
218 + 217 + 218 = 653 (100%)
R 218 of 653 ~ 33.38%
G 217 of 653 ~ 33.23%
B 218 of 653 ~ 33.38%

%33.38
%33.23
%33.38

CMYK color model

#DAD9DA color CMYK value is (0,0,0,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(0,0,0,15)
C0M0Y0K15 
(0%,0%,0%,15%)
(0.00/0.00/0.00/0.15)	

CMYK percentages

%0
%0.46
%0
%14.51

Codes

Color #DAD9DA in popluar color models

DAD9DA
RGB218217218
HSL300°1.33%85.29%
HSB/HSV300°0.46%85.49%
CMYK0.00%0.46%0.00%
14.51%

Color #DAD9DA in popluar number systems.

HEXDAD9DA
Decimal218217218
Binary110110101101100111011010
Octal332331332

Shades and tints

Shades of #DAD9DA

#DAD9DA
(218,217,218)
#C7C6C7
(199,198,199)
#B4B3B4
(180,179,180)
#A1A0A1
(161,160,161)
#8E8D8E
(142,141,142)
#7B7A7B
(123,122,123)
#686768
(104,103,104)
#555455
(85,84,85)
#424142
(66,65,66)
#2F2E2F
(47,46,47)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #DAD9DA

#DAD9DA
(218,217,218)
#DDDCDD
(221,220,221)
#E0DFE0
(224,223,224)
#E3E2E3
(227,226,227)
#E6E5E6
(230,229,230)
#E9E8E9
(233,232,233)
#ECEBEC
(236,235,236)
#EFEEEF
(239,238,239)
#F2F1F2
(242,241,242)
#F5F4F5
(245,244,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9DA; }

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

This text font color is #DAD9DA.


Background Color

.myBgColor { background-color: #DAD9DA; }

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

This div background color is #DAD9DA.


Border color

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

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

This div border color is #DAD9DA.


Opacity

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

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

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

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

This text has shadow with #DAD9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD9DA on black background.


Color preview on white background

This text has color #DAD9DA on white background.



Black color preview on #DAD9DA background

This text has black color on #DAD9DA background.


White color preview on #DAD9DA background

This text has white color on #DAD9DA background.