COLOR #D6C4DA

HEX: #D6C4DA
RGB: (214,196,218)

Renk bilgisi

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

RGB renk modeli

#D6C4DA color RGB value is (214,196,218).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 196 of 255 = 77%
B 218 of 255 = 85%

214
196
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 196 + 218 = 628 (100%)
R 214 of 628 ~ 34.08%
G 196 of 628 ~ 31.21%
B 218 of 628 ~ 34.71%

%34.08
%31.21
%34.71

CMYK RENK MODELİ

#D6C4DA rengi CMYK tonu (2,10,0,15).

  • camgöbeği tonu 1.83%
  • eflatun tonu 10.09%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(2,10,0,15)
C2M10Y0K15 
(2%,10%,0%,15%)
(0.02/0.10/0.00/0.15)	

CMYK yüzdeleri

%1.83
%10.09
%0
%14.51

Codes

Color #D6C4DA in popluar color models

D6C4DA
RGB214196218
HSL289°22.92%81.18%
HSB/HSV289°10.09%85.49%
CMYK1.83%10.09%0.00%
14.51%

Color #D6C4DA in popluar number systems.

HEXD6C4DA
Decimal214196218
Binary110101101100010011011010
Octal326304332

Shades and tints

Shades of #D6C4DA

#D6C4DA
(214,196,218)
#C3B3C7
(195,179,199)
#B0A2B4
(176,162,180)
#9D91A1
(157,145,161)
#8A808E
(138,128,142)
#776F7B
(119,111,123)
#645E68
(100,94,104)
#514D55
(81,77,85)
#3E3C42
(62,60,66)
#2B2B2F
(43,43,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #D6C4DA

#D6C4DA
(214,196,218)
#D9C9DD
(217,201,221)
#DCCEE0
(220,206,224)
#DFD3E3
(223,211,227)
#E2D8E6
(226,216,230)
#E5DDE9
(229,221,233)
#E8E2EC
(232,226,236)
#EBE7EF
(235,231,239)
#EEECF2
(238,236,242)
#F1F1F5
(241,241,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4DA; }

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

This text font color is #D6C4DA.


Background Color

.myBgColor { background-color: #D6C4DA; }

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

This div background color is #D6C4DA.


Border color

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

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

This div border color is #D6C4DA.


Opacity

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

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

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

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

This text has shadow with #D6C4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C4DA on black background.


Color preview on white background

This text has color #D6C4DA on white background.



Black color preview on #D6C4DA background

This text has black color on #D6C4DA background.


White color preview on #D6C4DA background

This text has white color on #D6C4DA background.