COLOR #D2DDC1

HEX: #D2DDC1
RGB: (210,221,193)

Color info

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

RGB color model

#D2DDC1 color RGB value is (210,221,193).

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

RGB channels and saturation

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

210
221
193

R + G + B ~ 82%. #D2DDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 221 + 193 = 624 (100%)
R 210 of 624 ~ 33.65%
G 221 of 624 ~ 35.42%
B 193 of 624 ~ 30.93%

%33.65
%35.42
%30.93

CMYK color model

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

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

CMYK percentages

%4.98
%0
%12.67
%13.33

Codes

Color #D2DDC1 in popluar color models

D2DDC1
RGB210221193
HSL84°29.17%81.18%
HSB/HSV84°12.67%86.67%
CMYK4.98%0.00%12.67%
13.33%

Color #D2DDC1 in popluar number systems.

HEXD2DDC1
Decimal210221193
Binary110100101101110111000001
Octal322335301

Shades and tints

Shades of #D2DDC1

#D2DDC1
(210,221,193)
#BFC9B0
(191,201,176)
#ACB59F
(172,181,159)
#99A18E
(153,161,142)
#868D7D
(134,141,125)
#73796C
(115,121,108)
#60655B
(96,101,91)
#4D514A
(77,81,74)
#3A3D39
(58,61,57)
#272928
(39,41,40)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #D2DDC1

#D2DDC1
(210,221,193)
#D6E0C6
(214,224,198)
#DAE3CB
(218,227,203)
#DEE6D0
(222,230,208)
#E2E9D5
(226,233,213)
#E6ECDA
(230,236,218)
#EAEFDF
(234,239,223)
#EEF2E4
(238,242,228)
#F2F5E9
(242,245,233)
#F6F8EE
(246,248,238)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DDC1; }

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

This text font color is #D2DDC1.


Background Color

.myBgColor { background-color: #D2DDC1; }

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

This div background color is #D2DDC1.


Border color

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

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

This div border color is #D2DDC1.


Opacity

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

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

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

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

This text has shadow with #D2DDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DDC1 on black background.


Color preview on white background

This text has color #D2DDC1 on white background.



Black color preview on #D2DDC1 background

This text has black color on #D2DDC1 background.


White color preview on #D2DDC1 background

This text has white color on #D2DDC1 background.