COLOR #D6C0D7

HEX: #D6C0D7
RGB: (214,192,215)

Color info

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

RGB color model

#D6C0D7 color RGB value is (214,192,215).

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

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 215 of 255 = 84%

214
192
215

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

Portions of RGB colors in percentages

R + G + B =
214 + 192 + 215 = 621 (100%)
R 214 of 621 ~ 34.46%
G 192 of 621 ~ 30.92%
B 215 of 621 ~ 34.62%

%34.46
%30.92
%34.62

CMYK color model

#D6C0D7 color CMYK value is (0,11,0,16).

  • cyan value is 0.47%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (0,11,0,16) C0M11Y0K16 (0%,11%,0%,16%) (0.00/0.11/0.00/0.16)

CMYK percentages

%0.47
%10.7
%0
%15.69

Codes

Color #D6C0D7 in popluar color models

D6C0D7
RGB214192215
HSL297°22.33%79.80%
HSB/HSV297°10.70%84.31%
CMYK0.47%10.70%0.00%
15.69%

Color #D6C0D7 in popluar number systems.

HEXD6C0D7
Decimal214192215
Binary110101101100000011010111
Octal326300327

Shades and tints

Shades of #D6C0D7

#D6C0D7
(214,192,215)
#C3AFC4
(195,175,196)
#B09EB1
(176,158,177)
#9D8D9E
(157,141,158)
#8A7C8B
(138,124,139)
#776B78
(119,107,120)
#645A65
(100,90,101)
#514952
(81,73,82)
#3E383F
(62,56,63)
#2B272C
(43,39,44)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6C0D7

#D6C0D7
(214,192,215)
#D9C5DA
(217,197,218)
#DCCADD
(220,202,221)
#DFCFE0
(223,207,224)
#E2D4E3
(226,212,227)
#E5D9E6
(229,217,230)
#E8DEE9
(232,222,233)
#EBE3EC
(235,227,236)
#EEE8EF
(238,232,239)
#F1EDF2
(241,237,242)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C0D7; }

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

This text font color is #D6C0D7.


Background Color

.myBgColor { background-color: #D6C0D7; }

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

This div background color is #D6C0D7.


Border color

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

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

This div border color is #D6C0D7.


Opacity

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

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

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

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

This text has shadow with #D6C0D7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6C0D7 on black background.


Color preview on white background

This text has color #D6C0D7 on white background.



Black color preview on #D6C0D7 background

This text has black color on #D6C0D7 background.


White color preview on #D6C0D7 background

This text has white color on #D6C0D7 background.