COLOR #A8BBA5

HEX: #A8BBA5 RGB: (168,187,165)

Color info

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

RGB color model

#A8BBA5 color RGB value is (168,187,165).

RGB: (168,187,165) (66%, 73%, 65%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 165 of 255 = 65%

168
187
165

R + G + B ~ 68%. #A8BBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 187 + 165 = 520 (100%)
R 168 of 520 ~ 32.31%
G 187 of 520 ~ 35.96%
B 165 of 520 ~ 31.73'%

%32.31
%35.96
%31.73

CMYK color model

#A8BBA5 color CMYK value is (10,0,12,27).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%

CMYK: (10,0,12,27)
C10M0Y12K27 (10%, 0%, 12%, 27%)
(0.10 / 0.00 / 0.12 / 0.27)

CMYK percentages

%10.16
%0
%11.76
%26.67

Codes

Color #A8BBA5 in popluar color models

A8 BB A5
RGB 168 187 165
HSL 112° 13.92% 69.02%
HSB/HSV 112° 11.76% 73.33%
CMYK 10.16% 0.00% 11.76%
26.67%

Color #A8BBA5 in popluar number systems.

HEX A8 BB A5
Decimal 168 187 165
Binary 10101000 10111011 10100101
Octal 250 273 245

Shades and tints

Shades of #A8BBA5

#A8BBA5
(168,187,165)
#99AA96
(153,170,150)
#8A9987
(138,153,135)
#7B8878
(123,136,120)
#6C7769
(108,119,105)
#5D665A
(93,102,90)
#4E554B
(78,85,75)
#3F443C
(63,68,60)
#30332D
(48,51,45)
#21221E
(33,34,30)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #A8BBA5

#A8BBA5
(168,187,165)
#AFC1AD
(175,193,173)
#B6C7B5
(182,199,181)
#BDCDBD
(189,205,189)
#C4D3C5
(196,211,197)
#CBD9CD
(203,217,205)
#D2DFD5
(210,223,213)
#D9E5DD
(217,229,221)
#E0EBE5
(224,235,229)
#E7F1ED
(231,241,237)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BBA5; }

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

This text font color is #A8BBA5.

Background Color

.myBgColor { background-color: #A8BBA5; }

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

This div background color is #A8BBA5.

Border color

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

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

This div border color is #A8BBA5.

Opacity

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

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

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

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

This text has shadow with #A8BBA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BBA5.

Preview

Color preview on black background

This text has color #A8BBA5 on black background.


Color preview on white background

This text has color #A8BBA5 on white background.


Black color preview on #A8BBA5 background

This text has black color on #A8BBA5 background.


White color preview on #A8BBA5 background

This text has white color on #A8BBA5 background.


Related colors

Complementary color

Complementary color for #hex is #57445A.


I love getcolorcode.com

Triadic colors

1 #A5A8BB and #BBA5A8 with #A8BBA5 are triadic colors.

2 #A5BBA8 and #BBA8A5 with #A8BBA5 are triadic colors.