COLOR #A996D1

HEX: #A996D1
RGB: (169,150,209)

Renk bilgisi

#A996D1 contains red, green and blue colors in about the same proportion. #A996D1 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A996D1 color RGB value is (169,150,209).

  • kırmız ton 169;
  • yeşil ton 150;
  • mavi ton 209.
RGB:
(169,150,209)
(66%,59%,82%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 150 of 255 = 59%
B 209 of 255 = 82%

169
150
209

R + G + B ~ 69%. #A996D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 150 + 209 = 528 (100%)
R 169 of 528 ~ 32.01%
G 150 of 528 ~ 28.41%
B 209 of 528 ~ 39.58%

%32.01
%28.41
%39.58

CMYK RENK MODELİ

#A996D1 rengi CMYK tonu (19,28,0,18).

  • camgöbeği tonu 19.14%
  • eflatun tonu 28.23%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(19,28,0,18)
C19M28Y0K18 
(19%,28%,0%,18%)
(0.19/0.28/0.00/0.18)	

CMYK yüzdeleri

%19.14
%28.23
%0
%18.04

Codes

Color #A996D1 in popluar color models

A996D1
RGB169150209
HSL259°39.07%70.39%
HSB/HSV259°28.23%81.96%
CMYK19.14%28.23%0.00%
18.04%

Color #A996D1 in popluar number systems.

HEXA996D1
Decimal169150209
Binary101010011001011011010001
Octal251226321

Shades and tints

Shades of #A996D1

#A996D1
(169,150,209)
#9A89BE
(154,137,190)
#8B7CAB
(139,124,171)
#7C6F98
(124,111,152)
#6D6285
(109,98,133)
#5E5572
(94,85,114)
#4F485F
(79,72,95)
#403B4C
(64,59,76)
#312E39
(49,46,57)
#222126
(34,33,38)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A996D1

#A996D1
(169,150,209)
#B09FD5
(176,159,213)
#B7A8D9
(183,168,217)
#BEB1DD
(190,177,221)
#C5BAE1
(197,186,225)
#CCC3E5
(204,195,229)
#D3CCE9
(211,204,233)
#DAD5ED
(218,213,237)
#E1DEF1
(225,222,241)
#E8E7F5
(232,231,245)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A996D1 color. Also use rgb(169,150,209) instead hex code.

Text Font Color

.myTextColor { color: #A996D1; }

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

This text font color is #A996D1.


Background Color

.myBgColor { background-color: #A996D1; }

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

This div background color is #A996D1.


Border color

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

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

This div border color is #A996D1.


Opacity

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

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

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

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

This text has shadow with #A996D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996D1 on black background.


Color preview on white background

This text has color #A996D1 on white background.



Black color preview on #A996D1 background

This text has black color on #A996D1 background.


White color preview on #A996D1 background

This text has white color on #A996D1 background.