COLOR #D2C6D6

HEX: #D2C6D6
RGB: (210,198,214)

Color info

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

RGB color model

#D2C6D6 color RGB value is (210,198,214).

  • red value is 210;
  • green value is 198;
  • blue value is 214.
RGB:
(210,198,214)
(82%,78%,84%)

RGB channels and saturation

R 210 of 255 = 82%
G 198 of 255 = 78%
B 214 of 255 = 84%

210
198
214

R + G + B ~ 81%. #D2C6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 198 + 214 = 622 (100%)
R 210 of 622 ~ 33.76%
G 198 of 622 ~ 31.83%
B 214 of 622 ~ 34.41%

%33.76
%31.83
%34.41

CMYK color model

#D2C6D6 color CMYK value is (2,7,0,16).

  • cyan value is 1.87%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,7,0,16)
C2M7Y0K16 
(2%,7%,0%,16%)
(0.02/0.07/0.00/0.16)	

CMYK percentages

%1.87
%7.48
%0
%16.08

Codes

Color #D2C6D6 in popluar color models

D2C6D6
RGB210198214
HSL285°16.33%80.78%
HSB/HSV285°7.48%83.92%
CMYK1.87%7.48%0.00%
16.08%

Color #D2C6D6 in popluar number systems.

HEXD2C6D6
Decimal210198214
Binary110100101100011011010110
Octal322306326

Shades and tints

Shades of #D2C6D6

#D2C6D6
(210,198,214)
#BFB4C3
(191,180,195)
#ACA2B0
(172,162,176)
#99909D
(153,144,157)
#867E8A
(134,126,138)
#736C77
(115,108,119)
#605A64
(96,90,100)
#4D4851
(77,72,81)
#3A363E
(58,54,62)
#27242B
(39,36,43)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #D2C6D6

#D2C6D6
(210,198,214)
#D6CBD9
(214,203,217)
#DAD0DC
(218,208,220)
#DED5DF
(222,213,223)
#E2DAE2
(226,218,226)
#E6DFE5
(230,223,229)
#EAE4E8
(234,228,232)
#EEE9EB
(238,233,235)
#F2EEEE
(242,238,238)
#F6F3F1
(246,243,241)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C6D6; }

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

This text font color is #D2C6D6.


Background Color

.myBgColor { background-color: #D2C6D6; }

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

This div background color is #D2C6D6.


Border color

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

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

This div border color is #D2C6D6.


Opacity

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

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

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

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

This text has shadow with #D2C6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C6D6 on black background.


Color preview on white background

This text has color #D2C6D6 on white background.



Black color preview on #D2C6D6 background

This text has black color on #D2C6D6 background.


White color preview on #D2C6D6 background

This text has white color on #D2C6D6 background.