COLOR #DADBDD

HEX: #DADBDD RGB: (218,219,221)

Color info

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

RGB color model

#DADBDD color RGB value is (218,219,221).

RGB: (218,219,221) (85%, 86%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 219 of 255 = 86%
B 221 of 255 = 87%

218
219
221

R + G + B ~ 86%. #DADBDD is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 219 + 221 = 658 (100%)
R 218 of 658 ~ 33.13%
G 219 of 658 ~ 33.28%
B 221 of 658 ~ 33.59'%

%33.13
%33.28
%33.59

CMYK color model

#DADBDD color CMYK value is (1,1,0,13).

  • cyan value is 1.36%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,1,0,13)
C1M1Y0K13 (1%, 1%, 0%, 13%)
(0.01 / 0.01 / 0.00 / 0.13)

CMYK percentages

%1.36
%0.9
%0
%13.33

Codes

Color #DADBDD in popluar color models

DA DB DD
RGB 218 219 221
HSL 220° 4.23% 86.08%
HSB/HSV 220° 1.36% 86.67%
CMYK 1.36% 0.90% 0.00%
13.33%

Color #DADBDD in popluar number systems.

HEX DA DB DD
Decimal 218 219 221
Binary 11011010 11011011 11011101
Octal 332 333 335

Shades and tints

Shades of #DADBDD

#DADBDD
(218,219,221)
#C7C8C9
(199,200,201)
#B4B5B5
(180,181,181)
#A1A2A1
(161,162,161)
#8E8F8D
(142,143,141)
#7B7C79
(123,124,121)
#686965
(104,105,101)
#555651
(85,86,81)
#42433D
(66,67,61)
#2F3029
(47,48,41)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #DADBDD

#DADBDD
(218,219,221)
#DDDEE0
(221,222,224)
#E0E1E3
(224,225,227)
#E3E4E6
(227,228,230)
#E6E7E9
(230,231,233)
#E9EAEC
(233,234,236)
#ECEDEF
(236,237,239)
#EFF0F2
(239,240,242)
#F2F3F5
(242,243,245)
#F5F6F8
(245,246,248)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADBDD; }

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

This text font color is #DADBDD.

Background Color

.myBgColor { background-color: #DADBDD; }

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

This div background color is #DADBDD.

Border color

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

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

This div border color is #DADBDD.

Opacity

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

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

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

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

This text has shadow with #DADBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADBDD.

Preview

Color preview on black background

This text has color #DADBDD on black background.


Color preview on white background

This text has color #DADBDD on white background.


Black color preview on #DADBDD background

This text has black color on #DADBDD background.


White color preview on #DADBDD background

This text has white color on #DADBDD background.


Related colors

Complementary color

Complementary color for #hex is #252422.


I love getcolorcode.com

Triadic colors

1 #DDDADB and #DBDDDA with #DADBDD are triadic colors.

2 #DDDBDA and #DBDADD with #DADBDD are triadic colors.