COLOR #D6C4E7

HEX: #D6C4E7
RGB: (214,196,231)

Renk bilgisi

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

RGB renk modeli

#D6C4E7 color RGB value is (214,196,231).

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

RGB bağlantıları ve doygunluk

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

214
196
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 196 + 231 = 641 (100%)
R 214 of 641 ~ 33.39%
G 196 of 641 ~ 30.58%
B 231 of 641 ~ 36.04%

%33.39
%30.58
%36.04

CMYK RENK MODELİ

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

  • camgöbeği tonu 7.36%
  • eflatun tonu 15.15%
  • 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
%15.15
%0
%9.41

Codes

Color #D6C4E7 in popluar color models

D6C4E7
RGB214196231
HSL271°42.17%83.73%
HSB/HSV271°15.15%90.59%
CMYK7.36%15.15%0.00%
9.41%

Color #D6C4E7 in popluar number systems.

HEXD6C4E7
Decimal214196231
Binary110101101100010011100111
Octal326304347

Shades and tints

Shades of #D6C4E7

#D6C4E7
(214,196,231)
#C3B3D2
(195,179,210)
#B0A2BD
(176,162,189)
#9D91A8
(157,145,168)
#8A8093
(138,128,147)
#776F7E
(119,111,126)
#645E69
(100,94,105)
#514D54
(81,77,84)
#3E3C3F
(62,60,63)
#2B2B2A
(43,43,42)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #D6C4E7

#D6C4E7
(214,196,231)
#D9C9E9
(217,201,233)
#DCCEEB
(220,206,235)
#DFD3ED
(223,211,237)
#E2D8EF
(226,216,239)
#E5DDF1
(229,221,241)
#E8E2F3
(232,226,243)
#EBE7F5
(235,231,245)
#EEECF7
(238,236,247)
#F1F1F9
(241,241,249)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4E7; }

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

This text font color is #D6C4E7.


Background Color

.myBgColor { background-color: #D6C4E7; }

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

This div background color is #D6C4E7.


Border color

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

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

This div border color is #D6C4E7.


Opacity

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

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

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

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

This text has shadow with #D6C4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C4E7 on black background.


Color preview on white background

This text has color #D6C4E7 on white background.



Black color preview on #D6C4E7 background

This text has black color on #D6C4E7 background.


White color preview on #D6C4E7 background

This text has white color on #D6C4E7 background.