COLOR #D6A9E6

HEX: #D6A9E6
RGB: (214,169,230)

Renk bilgisi

#D6A9E6 contains mainly red and blue colors. #D6A9E6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D6A9E6 color RGB value is (214,169,230).

  • kırmız ton 214;
  • yeşil ton 169;
  • mavi ton 230.
RGB:
(214,169,230)
(84%,66%,90%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 169 of 255 = 66%
B 230 of 255 = 90%

214
169
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 169 + 230 = 613 (100%)
R 214 of 613 ~ 34.91%
G 169 of 613 ~ 27.57%
B 230 of 613 ~ 37.52%

%34.91
%27.57
%37.52

CMYK RENK MODELİ

#D6A9E6 rengi CMYK tonu (7,27,0,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 26.52%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(7,27,0,10)
C7M27Y0K10 
(7%,27%,0%,10%)
(0.07/0.27/0.00/0.10)	

CMYK yüzdeleri

%6.96
%26.52
%0
%9.8

Codes

Color #D6A9E6 in popluar color models

D6A9E6
RGB214169230
HSL284°54.95%78.24%
HSB/HSV284°26.52%90.20%
CMYK6.96%26.52%0.00%
9.80%

Color #D6A9E6 in popluar number systems.

HEXD6A9E6
Decimal214169230
Binary110101101010100111100110
Octal326251346

Shades and tints

Shades of #D6A9E6

#D6A9E6
(214,169,230)
#C39AD2
(195,154,210)
#B08BBE
(176,139,190)
#9D7CAA
(157,124,170)
#8A6D96
(138,109,150)
#775E82
(119,94,130)
#644F6E
(100,79,110)
#51405A
(81,64,90)
#3E3146
(62,49,70)
#2B2232
(43,34,50)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #D6A9E6

#D6A9E6
(214,169,230)
#D9B0E8
(217,176,232)
#DCB7EA
(220,183,234)
#DFBEEC
(223,190,236)
#E2C5EE
(226,197,238)
#E5CCF0
(229,204,240)
#E8D3F2
(232,211,242)
#EBDAF4
(235,218,244)
#EEE1F6
(238,225,246)
#F1E8F8
(241,232,248)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A9E6 color. Also use rgb(214,169,230) instead hex code.

Text Font Color

.myTextColor { color: #D6A9E6; }

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

This text font color is #D6A9E6.


Background Color

.myBgColor { background-color: #D6A9E6; }

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

This div background color is #D6A9E6.


Border color

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

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

This div border color is #D6A9E6.


Opacity

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

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

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

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

This text has shadow with #D6A9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A9E6 on black background.


Color preview on white background

This text has color #D6A9E6 on white background.



Black color preview on #D6A9E6 background

This text has black color on #D6A9E6 background.


White color preview on #D6A9E6 background

This text has white color on #D6A9E6 background.