COLOR #D6ADF1

HEX: #D6ADF1
RGB: (214,173,241)

Renk bilgisi

#D6ADF1 contains mainly red and blue colors. #D6ADF1 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#D6ADF1 color RGB value is (214,173,241).

  • kırmız ton 214;
  • yeşil ton 173;
  • mavi ton 241.
RGB:
(214,173,241)
(84%,68%,95%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 173 of 255 = 68%
B 241 of 255 = 95%

214
173
241

R + G + B ~ 82%. #D6ADF1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 173 + 241 = 628 (100%)
R 214 of 628 ~ 34.08%
G 173 of 628 ~ 27.55%
B 241 of 628 ~ 38.38%

%34.08
%27.55
%38.38

CMYK RENK MODELİ

#D6ADF1 rengi CMYK tonu (11,28,0,5).

  • camgöbeği tonu 11.20%
  • eflatun tonu 28.22%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(11,28,0,5)
C11M28Y0K5 
(11%,28%,0%,5%)
(0.11/0.28/0.00/0.05)	

CMYK yüzdeleri

%11.2
%28.22
%0
%5.49

Codes

Color #D6ADF1 in popluar color models

D6ADF1
RGB214173241
HSL276°70.83%81.18%
HSB/HSV276°28.22%94.51%
CMYK11.20%28.22%0.00%
5.49%

Color #D6ADF1 in popluar number systems.

HEXD6ADF1
Decimal214173241
Binary110101101010110111110001
Octal326255361

Shades and tints

Shades of #D6ADF1

#D6ADF1
(214,173,241)
#C39EDC
(195,158,220)
#B08FC7
(176,143,199)
#9D80B2
(157,128,178)
#8A719D
(138,113,157)
#776288
(119,98,136)
#645373
(100,83,115)
#51445E
(81,68,94)
#3E3549
(62,53,73)
#2B2634
(43,38,52)
#18171F
(24,23,31)
#000000
(0,0,0)

Tints of #D6ADF1

#D6ADF1
(214,173,241)
#D9B4F2
(217,180,242)
#DCBBF3
(220,187,243)
#DFC2F4
(223,194,244)
#E2C9F5
(226,201,245)
#E5D0F6
(229,208,246)
#E8D7F7
(232,215,247)
#EBDEF8
(235,222,248)
#EEE5F9
(238,229,249)
#F1ECFA
(241,236,250)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ADF1 color. Also use rgb(214,173,241) instead hex code.

Text Font Color

.myTextColor { color: #D6ADF1; }

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

This text font color is #D6ADF1.


Background Color

.myBgColor { background-color: #D6ADF1; }

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

This div background color is #D6ADF1.


Border color

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

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

This div border color is #D6ADF1.


Opacity

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

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

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

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

This text has shadow with #D6ADF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ADF1 on black background.


Color preview on white background

This text has color #D6ADF1 on white background.



Black color preview on #D6ADF1 background

This text has black color on #D6ADF1 background.


White color preview on #D6ADF1 background

This text has white color on #D6ADF1 background.