COLOR #A8BDBB

HEX: #A8BDBB RGB: (168,189,187)

Color info

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

RGB color model

#A8BDBB color RGB value is (168,189,187).

RGB: (168,189,187) (66%, 74%, 73%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 187 of 255 = 73%

168
189
187

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

Portions of RGB colors in percentages

R + G + B = 168 + 189 + 187 = 544 (100%)
R 168 of 544 ~ 30.88%
G 189 of 544 ~ 34.74%
B 187 of 544 ~ 34.38'%

%30.88
%34.74
%34.38

CMYK color model

#A8BDBB color CMYK value is (11,0,1,26).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%

CMYK: (11,0,1,26)
C11M0Y1K26 (11%, 0%, 1%, 26%)
(0.11 / 0.00 / 0.01 / 0.26)

CMYK percentages

%11.11
%0
%1.06
%25.88

Codes

Color #A8BDBB in popluar color models

A8 BD BB
RGB 168 189 187
HSL 174° 13.73% 70.00%
HSB/HSV 174° 11.11% 74.12%
CMYK 11.11% 0.00% 1.06%
25.88%

Color #A8BDBB in popluar number systems.

HEX A8 BD BB
Decimal 168 189 187
Binary 10101000 10111101 10111011
Octal 250 275 273

Shades and tints

Shades of #A8BDBB

#A8BDBB
(168,189,187)
#99ACAA
(153,172,170)
#8A9B99
(138,155,153)
#7B8A88
(123,138,136)
#6C7977
(108,121,119)
#5D6866
(93,104,102)
#4E5755
(78,87,85)
#3F4644
(63,70,68)
#303533
(48,53,51)
#212422
(33,36,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8BDBB

#A8BDBB
(168,189,187)
#AFC3C1
(175,195,193)
#B6C9C7
(182,201,199)
#BDCFCD
(189,207,205)
#C4D5D3
(196,213,211)
#CBDBD9
(203,219,217)
#D2E1DF
(210,225,223)
#D9E7E5
(217,231,229)
#E0EDEB
(224,237,235)
#E7F3F1
(231,243,241)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BDBB; }

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

This text font color is #A8BDBB.

Background Color

.myBgColor { background-color: #A8BDBB; }

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

This div background color is #A8BDBB.

Border color

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

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

This div border color is #A8BDBB.

Opacity

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

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

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

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

This text has shadow with #A8BDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BDBB.

Preview

Color preview on black background

This text has color #A8BDBB on black background.


Color preview on white background

This text has color #A8BDBB on white background.


Black color preview on #A8BDBB background

This text has black color on #A8BDBB background.


White color preview on #A8BDBB background

This text has white color on #A8BDBB background.


Related colors

Complementary color

Complementary color for #hex is #574244.


I love getcolorcode.com

Triadic colors

1 #BBA8BD and #BDBBA8 with #A8BDBB are triadic colors.

2 #BBBDA8 and #BDA8BB with #A8BDBB are triadic colors.