COLOR #D9C6F6

HEX: #D9C6F6
RGB: (217,198,246)

Renk bilgisi

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

RGB renk modeli

#D9C6F6 color RGB value is (217,198,246).

  • kırmız ton 217;
  • yeşil ton 198;
  • mavi ton 246.
RGB:
(217,198,246)
(85%,78%,96%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 198 of 255 = 78%
B 246 of 255 = 96%

217
198
246

R + G + B ~ 86%. #D9C6F6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 198 + 246 = 661 (100%)
R 217 of 661 ~ 32.83%
G 198 of 661 ~ 29.95%
B 246 of 661 ~ 37.22%

%32.83
%29.95
%37.22

CMYK RENK MODELİ

#D9C6F6 rengi CMYK tonu (12,20,0,4).

  • camgöbeği tonu 11.79%
  • eflatun tonu 19.51%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(12,20,0,4)
C12M20Y0K4 
(12%,20%,0%,4%)
(0.12/0.20/0.00/0.04)	

CMYK yüzdeleri

%11.79
%19.51
%0
%3.53

Codes

Color #D9C6F6 in popluar color models

D9C6F6
RGB217198246
HSL264°72.73%87.06%
HSB/HSV264°19.51%96.47%
CMYK11.79%19.51%0.00%
3.53%

Color #D9C6F6 in popluar number systems.

HEXD9C6F6
Decimal217198246
Binary110110011100011011110110
Octal331306366

Shades and tints

Shades of #D9C6F6

#D9C6F6
(217,198,246)
#C6B4E0
(198,180,224)
#B3A2CA
(179,162,202)
#A090B4
(160,144,180)
#8D7E9E
(141,126,158)
#7A6C88
(122,108,136)
#675A72
(103,90,114)
#54485C
(84,72,92)
#413646
(65,54,70)
#2E2430
(46,36,48)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #D9C6F6

#D9C6F6
(217,198,246)
#DCCBF6
(220,203,246)
#DFD0F6
(223,208,246)
#E2D5F6
(226,213,246)
#E5DAF6
(229,218,246)
#E8DFF6
(232,223,246)
#EBE4F6
(235,228,246)
#EEE9F6
(238,233,246)
#F1EEF6
(241,238,246)
#F4F3F6
(244,243,246)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C6F6 color. Also use rgb(217,198,246) instead hex code.

Text Font Color

.myTextColor { color: #D9C6F6; }

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

This text font color is #D9C6F6.


Background Color

.myBgColor { background-color: #D9C6F6; }

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

This div background color is #D9C6F6.


Border color

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

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

This div border color is #D9C6F6.


Opacity

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

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

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

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

This text has shadow with #D9C6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C6F6 on black background.


Color preview on white background

This text has color #D9C6F6 on white background.



Black color preview on #D9C6F6 background

This text has black color on #D9C6F6 background.


White color preview on #D9C6F6 background

This text has white color on #D9C6F6 background.