COLOR #D6C6DB

HEX: #D6C6DB
RGB: (214,198,219)

Color info

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

RGB color model

#D6C6DB color RGB value is (214,198,219).

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

RGB channels and saturation

R 214 of 255 = 84%
G 198 of 255 = 78%
B 219 of 255 = 86%

214
198
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 198 + 219 = 631 (100%)
R 214 of 631 ~ 33.91%
G 198 of 631 ~ 31.38%
B 219 of 631 ~ 34.71%

%33.91
%31.38
%34.71

CMYK color model

#D6C6DB color CMYK value is (2,10,0,14).

  • cyan value is 2.28%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,10,0,14)
C2M10Y0K14 
(2%,10%,0%,14%)
(0.02/0.10/0.00/0.14)	

CMYK percentages

%2.28
%9.59
%0
%14.12

Codes

Color #D6C6DB in popluar color models

D6C6DB
RGB214198219
HSL286°22.58%81.76%
HSB/HSV286°9.59%85.88%
CMYK2.28%9.59%0.00%
14.12%

Color #D6C6DB in popluar number systems.

HEXD6C6DB
Decimal214198219
Binary110101101100011011011011
Octal326306333

Shades and tints

Shades of #D6C6DB

#D6C6DB
(214,198,219)
#C3B4C8
(195,180,200)
#B0A2B5
(176,162,181)
#9D90A2
(157,144,162)
#8A7E8F
(138,126,143)
#776C7C
(119,108,124)
#645A69
(100,90,105)
#514856
(81,72,86)
#3E3643
(62,54,67)
#2B2430
(43,36,48)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #D6C6DB

#D6C6DB
(214,198,219)
#D9CBDE
(217,203,222)
#DCD0E1
(220,208,225)
#DFD5E4
(223,213,228)
#E2DAE7
(226,218,231)
#E5DFEA
(229,223,234)
#E8E4ED
(232,228,237)
#EBE9F0
(235,233,240)
#EEEEF3
(238,238,243)
#F1F3F6
(241,243,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C6DB; }

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

This text font color is #D6C6DB.


Background Color

.myBgColor { background-color: #D6C6DB; }

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

This div background color is #D6C6DB.


Border color

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

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

This div border color is #D6C6DB.


Opacity

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

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

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

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

This text has shadow with #D6C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6DB on black background.


Color preview on white background

This text has color #D6C6DB on white background.



Black color preview on #D6C6DB background

This text has black color on #D6C6DB background.


White color preview on #D6C6DB background

This text has white color on #D6C6DB background.