COLOR #A997D6

HEX: #A997D6
RGB: (169,151,214)

Renk bilgisi

#A997D6 contains mainly red and blue colors. #A997D6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A997D6 color RGB value is (169,151,214).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 151 of 255 = 59%
B 214 of 255 = 84%

169
151
214

R + G + B ~ 70%. #A997D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 151 + 214 = 534 (100%)
R 169 of 534 ~ 31.65%
G 151 of 534 ~ 28.28%
B 214 of 534 ~ 40.07%

%31.65
%28.28
%40.07

CMYK RENK MODELİ

#A997D6 rengi CMYK tonu (21,29,0,16).

  • camgöbeği tonu 21.03%
  • eflatun tonu 29.44%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(21,29,0,16)
C21M29Y0K16 
(21%,29%,0%,16%)
(0.21/0.29/0.00/0.16)	

CMYK yüzdeleri

%21.03
%29.44
%0
%16.08

Codes

Color #A997D6 in popluar color models

A997D6
RGB169151214
HSL257°43.45%71.57%
HSB/HSV257°29.44%83.92%
CMYK21.03%29.44%0.00%
16.08%

Color #A997D6 in popluar number systems.

HEXA997D6
Decimal169151214
Binary101010011001011111010110
Octal251227326

Shades and tints

Shades of #A997D6

#A997D6
(169,151,214)
#9A8AC3
(154,138,195)
#8B7DB0
(139,125,176)
#7C709D
(124,112,157)
#6D638A
(109,99,138)
#5E5677
(94,86,119)
#4F4964
(79,73,100)
#403C51
(64,60,81)
#312F3E
(49,47,62)
#22222B
(34,34,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A997D6

#A997D6
(169,151,214)
#B0A0D9
(176,160,217)
#B7A9DC
(183,169,220)
#BEB2DF
(190,178,223)
#C5BBE2
(197,187,226)
#CCC4E5
(204,196,229)
#D3CDE8
(211,205,232)
#DAD6EB
(218,214,235)
#E1DFEE
(225,223,238)
#E8E8F1
(232,232,241)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997D6; }

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

This text font color is #A997D6.


Background Color

.myBgColor { background-color: #A997D6; }

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

This div background color is #A997D6.


Border color

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

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

This div border color is #A997D6.


Opacity

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

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

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

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

This text has shadow with #A997D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A997D6 on black background.


Color preview on white background

This text has color #A997D6 on white background.



Black color preview on #A997D6 background

This text has black color on #A997D6 background.


White color preview on #A997D6 background

This text has white color on #A997D6 background.