COLOR #D6C9E6

HEX: #D6C9E6
RGB: (214,201,230)

Renk bilgisi

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

RGB renk modeli

#D6C9E6 color RGB value is (214,201,230).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 201 of 255 = 79%
B 230 of 255 = 90%

214
201
230

R + G + B ~ 84%. #D6C9E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 201 + 230 = 645 (100%)
R 214 of 645 ~ 33.18%
G 201 of 645 ~ 31.16%
B 230 of 645 ~ 35.66%

%33.18
%31.16
%35.66

CMYK RENK MODELİ

#D6C9E6 rengi CMYK tonu (7,13,0,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 12.61%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(7,13,0,10)
C7M13Y0K10 
(7%,13%,0%,10%)
(0.07/0.13/0.00/0.10)	

CMYK yüzdeleri

%6.96
%12.61
%0
%9.8

Codes

Color #D6C9E6 in popluar color models

D6C9E6
RGB214201230
HSL267°36.71%84.51%
HSB/HSV267°12.61%90.20%
CMYK6.96%12.61%0.00%
9.80%

Color #D6C9E6 in popluar number systems.

HEXD6C9E6
Decimal214201230
Binary110101101100100111100110
Octal326311346

Shades and tints

Shades of #D6C9E6

#D6C9E6
(214,201,230)
#C3B7D2
(195,183,210)
#B0A5BE
(176,165,190)
#9D93AA
(157,147,170)
#8A8196
(138,129,150)
#776F82
(119,111,130)
#645D6E
(100,93,110)
#514B5A
(81,75,90)
#3E3946
(62,57,70)
#2B2732
(43,39,50)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #D6C9E6

#D6C9E6
(214,201,230)
#D9CDE8
(217,205,232)
#DCD1EA
(220,209,234)
#DFD5EC
(223,213,236)
#E2D9EE
(226,217,238)
#E5DDF0
(229,221,240)
#E8E1F2
(232,225,242)
#EBE5F4
(235,229,244)
#EEE9F6
(238,233,246)
#F1EDF8
(241,237,248)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C9E6; }

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

This text font color is #D6C9E6.


Background Color

.myBgColor { background-color: #D6C9E6; }

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

This div background color is #D6C9E6.


Border color

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

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

This div border color is #D6C9E6.


Opacity

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

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

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

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

This text has shadow with #D6C9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C9E6 on black background.


Color preview on white background

This text has color #D6C9E6 on white background.



Black color preview on #D6C9E6 background

This text has black color on #D6C9E6 background.


White color preview on #D6C9E6 background

This text has white color on #D6C9E6 background.