COLOR #A988D6

HEX: #A988D6
RGB: (169,136,214)

Renk bilgisi

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

RGB renk modeli

#A988D6 color RGB value is (169,136,214).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 136 of 255 = 53%
B 214 of 255 = 84%

169
136
214

R + G + B ~ 68%. #A988D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 136 + 214 = 519 (100%)
R 169 of 519 ~ 32.56%
G 136 of 519 ~ 26.2%
B 214 of 519 ~ 41.23%

%32.56
%26.2
%41.23

CMYK RENK MODELİ

#A988D6 rengi CMYK tonu (21,36,0,16).

  • camgöbeği tonu 21.03%
  • eflatun tonu 36.45%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(21,36,0,16)
C21M36Y0K16 
(21%,36%,0%,16%)
(0.21/0.36/0.00/0.16)	

CMYK yüzdeleri

%21.03
%36.45
%0
%16.08

Codes

Color #A988D6 in popluar color models

A988D6
RGB169136214
HSL265°48.75%68.63%
HSB/HSV265°36.45%83.92%
CMYK21.03%36.45%0.00%
16.08%

Color #A988D6 in popluar number systems.

HEXA988D6
Decimal169136214
Binary101010011000100011010110
Octal251210326

Shades and tints

Shades of #A988D6

#A988D6
(169,136,214)
#9A7CC3
(154,124,195)
#8B70B0
(139,112,176)
#7C649D
(124,100,157)
#6D588A
(109,88,138)
#5E4C77
(94,76,119)
#4F4064
(79,64,100)
#403451
(64,52,81)
#31283E
(49,40,62)
#221C2B
(34,28,43)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #A988D6

#A988D6
(169,136,214)
#B092D9
(176,146,217)
#B79CDC
(183,156,220)
#BEA6DF
(190,166,223)
#C5B0E2
(197,176,226)
#CCBAE5
(204,186,229)
#D3C4E8
(211,196,232)
#DACEEB
(218,206,235)
#E1D8EE
(225,216,238)
#E8E2F1
(232,226,241)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A988D6; }

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

This text font color is #A988D6.


Background Color

.myBgColor { background-color: #A988D6; }

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

This div background color is #A988D6.


Border color

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

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

This div border color is #A988D6.


Opacity

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

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

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

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

This text has shadow with #A988D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988D6 on black background.


Color preview on white background

This text has color #A988D6 on white background.



Black color preview on #A988D6 background

This text has black color on #A988D6 background.


White color preview on #A988D6 background

This text has white color on #A988D6 background.