COLOR #D2D2DD

HEX: #D2D2DD
RGB: (210,210,221)

Color info

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

RGB color model

#D2D2DD color RGB value is (210,210,221).

  • red value is 210;
  • green value is 210;
  • blue value is 221.
RGB:
(210,210,221)
(82%,82%,87%)

RGB channels and saturation

R 210 of 255 = 82%
G 210 of 255 = 82%
B 221 of 255 = 87%

210
210
221

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

Portions of RGB colors in percentages

R + G + B =
210 + 210 + 221 = 641 (100%)
R 210 of 641 ~ 32.76%
G 210 of 641 ~ 32.76%
B 221 of 641 ~ 34.48%

%32.76
%32.76
%34.48

CMYK color model

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

  • cyan value is 4.98%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,5,0,13)
C5M5Y0K13 
(5%,5%,0%,13%)
(0.05/0.05/0.00/0.13)	

CMYK percentages

%4.98
%4.98
%0
%13.33

Codes

Color #D2D2DD in popluar color models

D2D2DD
RGB210210221
HSL240°13.92%84.51%
HSB/HSV240°4.98%86.67%
CMYK4.98%4.98%0.00%
13.33%

Color #D2D2DD in popluar number systems.

HEXD2D2DD
Decimal210210221
Binary110100101101001011011101
Octal322322335

Shades and tints

Shades of #D2D2DD

#D2D2DD
(210,210,221)
#BFBFC9
(191,191,201)
#ACACB5
(172,172,181)
#9999A1
(153,153,161)
#86868D
(134,134,141)
#737379
(115,115,121)
#606065
(96,96,101)
#4D4D51
(77,77,81)
#3A3A3D
(58,58,61)
#272729
(39,39,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #D2D2DD

#D2D2DD
(210,210,221)
#D6D6E0
(214,214,224)
#DADAE3
(218,218,227)
#DEDEE6
(222,222,230)
#E2E2E9
(226,226,233)
#E6E6EC
(230,230,236)
#EAEAEF
(234,234,239)
#EEEEF2
(238,238,242)
#F2F2F5
(242,242,245)
#F6F6F8
(246,246,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D2DD; }

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

This text font color is #D2D2DD.


Background Color

.myBgColor { background-color: #D2D2DD; }

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

This div background color is #D2D2DD.


Border color

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

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

This div border color is #D2D2DD.


Opacity

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

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

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

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

This text has shadow with #D2D2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D2DD on black background.


Color preview on white background

This text has color #D2D2DD on white background.



Black color preview on #D2D2DD background

This text has black color on #D2D2DD background.


White color preview on #D2D2DD background

This text has white color on #D2D2DD background.