COLOR #A988CD

HEX: #A988CD
RGB: (169,136,205)

Renk bilgisi

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

RGB renk modeli

#A988CD color RGB value is (169,136,205).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 136 of 255 = 53%
B 205 of 255 = 80%

169
136
205

R + G + B ~ 66%. #A988CD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 136 + 205 = 510 (100%)
R 169 of 510 ~ 33.14%
G 136 of 510 ~ 26.67%
B 205 of 510 ~ 40.2%

%33.14
%26.67
%40.2

CMYK RENK MODELİ

#A988CD rengi CMYK tonu (18,34,0,20).

  • camgöbeği tonu 17.56%
  • eflatun tonu 33.66%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(18,34,0,20)
C18M34Y0K20 
(18%,34%,0%,20%)
(0.18/0.34/0.00/0.20)	

CMYK yüzdeleri

%17.56
%33.66
%0
%19.61

Codes

Color #A988CD in popluar color models

A988CD
RGB169136205
HSL269°40.83%66.86%
HSB/HSV269°33.66%80.39%
CMYK17.56%33.66%0.00%
19.61%

Color #A988CD in popluar number systems.

HEXA988CD
Decimal169136205
Binary101010011000100011001101
Octal251210315

Shades and tints

Shades of #A988CD

#A988CD
(169,136,205)
#9A7CBB
(154,124,187)
#8B70A9
(139,112,169)
#7C6497
(124,100,151)
#6D5885
(109,88,133)
#5E4C73
(94,76,115)
#4F4061
(79,64,97)
#40344F
(64,52,79)
#31283D
(49,40,61)
#221C2B
(34,28,43)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #A988CD

#A988CD
(169,136,205)
#B092D1
(176,146,209)
#B79CD5
(183,156,213)
#BEA6D9
(190,166,217)
#C5B0DD
(197,176,221)
#CCBAE1
(204,186,225)
#D3C4E5
(211,196,229)
#DACEE9
(218,206,233)
#E1D8ED
(225,216,237)
#E8E2F1
(232,226,241)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A988CD; }

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

This text font color is #A988CD.


Background Color

.myBgColor { background-color: #A988CD; }

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

This div background color is #A988CD.


Border color

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

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

This div border color is #A988CD.


Opacity

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

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

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

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

This text has shadow with #A988CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988CD on black background.


Color preview on white background

This text has color #A988CD on white background.



Black color preview on #A988CD background

This text has black color on #A988CD background.


White color preview on #A988CD background

This text has white color on #A988CD background.