COLOR #D3C6DB

HEX: #D3C6DB
RGB: (211,198,219)

Color info

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

RGB color model

#D3C6DB color RGB value is (211,198,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 198 of 255 = 78%
B 219 of 255 = 86%

211
198
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 198 + 219 = 628 (100%)
R 211 of 628 ~ 33.6%
G 198 of 628 ~ 31.53%
B 219 of 628 ~ 34.87%

%33.6
%31.53
%34.87

CMYK color model

#D3C6DB color CMYK value is (4,10,0,14).

  • cyan value is 3.65%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,10,0,14)
C4M10Y0K14 
(4%,10%,0%,14%)
(0.04/0.10/0.00/0.14)	

CMYK percentages

%3.65
%9.59
%0
%14.12

Codes

Color #D3C6DB in popluar color models

D3C6DB
RGB211198219
HSL277°22.58%81.76%
HSB/HSV277°9.59%85.88%
CMYK3.65%9.59%0.00%
14.12%

Color #D3C6DB in popluar number systems.

HEXD3C6DB
Decimal211198219
Binary110100111100011011011011
Octal323306333

Shades and tints

Shades of #D3C6DB

#D3C6DB
(211,198,219)
#C0B4C8
(192,180,200)
#ADA2B5
(173,162,181)
#9A90A2
(154,144,162)
#877E8F
(135,126,143)
#746C7C
(116,108,124)
#615A69
(97,90,105)
#4E4856
(78,72,86)
#3B3643
(59,54,67)
#282430
(40,36,48)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #D3C6DB

#D3C6DB
(211,198,219)
#D7CBDE
(215,203,222)
#DBD0E1
(219,208,225)
#DFD5E4
(223,213,228)
#E3DAE7
(227,218,231)
#E7DFEA
(231,223,234)
#EBE4ED
(235,228,237)
#EFE9F0
(239,233,240)
#F3EEF3
(243,238,243)
#F7F3F6
(247,243,246)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C6DB; }

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

This text font color is #D3C6DB.


Background Color

.myBgColor { background-color: #D3C6DB; }

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

This div background color is #D3C6DB.


Border color

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

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

This div border color is #D3C6DB.


Opacity

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

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

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

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

This text has shadow with #D3C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C6DB on black background.


Color preview on white background

This text has color #D3C6DB on white background.



Black color preview on #D3C6DB background

This text has black color on #D3C6DB background.


White color preview on #D3C6DB background

This text has white color on #D3C6DB background.