COLOR #A988CE

HEX: #A988CE
RGB: (169,136,206)

Renk bilgisi

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

RGB renk modeli

#A988CE color RGB value is (169,136,206).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 136 of 255 = 53%
B 206 of 255 = 81%

169
136
206

R + G + B ~ 67%. #A988CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 136 + 206 = 511 (100%)
R 169 of 511 ~ 33.07%
G 136 of 511 ~ 26.61%
B 206 of 511 ~ 40.31%

%33.07
%26.61
%40.31

CMYK RENK MODELİ

#A988CE rengi CMYK tonu (18,34,0,19).

  • camgöbeği tonu 17.96%
  • eflatun tonu 33.98%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(18,34,0,19)
C18M34Y0K19 
(18%,34%,0%,19%)
(0.18/0.34/0.00/0.19)	

CMYK yüzdeleri

%17.96
%33.98
%0
%19.22

Codes

Color #A988CE in popluar color models

A988CE
RGB169136206
HSL268°41.67%67.06%
HSB/HSV268°33.98%80.78%
CMYK17.96%33.98%0.00%
19.22%

Color #A988CE in popluar number systems.

HEXA988CE
Decimal169136206
Binary101010011000100011001110
Octal251210316

Shades and tints

Shades of #A988CE

#A988CE
(169,136,206)
#9A7CBC
(154,124,188)
#8B70AA
(139,112,170)
#7C6498
(124,100,152)
#6D5886
(109,88,134)
#5E4C74
(94,76,116)
#4F4062
(79,64,98)
#403450
(64,52,80)
#31283E
(49,40,62)
#221C2C
(34,28,44)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #A988CE

#A988CE
(169,136,206)
#B092D2
(176,146,210)
#B79CD6
(183,156,214)
#BEA6DA
(190,166,218)
#C5B0DE
(197,176,222)
#CCBAE2
(204,186,226)
#D3C4E6
(211,196,230)
#DACEEA
(218,206,234)
#E1D8EE
(225,216,238)
#E8E2F2
(232,226,242)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A988CE; }

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

This text font color is #A988CE.


Background Color

.myBgColor { background-color: #A988CE; }

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

This div background color is #A988CE.


Border color

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

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

This div border color is #A988CE.


Opacity

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

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

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

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

This text has shadow with #A988CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988CE on black background.


Color preview on white background

This text has color #A988CE on white background.



Black color preview on #A988CE background

This text has black color on #A988CE background.


White color preview on #A988CE background

This text has white color on #A988CE background.