COLOR #D4D2DA

HEX: #D4D2DA RGB: (212,210,218)

Color info

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

RGB color model

#D4D2DA color RGB value is (212,210,218).

RGB: (212,210,218) (83%, 82%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 210 of 255 = 82%
B 218 of 255 = 85%

212
210
218

R + G + B ~ 83%. #D4D2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 210 + 218 = 640 (100%)
R 212 of 640 ~ 33.13%
G 210 of 640 ~ 32.81%
B 218 of 640 ~ 34.06'%

%33.13
%32.81
%34.06

CMYK color model

#D4D2DA color CMYK value is (3,4,0,15).

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

CMYK: (3,4,0,15)
C3M4Y0K15 (3%, 4%, 0%, 15%)
(0.03 / 0.04 / 0.00 / 0.15)

CMYK percentages

%2.75
%3.67
%0
%14.51

Codes

Color #D4D2DA in popluar color models

D4 D2 DA
RGB 212 210 218
HSL 255° 9.76% 83.92%
HSB/HSV 255° 3.67% 85.49%
CMYK 2.75% 3.67% 0.00%
14.51%

Color #D4D2DA in popluar number systems.

HEX D4 D2 DA
Decimal 212 210 218
Binary 11010100 11010010 11011010
Octal 324 322 332

Shades and tints

Shades of #D4D2DA

#D4D2DA
(212,210,218)
#C1BFC7
(193,191,199)
#AEACB4
(174,172,180)
#9B99A1
(155,153,161)
#88868E
(136,134,142)
#75737B
(117,115,123)
#626068
(98,96,104)
#4F4D55
(79,77,85)
#3C3A42
(60,58,66)
#29272F
(41,39,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #D4D2DA

#D4D2DA
(212,210,218)
#D7D6DD
(215,214,221)
#DADAE0
(218,218,224)
#DDDEE3
(221,222,227)
#E0E2E6
(224,226,230)
#E3E6E9
(227,230,233)
#E6EAEC
(230,234,236)
#E9EEEF
(233,238,239)
#ECF2F2
(236,242,242)
#EFF6F5
(239,246,245)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D2DA; }

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

This text font color is #D4D2DA.

Background Color

.myBgColor { background-color: #D4D2DA; }

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

This div background color is #D4D2DA.

Border color

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

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

This div border color is #D4D2DA.

Opacity

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

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

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

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

This text has shadow with #D4D2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D2DA.

Preview

Color preview on black background

This text has color #D4D2DA on black background.


Color preview on white background

This text has color #D4D2DA on white background.


Black color preview on #D4D2DA background

This text has black color on #D4D2DA background.


White color preview on #D4D2DA background

This text has white color on #D4D2DA background.


Related colors

Complementary color

Complementary color for #hex is #2B2D25.


I love getcolorcode.com

Triadic colors

1 #DAD4D2 and #D2DAD4 with #D4D2DA are triadic colors.

2 #DAD2D4 and #D2D4DA with #D4D2DA are triadic colors.