COLOR #A8BDB8

HEX: #A8BDB8
RGB: (168,189,184)

Color info

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

RGB color model

#A8BDB8 color RGB value is (168,189,184).

  • red value is 168;
  • green value is 189;
  • blue value is 184.
RGB:
(168,189,184)
(66%,74%,72%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 184 of 255 = 72%

168
189
184

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

Portions of RGB colors in percentages

R + G + B =
168 + 189 + 184 = 541 (100%)
R 168 of 541 ~ 31.05%
G 189 of 541 ~ 34.94%
B 184 of 541 ~ 34.01%

%31.05
%34.94
%34.01

CMYK color model

#A8BDB8 color CMYK value is (11,0,3,26).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(11,0,3,26)
C11M0Y3K26 
(11%,0%,3%,26%)
(0.11/0.00/0.03/0.26)	

CMYK percentages

%11.11
%0
%2.65
%25.88

Codes

Color #A8BDB8 in popluar color models

A8BDB8
RGB168189184
HSL166°13.73%70.00%
HSB/HSV166°11.11%74.12%
CMYK11.11%0.00%2.65%
25.88%

Color #A8BDB8 in popluar number systems.

HEXA8BDB8
Decimal168189184
Binary101010001011110110111000
Octal250275270

Shades and tints

Shades of #A8BDB8

#A8BDB8
(168,189,184)
#99ACA8
(153,172,168)
#8A9B98
(138,155,152)
#7B8A88
(123,138,136)
#6C7978
(108,121,120)
#5D6868
(93,104,104)
#4E5758
(78,87,88)
#3F4648
(63,70,72)
#303538
(48,53,56)
#212428
(33,36,40)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A8BDB8

#A8BDB8
(168,189,184)
#AFC3BE
(175,195,190)
#B6C9C4
(182,201,196)
#BDCFCA
(189,207,202)
#C4D5D0
(196,213,208)
#CBDBD6
(203,219,214)
#D2E1DC
(210,225,220)
#D9E7E2
(217,231,226)
#E0EDE8
(224,237,232)
#E7F3EE
(231,243,238)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BDB8 color. Also use rgb(168,189,184) instead hex code.

Text Font Color

.myTextColor { color: #A8BDB8; }

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

This text font color is #A8BDB8.


Background Color

.myBgColor { background-color: #A8BDB8; }

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

This div background color is #A8BDB8.


Border color

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

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

This div border color is #A8BDB8.


Opacity

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

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

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

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

This text has shadow with #A8BDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BDB8 on black background.


Color preview on white background

This text has color #A8BDB8 on white background.



Black color preview on #A8BDB8 background

This text has black color on #A8BDB8 background.


White color preview on #A8BDB8 background

This text has white color on #A8BDB8 background.