COLOR #A89BC7

HEX: #A89BC7
RGB: (168,155,199)

Color info

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

RGB color model

#A89BC7 color RGB value is (168,155,199).

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

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 199 of 255 = 78%

168
155
199

R + G + B ~ 68%. #A89BC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 199 = 522 (100%)
R 168 of 522 ~ 32.18%
G 155 of 522 ~ 29.69%
B 199 of 522 ~ 38.12%

%32.18
%29.69
%38.12

CMYK color model

#A89BC7 color CMYK value is (16,22,0,22).

  • cyan value is 15.58%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(16,22,0,22)
C16M22Y0K22 
(16%,22%,0%,22%)
(0.16/0.22/0.00/0.22)	

CMYK percentages

%15.58
%22.11
%0
%21.96

Codes

Color #A89BC7 in popluar color models

A89BC7
RGB168155199
HSL258°28.21%69.41%
HSB/HSV258°22.11%78.04%
CMYK15.58%22.11%0.00%
21.96%

Color #A89BC7 in popluar number systems.

HEXA89BC7
Decimal168155199
Binary101010001001101111000111
Octal250233307

Shades and tints

Shades of #A89BC7

#A89BC7
(168,155,199)
#998DB5
(153,141,181)
#8A7FA3
(138,127,163)
#7B7191
(123,113,145)
#6C637F
(108,99,127)
#5D556D
(93,85,109)
#4E475B
(78,71,91)
#3F3949
(63,57,73)
#302B37
(48,43,55)
#211D25
(33,29,37)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #A89BC7

#A89BC7
(168,155,199)
#AFA4CC
(175,164,204)
#B6ADD1
(182,173,209)
#BDB6D6
(189,182,214)
#C4BFDB
(196,191,219)
#CBC8E0
(203,200,224)
#D2D1E5
(210,209,229)
#D9DAEA
(217,218,234)
#E0E3EF
(224,227,239)
#E7ECF4
(231,236,244)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89BC7; }

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

This text font color is #A89BC7.


Background Color

.myBgColor { background-color: #A89BC7; }

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

This div background color is #A89BC7.


Border color

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

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

This div border color is #A89BC7.


Opacity

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

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

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

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

This text has shadow with #A89BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89BC7 on black background.


Color preview on white background

This text has color #A89BC7 on white background.



Black color preview on #A89BC7 background

This text has black color on #A89BC7 background.


White color preview on #A89BC7 background

This text has white color on #A89BC7 background.