COLOR #D6C4DD

HEX: #D6C4DD
RGB: (214,196,221)

Renk bilgisi

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

RGB renk modeli

#D6C4DD color RGB value is (214,196,221).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 196 of 255 = 77%
B 221 of 255 = 87%

214
196
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 196 + 221 = 631 (100%)
R 214 of 631 ~ 33.91%
G 196 of 631 ~ 31.06%
B 221 of 631 ~ 35.02%

%33.91
%31.06
%35.02

CMYK RENK MODELİ

#D6C4DD rengi CMYK tonu (3,11,0,13).

  • camgöbeği tonu 3.17%
  • eflatun tonu 11.31%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(3,11,0,13)
C3M11Y0K13 
(3%,11%,0%,13%)
(0.03/0.11/0.00/0.13)	

CMYK yüzdeleri

%3.17
%11.31
%0
%13.33

Codes

Color #D6C4DD in popluar color models

D6C4DD
RGB214196221
HSL283°26.88%81.76%
HSB/HSV283°11.31%86.67%
CMYK3.17%11.31%0.00%
13.33%

Color #D6C4DD in popluar number systems.

HEXD6C4DD
Decimal214196221
Binary110101101100010011011101
Octal326304335

Shades and tints

Shades of #D6C4DD

#D6C4DD
(214,196,221)
#C3B3C9
(195,179,201)
#B0A2B5
(176,162,181)
#9D91A1
(157,145,161)
#8A808D
(138,128,141)
#776F79
(119,111,121)
#645E65
(100,94,101)
#514D51
(81,77,81)
#3E3C3D
(62,60,61)
#2B2B29
(43,43,41)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #D6C4DD

#D6C4DD
(214,196,221)
#D9C9E0
(217,201,224)
#DCCEE3
(220,206,227)
#DFD3E6
(223,211,230)
#E2D8E9
(226,216,233)
#E5DDEC
(229,221,236)
#E8E2EF
(232,226,239)
#EBE7F2
(235,231,242)
#EEECF5
(238,236,245)
#F1F1F8
(241,241,248)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4DD; }

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

This text font color is #D6C4DD.


Background Color

.myBgColor { background-color: #D6C4DD; }

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

This div background color is #D6C4DD.


Border color

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

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

This div border color is #D6C4DD.


Opacity

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

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

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

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

This text has shadow with #D6C4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C4DD on black background.


Color preview on white background

This text has color #D6C4DD on white background.



Black color preview on #D6C4DD background

This text has black color on #D6C4DD background.


White color preview on #D6C4DD background

This text has white color on #D6C4DD background.