COLOR #D6C6DA

HEX: #D6C6DA
RGB: (214,198,218)

Renk bilgisi

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

RGB renk modeli

#D6C6DA color RGB value is (214,198,218).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 198 of 255 = 78%
B 218 of 255 = 85%

214
198
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 198 + 218 = 630 (100%)
R 214 of 630 ~ 33.97%
G 198 of 630 ~ 31.43%
B 218 of 630 ~ 34.6%

%33.97
%31.43
%34.6

CMYK RENK MODELİ

#D6C6DA rengi CMYK tonu (2,9,0,15).

  • camgöbeği tonu 1.83%
  • eflatun tonu 9.17%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(2,9,0,15)
C2M9Y0K15 
(2%,9%,0%,15%)
(0.02/0.09/0.00/0.15)	

CMYK yüzdeleri

%1.83
%9.17
%0
%14.51

Codes

Color #D6C6DA in popluar color models

D6C6DA
RGB214198218
HSL288°21.28%81.57%
HSB/HSV288°9.17%85.49%
CMYK1.83%9.17%0.00%
14.51%

Color #D6C6DA in popluar number systems.

HEXD6C6DA
Decimal214198218
Binary110101101100011011011010
Octal326306332

Shades and tints

Shades of #D6C6DA

#D6C6DA
(214,198,218)
#C3B4C7
(195,180,199)
#B0A2B4
(176,162,180)
#9D90A1
(157,144,161)
#8A7E8E
(138,126,142)
#776C7B
(119,108,123)
#645A68
(100,90,104)
#514855
(81,72,85)
#3E3642
(62,54,66)
#2B242F
(43,36,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #D6C6DA

#D6C6DA
(214,198,218)
#D9CBDD
(217,203,221)
#DCD0E0
(220,208,224)
#DFD5E3
(223,213,227)
#E2DAE6
(226,218,230)
#E5DFE9
(229,223,233)
#E8E4EC
(232,228,236)
#EBE9EF
(235,233,239)
#EEEEF2
(238,238,242)
#F1F3F5
(241,243,245)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C6DA; }

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

This text font color is #D6C6DA.


Background Color

.myBgColor { background-color: #D6C6DA; }

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

This div background color is #D6C6DA.


Border color

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

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

This div border color is #D6C6DA.


Opacity

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

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

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

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

This text has shadow with #D6C6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6DA on black background.


Color preview on white background

This text has color #D6C6DA on white background.



Black color preview on #D6C6DA background

This text has black color on #D6C6DA background.


White color preview on #D6C6DA background

This text has white color on #D6C6DA background.