COLOR #A8BDB4

HEX: #A8BDB4
RGB: (168,189,180)

Color info

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

RGB color model

#A8BDB4 color RGB value is (168,189,180).

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

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 180 of 255 = 71%

168
189
180

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

Portions of RGB colors in percentages

R + G + B =
168 + 189 + 180 = 537 (100%)
R 168 of 537 ~ 31.28%
G 189 of 537 ~ 35.2%
B 180 of 537 ~ 33.52%

%31.28
%35.2
%33.52

CMYK color model

#A8BDB4 color CMYK value is (11,0,5,26).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(11,0,5,26)
C11M0Y5K26 
(11%,0%,5%,26%)
(0.11/0.00/0.05/0.26)	

CMYK percentages

%11.11
%0
%4.76
%25.88

Codes

Color #A8BDB4 in popluar color models

A8BDB4
RGB168189180
HSL154°13.73%70.00%
HSB/HSV154°11.11%74.12%
CMYK11.11%0.00%4.76%
25.88%

Color #A8BDB4 in popluar number systems.

HEXA8BDB4
Decimal168189180
Binary101010001011110110110100
Octal250275264

Shades and tints

Shades of #A8BDB4

#A8BDB4
(168,189,180)
#99ACA4
(153,172,164)
#8A9B94
(138,155,148)
#7B8A84
(123,138,132)
#6C7974
(108,121,116)
#5D6864
(93,104,100)
#4E5754
(78,87,84)
#3F4644
(63,70,68)
#303534
(48,53,52)
#212424
(33,36,36)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A8BDB4

#A8BDB4
(168,189,180)
#AFC3BA
(175,195,186)
#B6C9C0
(182,201,192)
#BDCFC6
(189,207,198)
#C4D5CC
(196,213,204)
#CBDBD2
(203,219,210)
#D2E1D8
(210,225,216)
#D9E7DE
(217,231,222)
#E0EDE4
(224,237,228)
#E7F3EA
(231,243,234)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BDB4; }

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

This text font color is #A8BDB4.


Background Color

.myBgColor { background-color: #A8BDB4; }

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

This div background color is #A8BDB4.


Border color

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

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

This div border color is #A8BDB4.


Opacity

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

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

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

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

This text has shadow with #A8BDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BDB4 on black background.


Color preview on white background

This text has color #A8BDB4 on white background.



Black color preview on #A8BDB4 background

This text has black color on #A8BDB4 background.


White color preview on #A8BDB4 background

This text has white color on #A8BDB4 background.