COLOR #D6CCD8

HEX: #D6CCD8
RGB: (214,204,216)

Color info

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

RGB color model

#D6CCD8 color RGB value is (214,204,216).

  • red value is 214;
  • green value is 204;
  • blue value is 216.
RGB:
(214,204,216)
(84%,80%,85%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 216 of 255 = 85%

214
204
216

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

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 216 = 634 (100%)
R 214 of 634 ~ 33.75%
G 204 of 634 ~ 32.18%
B 216 of 634 ~ 34.07%

%33.75
%32.18
%34.07

CMYK color model

#D6CCD8 color CMYK value is (1,6,0,15).

  • cyan value is 0.93%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(1,6,0,15)
C1M6Y0K15 
(1%,6%,0%,15%)
(0.01/0.06/0.00/0.15)	

CMYK percentages

%0.93
%5.56
%0
%15.29

Codes

Color #D6CCD8 in popluar color models

D6CCD8
RGB214204216
HSL290°13.33%82.35%
HSB/HSV290°5.56%84.71%
CMYK0.93%5.56%0.00%
15.29%

Color #D6CCD8 in popluar number systems.

HEXD6CCD8
Decimal214204216
Binary110101101100110011011000
Octal326314330

Shades and tints

Shades of #D6CCD8

#D6CCD8
(214,204,216)
#C3BAC5
(195,186,197)
#B0A8B2
(176,168,178)
#9D969F
(157,150,159)
#8A848C
(138,132,140)
#777279
(119,114,121)
#646066
(100,96,102)
#514E53
(81,78,83)
#3E3C40
(62,60,64)
#2B2A2D
(43,42,45)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #D6CCD8

#D6CCD8
(214,204,216)
#D9D0DB
(217,208,219)
#DCD4DE
(220,212,222)
#DFD8E1
(223,216,225)
#E2DCE4
(226,220,228)
#E5E0E7
(229,224,231)
#E8E4EA
(232,228,234)
#EBE8ED
(235,232,237)
#EEECF0
(238,236,240)
#F1F0F3
(241,240,243)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CCD8 color. Also use rgb(214,204,216) instead hex code.

Text Font Color

.myTextColor { color: #D6CCD8; }

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

This text font color is #D6CCD8.


Background Color

.myBgColor { background-color: #D6CCD8; }

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

This div background color is #D6CCD8.


Border color

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

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

This div border color is #D6CCD8.


Opacity

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

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

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

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

This text has shadow with #D6CCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCD8 on black background.


Color preview on white background

This text has color #D6CCD8 on white background.



Black color preview on #D6CCD8 background

This text has black color on #D6CCD8 background.


White color preview on #D6CCD8 background

This text has white color on #D6CCD8 background.