COLOR #ABACBE

HEX: #ABACBE
RGB: (171,172,190)

Color info

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

RGB color model

#ABACBE color RGB value is (171,172,190).

  • red value is 171;
  • green value is 172;
  • blue value is 190.
RGB:
(171,172,190)
(67%,67%,75%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 190 of 255 = 75%

171
172
190

R + G + B ~ 70%. #ABACBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 172 + 190 = 533 (100%)
R 171 of 533 ~ 32.08%
G 172 of 533 ~ 32.27%
B 190 of 533 ~ 35.65%

%32.08
%32.27
%35.65

CMYK color model

#ABACBE color CMYK value is (10,9,0,25).

  • cyan value is 10.00%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,9,0,25)
C10M9Y0K25 
(10%,9%,0%,25%)
(0.10/0.09/0.00/0.25)	

CMYK percentages

%10
%9.47
%0
%25.49

Codes

Color #ABACBE in popluar color models

ABACBE
RGB171172190
HSL237°12.75%70.78%
HSB/HSV237°10.00%74.51%
CMYK10.00%9.47%0.00%
25.49%

Color #ABACBE in popluar number systems.

HEXABACBE
Decimal171172190
Binary101010111010110010111110
Octal253254276

Shades and tints

Shades of #ABACBE

#ABACBE
(171,172,190)
#9C9DAD
(156,157,173)
#8D8E9C
(141,142,156)
#7E7F8B
(126,127,139)
#6F707A
(111,112,122)
#606169
(96,97,105)
#515258
(81,82,88)
#424347
(66,67,71)
#333436
(51,52,54)
#242525
(36,37,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABACBE

#ABACBE
(171,172,190)
#B2B3C3
(178,179,195)
#B9BAC8
(185,186,200)
#C0C1CD
(192,193,205)
#C7C8D2
(199,200,210)
#CECFD7
(206,207,215)
#D5D6DC
(213,214,220)
#DCDDE1
(220,221,225)
#E3E4E6
(227,228,230)
#EAEBEB
(234,235,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABACBE color. Also use rgb(171,172,190) instead hex code.

Text Font Color

.myTextColor { color: #ABACBE; }

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

This text font color is #ABACBE.


Background Color

.myBgColor { background-color: #ABACBE; }

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

This div background color is #ABACBE.


Border color

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

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

This div border color is #ABACBE.


Opacity

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

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

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

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

This text has shadow with #ABACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABACBE on black background.


Color preview on white background

This text has color #ABACBE on white background.



Black color preview on #ABACBE background

This text has black color on #ABACBE background.


White color preview on #ABACBE background

This text has white color on #ABACBE background.