COLOR #D3DADD

HEX: #D3DADD RGB: (211,218,221)

Color info

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

RGB color model

#D3DADD color RGB value is (211,218,221).

RGB: (211,218,221) (83%, 85%, 87%)

RGB channels and saturation

R 211 of 255 = 83%
G 218 of 255 = 85%
B 221 of 255 = 87%

211
218
221

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

Portions of RGB colors in percentages

R + G + B = 211 + 218 + 221 = 650 (100%)
R 211 of 650 ~ 32.46%
G 218 of 650 ~ 33.54%
B 221 of 650 ~ 34'%

%32.46
%33.54
%34

CMYK color model

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

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

CMYK: (5,1,0,13)
C5M1Y0K13 (5%, 1%, 0%, 13%)
(0.05 / 0.01 / 0.00 / 0.13)

CMYK percentages

%4.52
%1.36
%0
%13.33

Codes

Color #D3DADD in popluar color models

D3 DA DD
RGB 211 218 221
HSL 198° 12.82% 84.71%
HSB/HSV 198° 4.52% 86.67%
CMYK 4.52% 1.36% 0.00%
13.33%

Color #D3DADD in popluar number systems.

HEX D3 DA DD
Decimal 211 218 221
Binary 11010011 11011010 11011101
Octal 323 332 335

Shades and tints

Shades of #D3DADD

#D3DADD
(211,218,221)
#C0C7C9
(192,199,201)
#ADB4B5
(173,180,181)
#9AA1A1
(154,161,161)
#878E8D
(135,142,141)
#747B79
(116,123,121)
#616865
(97,104,101)
#4E5551
(78,85,81)
#3B423D
(59,66,61)
#282F29
(40,47,41)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #D3DADD

#D3DADD
(211,218,221)
#D7DDE0
(215,221,224)
#DBE0E3
(219,224,227)
#DFE3E6
(223,227,230)
#E3E6E9
(227,230,233)
#E7E9EC
(231,233,236)
#EBECEF
(235,236,239)
#EFEFF2
(239,239,242)
#F3F2F5
(243,242,245)
#F7F5F8
(247,245,248)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DADD; }

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

This text font color is #D3DADD.

Background Color

.myBgColor { background-color: #D3DADD; }

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

This div background color is #D3DADD.

Border color

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

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

This div border color is #D3DADD.

Opacity

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

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

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

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

This text has shadow with #D3DADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DADD.

Preview

Color preview on black background

This text has color #D3DADD on black background.


Color preview on white background

This text has color #D3DADD on white background.


Black color preview on #D3DADD background

This text has black color on #D3DADD background.


White color preview on #D3DADD background

This text has white color on #D3DADD background.


Related colors

Complementary color

Complementary color for #hex is #2C2522.


I love getcolorcode.com

Triadic colors

1 #DDD3DA and #DADDD3 with #D3DADD are triadic colors.

2 #DDDAD3 and #DAD3DD with #D3DADD are triadic colors.