COLOR #D4DAD5

HEX: #D4DAD5 RGB: (212,218,213)

Color info

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

RGB color model

#D4DAD5 color RGB value is (212,218,213).

RGB: (212,218,213) (83%, 85%, 84%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 213 of 255 = 84%

212
218
213

R + G + B ~ 84%. #D4DAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 213 = 643 (100%)
R 212 of 643 ~ 32.97%
G 218 of 643 ~ 33.9%
B 213 of 643 ~ 33.13'%

%32.97
%33.9
%33.13

CMYK color model

#D4DAD5 color CMYK value is (3,0,2,15).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 14.51%

CMYK: (3,0,2,15)
C3M0Y2K15 (3%, 0%, 2%, 15%)
(0.03 / 0.00 / 0.02 / 0.15)

CMYK percentages

%2.75
%0
%2.29
%14.51

Codes

Color #D4DAD5 in popluar color models

D4 DA D5
RGB 212 218 213
HSL 130° 7.50% 84.31%
HSB/HSV 130° 2.75% 85.49%
CMYK 2.75% 0.00% 2.29%
14.51%

Color #D4DAD5 in popluar number systems.

HEX D4 DA D5
Decimal 212 218 213
Binary 11010100 11011010 11010101
Octal 324 332 325

Shades and tints

Shades of #D4DAD5

#D4DAD5
(212,218,213)
#C1C7C2
(193,199,194)
#AEB4AF
(174,180,175)
#9BA19C
(155,161,156)
#888E89
(136,142,137)
#757B76
(117,123,118)
#626863
(98,104,99)
#4F5550
(79,85,80)
#3C423D
(60,66,61)
#292F2A
(41,47,42)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #D4DAD5

#D4DAD5
(212,218,213)
#D7DDD8
(215,221,216)
#DAE0DB
(218,224,219)
#DDE3DE
(221,227,222)
#E0E6E1
(224,230,225)
#E3E9E4
(227,233,228)
#E6ECE7
(230,236,231)
#E9EFEA
(233,239,234)
#ECF2ED
(236,242,237)
#EFF5F0
(239,245,240)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAD5; }

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

This text font color is #D4DAD5.

Background Color

.myBgColor { background-color: #D4DAD5; }

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

This div background color is #D4DAD5.

Border color

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

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

This div border color is #D4DAD5.

Opacity

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

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

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

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

This text has shadow with #D4DAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DAD5.

Preview

Color preview on black background

This text has color #D4DAD5 on black background.


Color preview on white background

This text has color #D4DAD5 on white background.


Black color preview on #D4DAD5 background

This text has black color on #D4DAD5 background.


White color preview on #D4DAD5 background

This text has white color on #D4DAD5 background.


Related colors

Complementary color

Complementary color for #hex is #2B252A.


I love getcolorcode.com

Triadic colors

1 #D5D4DA and #DAD5D4 with #D4DAD5 are triadic colors.

2 #D5DAD4 and #DAD4D5 with #D4DAD5 are triadic colors.