COLOR #A992BD

HEX: #A992BD
RGB: (169,146,189)

Color info

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

RGB color model

#A992BD color RGB value is (169,146,189).

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

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 189 of 255 = 74%

169
146
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 146 + 189 = 504 (100%)
R 169 of 504 ~ 33.53%
G 146 of 504 ~ 28.97%
B 189 of 504 ~ 37.5%

%33.53
%28.97
%37.5

CMYK color model

#A992BD color CMYK value is (11,23,0,26).

  • cyan value is 10.58%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,23,0,26)
C11M23Y0K26 
(11%,23%,0%,26%)
(0.11/0.23/0.00/0.26)	

CMYK percentages

%10.58
%22.75
%0
%25.88

Codes

Color #A992BD in popluar color models

A992BD
RGB169146189
HSL272°24.57%65.69%
HSB/HSV272°22.75%74.12%
CMYK10.58%22.75%0.00%
25.88%

Color #A992BD in popluar number systems.

HEXA992BD
Decimal169146189
Binary101010011001001010111101
Octal251222275

Shades and tints

Shades of #A992BD

#A992BD
(169,146,189)
#9A85AC
(154,133,172)
#8B789B
(139,120,155)
#7C6B8A
(124,107,138)
#6D5E79
(109,94,121)
#5E5168
(94,81,104)
#4F4457
(79,68,87)
#403746
(64,55,70)
#312A35
(49,42,53)
#221D24
(34,29,36)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A992BD

#A992BD
(169,146,189)
#B09BC3
(176,155,195)
#B7A4C9
(183,164,201)
#BEADCF
(190,173,207)
#C5B6D5
(197,182,213)
#CCBFDB
(204,191,219)
#D3C8E1
(211,200,225)
#DAD1E7
(218,209,231)
#E1DAED
(225,218,237)
#E8E3F3
(232,227,243)
#EFECF9
(239,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A992BD; }

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

This text font color is #A992BD.


Background Color

.myBgColor { background-color: #A992BD; }

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

This div background color is #A992BD.


Border color

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

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

This div border color is #A992BD.


Opacity

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

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

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

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

This text has shadow with #A992BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A992BD on black background.


Color preview on white background

This text has color #A992BD on white background.



Black color preview on #A992BD background

This text has black color on #A992BD background.


White color preview on #A992BD background

This text has white color on #A992BD background.