COLOR #D6C9DD

HEX: #D6C9DD
RGB: (214,201,221)

Renk bilgisi

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

RGB renk modeli

#D6C9DD color RGB value is (214,201,221).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 201 of 255 = 79%
B 221 of 255 = 87%

214
201
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 201 + 221 = 636 (100%)
R 214 of 636 ~ 33.65%
G 201 of 636 ~ 31.6%
B 221 of 636 ~ 34.75%

%33.65
%31.6
%34.75

CMYK RENK MODELİ

#D6C9DD rengi CMYK tonu (3,9,0,13).

  • camgöbeği tonu 3.17%
  • eflatun tonu 9.05%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(3,9,0,13)
C3M9Y0K13 
(3%,9%,0%,13%)
(0.03/0.09/0.00/0.13)	

CMYK yüzdeleri

%3.17
%9.05
%0
%13.33

Codes

Color #D6C9DD in popluar color models

D6C9DD
RGB214201221
HSL279°22.73%82.75%
HSB/HSV279°9.05%86.67%
CMYK3.17%9.05%0.00%
13.33%

Color #D6C9DD in popluar number systems.

HEXD6C9DD
Decimal214201221
Binary110101101100100111011101
Octal326311335

Shades and tints

Shades of #D6C9DD

#D6C9DD
(214,201,221)
#C3B7C9
(195,183,201)
#B0A5B5
(176,165,181)
#9D93A1
(157,147,161)
#8A818D
(138,129,141)
#776F79
(119,111,121)
#645D65
(100,93,101)
#514B51
(81,75,81)
#3E393D
(62,57,61)
#2B2729
(43,39,41)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #D6C9DD

#D6C9DD
(214,201,221)
#D9CDE0
(217,205,224)
#DCD1E3
(220,209,227)
#DFD5E6
(223,213,230)
#E2D9E9
(226,217,233)
#E5DDEC
(229,221,236)
#E8E1EF
(232,225,239)
#EBE5F2
(235,229,242)
#EEE9F5
(238,233,245)
#F1EDF8
(241,237,248)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C9DD; }

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

This text font color is #D6C9DD.


Background Color

.myBgColor { background-color: #D6C9DD; }

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

This div background color is #D6C9DD.


Border color

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

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

This div border color is #D6C9DD.


Opacity

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

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

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

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

This text has shadow with #D6C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C9DD on black background.


Color preview on white background

This text has color #D6C9DD on white background.



Black color preview on #D6C9DD background

This text has black color on #D6C9DD background.


White color preview on #D6C9DD background

This text has white color on #D6C9DD background.