COLOR #D6C9E7

HEX: #D6C9E7
RGB: (214,201,231)

Renk bilgisi

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

RGB renk modeli

#D6C9E7 color RGB value is (214,201,231).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 201 of 255 = 79%
B 231 of 255 = 91%

214
201
231

R + G + B ~ 85%. #D6C9E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 201 + 231 = 646 (100%)
R 214 of 646 ~ 33.13%
G 201 of 646 ~ 31.11%
B 231 of 646 ~ 35.76%

%33.13
%31.11
%35.76

CMYK RENK MODELİ

#D6C9E7 rengi CMYK tonu (7,13,0,9).

  • camgöbeği tonu 7.36%
  • eflatun tonu 12.99%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(7,13,0,9)
C7M13Y0K9 
(7%,13%,0%,9%)
(0.07/0.13/0.00/0.09)	

CMYK yüzdeleri

%7.36
%12.99
%0
%9.41

Codes

Color #D6C9E7 in popluar color models

D6C9E7
RGB214201231
HSL266°38.46%84.71%
HSB/HSV266°12.99%90.59%
CMYK7.36%12.99%0.00%
9.41%

Color #D6C9E7 in popluar number systems.

HEXD6C9E7
Decimal214201231
Binary110101101100100111100111
Octal326311347

Shades and tints

Shades of #D6C9E7

#D6C9E7
(214,201,231)
#C3B7D2
(195,183,210)
#B0A5BD
(176,165,189)
#9D93A8
(157,147,168)
#8A8193
(138,129,147)
#776F7E
(119,111,126)
#645D69
(100,93,105)
#514B54
(81,75,84)
#3E393F
(62,57,63)
#2B272A
(43,39,42)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #D6C9E7

#D6C9E7
(214,201,231)
#D9CDE9
(217,205,233)
#DCD1EB
(220,209,235)
#DFD5ED
(223,213,237)
#E2D9EF
(226,217,239)
#E5DDF1
(229,221,241)
#E8E1F3
(232,225,243)
#EBE5F5
(235,229,245)
#EEE9F7
(238,233,247)
#F1EDF9
(241,237,249)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C9E7; }

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

This text font color is #D6C9E7.


Background Color

.myBgColor { background-color: #D6C9E7; }

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

This div background color is #D6C9E7.


Border color

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

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

This div border color is #D6C9E7.


Opacity

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

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

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

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

This text has shadow with #D6C9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C9E7 on black background.


Color preview on white background

This text has color #D6C9E7 on white background.



Black color preview on #D6C9E7 background

This text has black color on #D6C9E7 background.


White color preview on #D6C9E7 background

This text has white color on #D6C9E7 background.