COLOR #D6C6DC

HEX: #D6C6DC
RGB: (214,198,220)

Renk bilgisi

#D6C6DC contains red, green and blue colors in about the same proportion. #D6C6DC ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#D6C6DC color RGB value is (214,198,220).

  • kırmız ton 214;
  • yeşil ton 198;
  • mavi ton 220.
RGB:
(214,198,220)
(84%,78%,86%)

RGB bağlantıları ve doygunluk

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

214
198
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 198 + 220 = 632 (100%)
R 214 of 632 ~ 33.86%
G 198 of 632 ~ 31.33%
B 220 of 632 ~ 34.81%

%33.86
%31.33
%34.81

CMYK RENK MODELİ

#D6C6DC rengi CMYK tonu (3,10,0,14).

  • camgöbeği tonu 2.73%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(3,10,0,14)
C3M10Y0K14 
(3%,10%,0%,14%)
(0.03/0.10/0.00/0.14)	

CMYK yüzdeleri

%2.73
%10
%0
%13.73

Codes

Color #D6C6DC in popluar color models

D6C6DC
RGB214198220
HSL284°23.91%81.96%
HSB/HSV284°10.00%86.27%
CMYK2.73%10.00%0.00%
13.73%

Color #D6C6DC in popluar number systems.

HEXD6C6DC
Decimal214198220
Binary110101101100011011011100
Octal326306334

Shades and tints

Shades of #D6C6DC

#D6C6DC
(214,198,220)
#C3B4C8
(195,180,200)
#B0A2B4
(176,162,180)
#9D90A0
(157,144,160)
#8A7E8C
(138,126,140)
#776C78
(119,108,120)
#645A64
(100,90,100)
#514850
(81,72,80)
#3E363C
(62,54,60)
#2B2428
(43,36,40)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #D6C6DC

#D6C6DC
(214,198,220)
#D9CBDF
(217,203,223)
#DCD0E2
(220,208,226)
#DFD5E5
(223,213,229)
#E2DAE8
(226,218,232)
#E5DFEB
(229,223,235)
#E8E4EE
(232,228,238)
#EBE9F1
(235,233,241)
#EEEEF4
(238,238,244)
#F1F3F7
(241,243,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C6DC; }

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

This text font color is #D6C6DC.


Background Color

.myBgColor { background-color: #D6C6DC; }

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

This div background color is #D6C6DC.


Border color

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

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

This div border color is #D6C6DC.


Opacity

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

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

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

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

This text has shadow with #D6C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6DC on black background.


Color preview on white background

This text has color #D6C6DC on white background.



Black color preview on #D6C6DC background

This text has black color on #D6C6DC background.


White color preview on #D6C6DC background

This text has white color on #D6C6DC background.