COLOR #A89BB6

HEX: #A89BB6
RGB: (168,155,182)

Color info

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

RGB color model

#A89BB6 color RGB value is (168,155,182).

  • red value is 168;
  • green value is 155;
  • blue value is 182.
RGB:
(168,155,182)
(66%,61%,71%)

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 182 of 255 = 71%

168
155
182

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

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 182 = 505 (100%)
R 168 of 505 ~ 33.27%
G 155 of 505 ~ 30.69%
B 182 of 505 ~ 36.04%

%33.27
%30.69
%36.04

CMYK color model

#A89BB6 color CMYK value is (8,15,0,29).

  • cyan value is 7.69%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(8,15,0,29)
C8M15Y0K29 
(8%,15%,0%,29%)
(0.08/0.15/0.00/0.29)	

CMYK percentages

%7.69
%14.84
%0
%28.63

Codes

Color #A89BB6 in popluar color models

A89BB6
RGB168155182
HSL269°15.61%66.08%
HSB/HSV269°14.84%71.37%
CMYK7.69%14.84%0.00%
28.63%

Color #A89BB6 in popluar number systems.

HEXA89BB6
Decimal168155182
Binary101010001001101110110110
Octal250233266

Shades and tints

Shades of #A89BB6

#A89BB6
(168,155,182)
#998DA6
(153,141,166)
#8A7F96
(138,127,150)
#7B7186
(123,113,134)
#6C6376
(108,99,118)
#5D5566
(93,85,102)
#4E4756
(78,71,86)
#3F3946
(63,57,70)
#302B36
(48,43,54)
#211D26
(33,29,38)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #A89BB6

#A89BB6
(168,155,182)
#AFA4BC
(175,164,188)
#B6ADC2
(182,173,194)
#BDB6C8
(189,182,200)
#C4BFCE
(196,191,206)
#CBC8D4
(203,200,212)
#D2D1DA
(210,209,218)
#D9DAE0
(217,218,224)
#E0E3E6
(224,227,230)
#E7ECEC
(231,236,236)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89BB6 color. Also use rgb(168,155,182) instead hex code.

Text Font Color

.myTextColor { color: #A89BB6; }

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

This text font color is #A89BB6.


Background Color

.myBgColor { background-color: #A89BB6; }

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

This div background color is #A89BB6.


Border color

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

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

This div border color is #A89BB6.


Opacity

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

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

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

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

This text has shadow with #A89BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89BB6 on black background.


Color preview on white background

This text has color #A89BB6 on white background.



Black color preview on #A89BB6 background

This text has black color on #A89BB6 background.


White color preview on #A89BB6 background

This text has white color on #A89BB6 background.