COLOR #A997D2

HEX: #A997D2
RGB: (169,151,210)

Renk bilgisi

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

RGB renk modeli

#A997D2 color RGB value is (169,151,210).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 151 of 255 = 59%
B 210 of 255 = 82%

169
151
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 151 + 210 = 530 (100%)
R 169 of 530 ~ 31.89%
G 151 of 530 ~ 28.49%
B 210 of 530 ~ 39.62%

%31.89
%28.49
%39.62

CMYK RENK MODELİ

#A997D2 rengi CMYK tonu (20,28,0,18).

  • camgöbeği tonu 19.52%
  • eflatun tonu 28.10%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(20,28,0,18)
C20M28Y0K18 
(20%,28%,0%,18%)
(0.20/0.28/0.00/0.18)	

CMYK yüzdeleri

%19.52
%28.1
%0
%17.65

Codes

Color #A997D2 in popluar color models

A997D2
RGB169151210
HSL258°39.60%70.78%
HSB/HSV258°28.10%82.35%
CMYK19.52%28.10%0.00%
17.65%

Color #A997D2 in popluar number systems.

HEXA997D2
Decimal169151210
Binary101010011001011111010010
Octal251227322

Shades and tints

Shades of #A997D2

#A997D2
(169,151,210)
#9A8ABF
(154,138,191)
#8B7DAC
(139,125,172)
#7C7099
(124,112,153)
#6D6386
(109,99,134)
#5E5673
(94,86,115)
#4F4960
(79,73,96)
#403C4D
(64,60,77)
#312F3A
(49,47,58)
#222227
(34,34,39)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A997D2

#A997D2
(169,151,210)
#B0A0D6
(176,160,214)
#B7A9DA
(183,169,218)
#BEB2DE
(190,178,222)
#C5BBE2
(197,187,226)
#CCC4E6
(204,196,230)
#D3CDEA
(211,205,234)
#DAD6EE
(218,214,238)
#E1DFF2
(225,223,242)
#E8E8F6
(232,232,246)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997D2; }

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

This text font color is #A997D2.


Background Color

.myBgColor { background-color: #A997D2; }

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

This div background color is #A997D2.


Border color

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

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

This div border color is #A997D2.


Opacity

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

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

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

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

This text has shadow with #A997D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A997D2 on black background.


Color preview on white background

This text has color #A997D2 on white background.



Black color preview on #A997D2 background

This text has black color on #A997D2 background.


White color preview on #A997D2 background

This text has white color on #A997D2 background.