COLOR #A8BBBF

HEX: #A8BBBF
RGB: (168,187,191)

Color info

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

RGB color model

#A8BBBF color RGB value is (168,187,191).

  • red value is 168;
  • green value is 187;
  • blue value is 191.
RGB:
(168,187,191)
(66%,73%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 191 of 255 = 75%

168
187
191

R + G + B ~ 71%. #A8BBBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 187 + 191 = 546 (100%)
R 168 of 546 ~ 30.77%
G 187 of 546 ~ 34.25%
B 191 of 546 ~ 34.98%

%30.77
%34.25
%34.98

CMYK color model

#A8BBBF color CMYK value is (12,2,0,25).

  • cyan value is 12.04%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(12,2,0,25)
C12M2Y0K25 
(12%,2%,0%,25%)
(0.12/0.02/0.00/0.25)	

CMYK percentages

%12.04
%2.09
%0
%25.1

Codes

Color #A8BBBF in popluar color models

A8BBBF
RGB168187191
HSL190°15.23%70.39%
HSB/HSV190°12.04%74.90%
CMYK12.04%2.09%0.00%
25.10%

Color #A8BBBF in popluar number systems.

HEXA8BBBF
Decimal168187191
Binary101010001011101110111111
Octal250273277

Shades and tints

Shades of #A8BBBF

#A8BBBF
(168,187,191)
#99AAAE
(153,170,174)
#8A999D
(138,153,157)
#7B888C
(123,136,140)
#6C777B
(108,119,123)
#5D666A
(93,102,106)
#4E5559
(78,85,89)
#3F4448
(63,68,72)
#303337
(48,51,55)
#212226
(33,34,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A8BBBF

#A8BBBF
(168,187,191)
#AFC1C4
(175,193,196)
#B6C7C9
(182,199,201)
#BDCDCE
(189,205,206)
#C4D3D3
(196,211,211)
#CBD9D8
(203,217,216)
#D2DFDD
(210,223,221)
#D9E5E2
(217,229,226)
#E0EBE7
(224,235,231)
#E7F1EC
(231,241,236)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BBBF color. Also use rgb(168,187,191) instead hex code.

Text Font Color

.myTextColor { color: #A8BBBF; }

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

This text font color is #A8BBBF.


Background Color

.myBgColor { background-color: #A8BBBF; }

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

This div background color is #A8BBBF.


Border color

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

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

This div border color is #A8BBBF.


Opacity

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

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

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

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

This text has shadow with #A8BBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BBBF on black background.


Color preview on white background

This text has color #A8BBBF on white background.



Black color preview on #A8BBBF background

This text has black color on #A8BBBF background.


White color preview on #A8BBBF background

This text has white color on #A8BBBF background.