COLOR #D6C0DB

HEX: #D6C0DB
RGB: (214,192,219)

Color info

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

RGB color model

#D6C0DB color RGB value is (214,192,219).

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

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 219 of 255 = 86%

214
192
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 192 + 219 = 625 (100%)
R 214 of 625 ~ 34.24%
G 192 of 625 ~ 30.72%
B 219 of 625 ~ 35.04%

%34.24
%30.72
%35.04

CMYK color model

#D6C0DB color CMYK value is (2,12,0,14).

  • cyan value is 2.28%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (2,12,0,14) C2M12Y0K14 (2%,12%,0%,14%) (0.02/0.12/0.00/0.14)

CMYK percentages

%2.28
%12.33
%0
%14.12

Codes

Color #D6C0DB in popluar color models

D6C0DB
RGB214192219
HSL289°27.27%80.59%
HSB/HSV289°12.33%85.88%
CMYK2.28%12.33%0.00%
14.12%

Color #D6C0DB in popluar number systems.

HEXD6C0DB
Decimal214192219
Binary110101101100000011011011
Octal326300333

Shades and tints

Shades of #D6C0DB

#D6C0DB
(214,192,219)
#C3AFC8
(195,175,200)
#B09EB5
(176,158,181)
#9D8DA2
(157,141,162)
#8A7C8F
(138,124,143)
#776B7C
(119,107,124)
#645A69
(100,90,105)
#514956
(81,73,86)
#3E3843
(62,56,67)
#2B2730
(43,39,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #D6C0DB

#D6C0DB
(214,192,219)
#D9C5DE
(217,197,222)
#DCCAE1
(220,202,225)
#DFCFE4
(223,207,228)
#E2D4E7
(226,212,231)
#E5D9EA
(229,217,234)
#E8DEED
(232,222,237)
#EBE3F0
(235,227,240)
#EEE8F3
(238,232,243)
#F1EDF6
(241,237,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C0DB; }

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

This text font color is #D6C0DB.


Background Color

.myBgColor { background-color: #D6C0DB; }

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

This div background color is #D6C0DB.


Border color

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

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

This div border color is #D6C0DB.


Opacity

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

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

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

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

This text has shadow with #D6C0DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6C0DB on black background.


Color preview on white background

This text has color #D6C0DB on white background.



Black color preview on #D6C0DB background

This text has black color on #D6C0DB background.


White color preview on #D6C0DB background

This text has white color on #D6C0DB background.