COLOR #D6C5E7

HEX: #D6C5E7
RGB: (214,197,231)

Renk bilgisi

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

RGB renk modeli

#D6C5E7 color RGB value is (214,197,231).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 197 of 255 = 77%
B 231 of 255 = 91%

214
197
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 197 + 231 = 642 (100%)
R 214 of 642 ~ 33.33%
G 197 of 642 ~ 30.69%
B 231 of 642 ~ 35.98%

%33.33
%30.69
%35.98

CMYK RENK MODELİ

#D6C5E7 rengi CMYK tonu (7,15,0,9).

  • camgöbeği tonu 7.36%
  • eflatun tonu 14.72%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(7,15,0,9)
C7M15Y0K9 
(7%,15%,0%,9%)
(0.07/0.15/0.00/0.09)	

CMYK yüzdeleri

%7.36
%14.72
%0
%9.41

Codes

Color #D6C5E7 in popluar color models

D6C5E7
RGB214197231
HSL270°41.46%83.92%
HSB/HSV270°14.72%90.59%
CMYK7.36%14.72%0.00%
9.41%

Color #D6C5E7 in popluar number systems.

HEXD6C5E7
Decimal214197231
Binary110101101100010111100111
Octal326305347

Shades and tints

Shades of #D6C5E7

#D6C5E7
(214,197,231)
#C3B4D2
(195,180,210)
#B0A3BD
(176,163,189)
#9D92A8
(157,146,168)
#8A8193
(138,129,147)
#77707E
(119,112,126)
#645F69
(100,95,105)
#514E54
(81,78,84)
#3E3D3F
(62,61,63)
#2B2C2A
(43,44,42)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #D6C5E7

#D6C5E7
(214,197,231)
#D9CAE9
(217,202,233)
#DCCFEB
(220,207,235)
#DFD4ED
(223,212,237)
#E2D9EF
(226,217,239)
#E5DEF1
(229,222,241)
#E8E3F3
(232,227,243)
#EBE8F5
(235,232,245)
#EEEDF7
(238,237,247)
#F1F2F9
(241,242,249)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C5E7; }

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

This text font color is #D6C5E7.


Background Color

.myBgColor { background-color: #D6C5E7; }

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

This div background color is #D6C5E7.


Border color

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

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

This div border color is #D6C5E7.


Opacity

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

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

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

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

This text has shadow with #D6C5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C5E7 on black background.


Color preview on white background

This text has color #D6C5E7 on white background.



Black color preview on #D6C5E7 background

This text has black color on #D6C5E7 background.


White color preview on #D6C5E7 background

This text has white color on #D6C5E7 background.