COLOR #A986BD

HEX: #A986BD
RGB: (169,134,189)

Color info

#A986BD contains red, green and blue colors in about the same proportion. Web safe color of #A986BD is #9999CC (or #99C).

RGB color model

#A986BD color RGB value is (169,134,189).

  • red value is 169;
  • green value is 134;
  • blue value is 189.
RGB:
(169,134,189)
(66%,53%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 134 of 255 = 53%
B 189 of 255 = 74%

169
134
189

R + G + B ~ 64%. #A986BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 134 + 189 = 492 (100%)
R 169 of 492 ~ 34.35%
G 134 of 492 ~ 27.24%
B 189 of 492 ~ 38.41%

%34.35
%27.24
%38.41

CMYK color model

#A986BD color CMYK value is (11,29,0,26).

  • cyan value is 10.58%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,29,0,26)
C11M29Y0K26 
(11%,29%,0%,26%)
(0.11/0.29/0.00/0.26)	

CMYK percentages

%10.58
%29.1
%0
%25.88

Codes

Color #A986BD in popluar color models

A986BD
RGB169134189
HSL278°29.41%63.33%
HSB/HSV278°29.10%74.12%
CMYK10.58%29.10%0.00%
25.88%

Color #A986BD in popluar number systems.

HEXA986BD
Decimal169134189
Binary101010011000011010111101
Octal251206275

Shades and tints

Shades of #A986BD

#A986BD
(169,134,189)
#9A7AAC
(154,122,172)
#8B6E9B
(139,110,155)
#7C628A
(124,98,138)
#6D5679
(109,86,121)
#5E4A68
(94,74,104)
#4F3E57
(79,62,87)
#403246
(64,50,70)
#312635
(49,38,53)
#221A24
(34,26,36)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #A986BD

#A986BD
(169,134,189)
#B091C3
(176,145,195)
#B79CC9
(183,156,201)
#BEA7CF
(190,167,207)
#C5B2D5
(197,178,213)
#CCBDDB
(204,189,219)
#D3C8E1
(211,200,225)
#DAD3E7
(218,211,231)
#E1DEED
(225,222,237)
#E8E9F3
(232,233,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A986BD color. Also use rgb(169,134,189) instead hex code.

Text Font Color

.myTextColor { color: #A986BD; }

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

This text font color is #A986BD.


Background Color

.myBgColor { background-color: #A986BD; }

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

This div background color is #A986BD.


Border color

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

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

This div border color is #A986BD.


Opacity

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

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

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

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

This text has shadow with #A986BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A986BD on black background.


Color preview on white background

This text has color #A986BD on white background.



Black color preview on #A986BD background

This text has black color on #A986BD background.


White color preview on #A986BD background

This text has white color on #A986BD background.