COLOR #DAD9DB

HEX: #DAD9DB RGB: (218,217,219)

Color info

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

RGB color model

#DAD9DB color RGB value is (218,217,219).

RGB: (218,217,219) (85%, 85%, 86%)

RGB channels and saturation

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

218
217
219

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

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 219 = 654 (100%)
R 218 of 654 ~ 33.33%
G 217 of 654 ~ 33.18%
B 219 of 654 ~ 33.49'%

%33.33
%33.18
%33.49

CMYK color model

#DAD9DB color CMYK value is (0,1,0,14).

  • cyan value is 0.46%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (0,1,0,14) C0M1Y0K14 (0%,1%,0%,14%) (0.00/0.01/0.00/0.14) 

CMYK percentages

%0.46
%0.91
%0
%14.12

Codes

Color #DAD9DB in popluar color models

DA D9 DB
RGB 218 217 219
HSL 270° 2.70% 85.49%
HSB/HSV 270° 0.91% 85.88%
CMYK 0.46% 0.91% 0.00%
14.12%

Color #DAD9DB in popluar number systems.

HEX DA D9 DB
Decimal 218 217 219
Binary 11011010 11011001 11011011
Octal 332 331 333

Shades and tints

Shades of #DAD9DB

#DAD9DB
(218,217,219)
#C7C6C8
(199,198,200)
#B4B3B5
(180,179,181)
#A1A0A2
(161,160,162)
#8E8D8F
(142,141,143)
#7B7A7C
(123,122,124)
#686769
(104,103,105)
#555456
(85,84,86)
#424143
(66,65,67)
#2F2E30
(47,46,48)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #DAD9DB

#DAD9DB
(218,217,219)
#DDDCDE
(221,220,222)
#E0DFE1
(224,223,225)
#E3E2E4
(227,226,228)
#E6E5E7
(230,229,231)
#E9E8EA
(233,232,234)
#ECEBED
(236,235,237)
#EFEEF0
(239,238,240)
#F2F1F3
(242,241,243)
#F5F4F6
(245,244,246)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9DB; }

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

This text font color is #DAD9DB.

Background Color

.myBgColor { background-color: #DAD9DB; }

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

This div background color is #DAD9DB.

Border color

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

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

This div border color is #DAD9DB.

Opacity

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

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

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

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

This text has shadow with #DAD9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9DB.

Preview

Color preview on black background

This text has color #DAD9DB on black background.


Color preview on white background

This text has color #DAD9DB on white background.


Black color preview on #DAD9DB background

This text has black color on #DAD9DB background.


White color preview on #DAD9DB background

This text has white color on #DAD9DB background.


Related colors

Complementary color

Complementary color for #hex is #252624.


I love getcolorcode.com

Triadic colors

1 #DBDAD9 and #D9DBDA with #DAD9DB are triadic colors.

2 #DBD9DA and #D9DADB with #DAD9DB are triadic colors.