COLOR #D49DF6

HEX: #D49DF6
RGB: (212,157,246)

Renk bilgisi

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

RGB renk modeli

#D49DF6 color RGB value is (212,157,246).

  • kırmız ton 212;
  • yeşil ton 157;
  • mavi ton 246.
RGB:
(212,157,246)
(83%,62%,96%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 157 of 255 = 62%
B 246 of 255 = 96%

212
157
246

R + G + B ~ 80%. #D49DF6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 157 + 246 = 615 (100%)
R 212 of 615 ~ 34.47%
G 157 of 615 ~ 25.53%
B 246 of 615 ~ 40%

%34.47
%25.53
%40

CMYK RENK MODELİ

#D49DF6 rengi CMYK tonu (14,36,0,4).

  • camgöbeği tonu 13.82%
  • eflatun tonu 36.18%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(14,36,0,4)
C14M36Y0K4 
(14%,36%,0%,4%)
(0.14/0.36/0.00/0.04)	

CMYK yüzdeleri

%13.82
%36.18
%0
%3.53

Codes

Color #D49DF6 in popluar color models

D49DF6
RGB212157246
HSL277°83.18%79.02%
HSB/HSV277°36.18%96.47%
CMYK13.82%36.18%0.00%
3.53%

Color #D49DF6 in popluar number systems.

HEXD49DF6
Decimal212157246
Binary110101001001110111110110
Octal324235366

Shades and tints

Shades of #D49DF6

#D49DF6
(212,157,246)
#C18FE0
(193,143,224)
#AE81CA
(174,129,202)
#9B73B4
(155,115,180)
#88659E
(136,101,158)
#755788
(117,87,136)
#624972
(98,73,114)
#4F3B5C
(79,59,92)
#3C2D46
(60,45,70)
#291F30
(41,31,48)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #D49DF6

#D49DF6
(212,157,246)
#D7A5F6
(215,165,246)
#DAADF6
(218,173,246)
#DDB5F6
(221,181,246)
#E0BDF6
(224,189,246)
#E3C5F6
(227,197,246)
#E6CDF6
(230,205,246)
#E9D5F6
(233,213,246)
#ECDDF6
(236,221,246)
#EFE5F6
(239,229,246)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49DF6 color. Also use rgb(212,157,246) instead hex code.

Text Font Color

.myTextColor { color: #D49DF6; }

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

This text font color is #D49DF6.


Background Color

.myBgColor { background-color: #D49DF6; }

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

This div background color is #D49DF6.


Border color

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

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

This div border color is #D49DF6.


Opacity

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

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

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

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

This text has shadow with #D49DF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49DF6 on black background.


Color preview on white background

This text has color #D49DF6 on white background.



Black color preview on #D49DF6 background

This text has black color on #D49DF6 background.


White color preview on #D49DF6 background

This text has white color on #D49DF6 background.