COLOR #D6C6D5

HEX: #D6C6D5
RGB: (214,198,213)

Renk bilgisi

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

RGB renk modeli

#D6C6D5 color RGB value is (214,198,213).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 198 of 255 = 78%
B 213 of 255 = 84%

214
198
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 198 + 213 = 625 (100%)
R 214 of 625 ~ 34.24%
G 198 of 625 ~ 31.68%
B 213 of 625 ~ 34.08%

%34.24
%31.68
%34.08

CMYK RENK MODELİ

#D6C6D5 rengi CMYK tonu (0,7,0,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.48%
  • sarı tonu 0.47%
  • ana renk tonu 16.08%
CMYK:
(0,7,0,16)
C0M7Y0K16 
(0%,7%,0%,16%)
(0.00/0.07/0.00/0.16)	

CMYK yüzdeleri

%0
%7.48
%0.47
%16.08

Codes

Color #D6C6D5 in popluar color models

D6C6D5
RGB214198213
HSL304°16.33%80.78%
HSB/HSV304°7.48%83.92%
CMYK0.00%7.48%0.47%
16.08%

Color #D6C6D5 in popluar number systems.

HEXD6C6D5
Decimal214198213
Binary110101101100011011010101
Octal326306325

Shades and tints

Shades of #D6C6D5

#D6C6D5
(214,198,213)
#C3B4C2
(195,180,194)
#B0A2AF
(176,162,175)
#9D909C
(157,144,156)
#8A7E89
(138,126,137)
#776C76
(119,108,118)
#645A63
(100,90,99)
#514850
(81,72,80)
#3E363D
(62,54,61)
#2B242A
(43,36,42)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #D6C6D5

#D6C6D5
(214,198,213)
#D9CBD8
(217,203,216)
#DCD0DB
(220,208,219)
#DFD5DE
(223,213,222)
#E2DAE1
(226,218,225)
#E5DFE4
(229,223,228)
#E8E4E7
(232,228,231)
#EBE9EA
(235,233,234)
#EEEEED
(238,238,237)
#F1F3F0
(241,243,240)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C6D5; }

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

This text font color is #D6C6D5.


Background Color

.myBgColor { background-color: #D6C6D5; }

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

This div background color is #D6C6D5.


Border color

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

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

This div border color is #D6C6D5.


Opacity

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

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

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

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

This text has shadow with #D6C6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6D5 on black background.


Color preview on white background

This text has color #D6C6D5 on white background.



Black color preview on #D6C6D5 background

This text has black color on #D6C6D5 background.


White color preview on #D6C6D5 background

This text has white color on #D6C6D5 background.