COLOR #D4DADE

HEX: #D4DADE RGB: (212,218,222)

Color info

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

RGB color model

#D4DADE color RGB value is (212,218,222).

RGB: (212,218,222) (83%, 85%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 222 of 255 = 87%

212
218
222

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

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 222 = 652 (100%)
R 212 of 652 ~ 32.52%
G 218 of 652 ~ 33.44%
B 222 of 652 ~ 34.05'%

%32.52
%33.44
%34.05

CMYK color model

#D4DADE color CMYK value is (5,2,0,13).

  • cyan value is 4.50%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (5,2,0,13) C5M2Y0K13 (5%,2%,0%,13%) (0.05/0.02/0.00/0.13) 

CMYK percentages

%4.5
%1.8
%0
%12.94

Codes

Color #D4DADE in popluar color models

D4 DA DE
RGB 212 218 222
HSL 204° 13.16% 85.10%
HSB/HSV 204° 4.50% 87.06%
CMYK 4.50% 1.80% 0.00%
12.94%

Color #D4DADE in popluar number systems.

HEX D4 DA DE
Decimal 212 218 222
Binary 11010100 11011010 11011110
Octal 324 332 336

Shades and tints

Shades of #D4DADE

#D4DADE
(212,218,222)
#C1C7CA
(193,199,202)
#AEB4B6
(174,180,182)
#9BA1A2
(155,161,162)
#888E8E
(136,142,142)
#757B7A
(117,123,122)
#626866
(98,104,102)
#4F5552
(79,85,82)
#3C423E
(60,66,62)
#292F2A
(41,47,42)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #D4DADE

#D4DADE
(212,218,222)
#D7DDE1
(215,221,225)
#DAE0E4
(218,224,228)
#DDE3E7
(221,227,231)
#E0E6EA
(224,230,234)
#E3E9ED
(227,233,237)
#E6ECF0
(230,236,240)
#E9EFF3
(233,239,243)
#ECF2F6
(236,242,246)
#EFF5F9
(239,245,249)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DADE; }

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

This text font color is #D4DADE.

Background Color

.myBgColor { background-color: #D4DADE; }

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

This div background color is #D4DADE.

Border color

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

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

This div border color is #D4DADE.

Opacity

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

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

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

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

This text has shadow with #D4DADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DADE.

Preview

Color preview on black background

This text has color #D4DADE on black background.


Color preview on white background

This text has color #D4DADE on white background.


Black color preview on #D4DADE background

This text has black color on #D4DADE background.


White color preview on #D4DADE background

This text has white color on #D4DADE background.


Related colors

Complementary color

Complementary color for #hex is #2B2521.


I love getcolorcode.com

Triadic colors

1 #DED4DA and #DADED4 with #D4DADE are triadic colors.

2 #DEDAD4 and #DAD4DE with #D4DADE are triadic colors.