COLOR #A8BAC2

HEX: #A8BAC2 RGB: (168,186,194)

Color info

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

RGB color model

#A8BAC2 color RGB value is (168,186,194).

RGB: (168,186,194) (66%, 73%, 76%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 194 of 255 = 76%

168
186
194

R + G + B ~ 72%. #A8BAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 186 + 194 = 548 (100%)
R 168 of 548 ~ 30.66%
G 186 of 548 ~ 33.94%
B 194 of 548 ~ 35.4'%

%30.66
%33.94
%35.4

CMYK color model

#A8BAC2 color CMYK value is (13,4,0,24).

  • cyan value is 13.40%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (13,4,0,24)
C13M4Y0K24 (13%, 4%, 0%, 24%)
(0.13 / 0.04 / 0.00 / 0.24)

CMYK percentages

%13.4
%4.12
%0
%23.92

Codes

Color #A8BAC2 in popluar color models

A8 BA C2
RGB 168 186 194
HSL 198° 17.57% 70.98%
HSB/HSV 198° 13.40% 76.08%
CMYK 13.40% 4.12% 0.00%
23.92%

Color #A8BAC2 in popluar number systems.

HEX A8 BA C2
Decimal 168 186 194
Binary 10101000 10111010 11000010
Octal 250 272 302

Shades and tints

Shades of #A8BAC2

#A8BAC2
(168,186,194)
#99AAB1
(153,170,177)
#8A9AA0
(138,154,160)
#7B8A8F
(123,138,143)
#6C7A7E
(108,122,126)
#5D6A6D
(93,106,109)
#4E5A5C
(78,90,92)
#3F4A4B
(63,74,75)
#303A3A
(48,58,58)
#212A29
(33,42,41)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #A8BAC2

#A8BAC2
(168,186,194)
#AFC0C7
(175,192,199)
#B6C6CC
(182,198,204)
#BDCCD1
(189,204,209)
#C4D2D6
(196,210,214)
#CBD8DB
(203,216,219)
#D2DEE0
(210,222,224)
#D9E4E5
(217,228,229)
#E0EAEA
(224,234,234)
#E7F0EF
(231,240,239)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BAC2 color. Also use rgb(168,186,194) instead hex code.

Text Font Color

.myTextColor { color: #A8BAC2; }

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

This text font color is #A8BAC2.

Background Color

.myBgColor { background-color: #A8BAC2; }

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

This div background color is #A8BAC2.

Border color

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

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

This div border color is #A8BAC2.

Opacity

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

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

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

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

This text has shadow with #A8BAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BAC2.

Preview

Color preview on black background

This text has color #A8BAC2 on black background.


Color preview on white background

This text has color #A8BAC2 on white background.


Black color preview on #A8BAC2 background

This text has black color on #A8BAC2 background.


White color preview on #A8BAC2 background

This text has white color on #A8BAC2 background.


Related colors

Complementary color

Complementary color for #hex is #57453D.


I love getcolorcode.com

Triadic colors

1 #C2A8BA and #BAC2A8 with #A8BAC2 are triadic colors.

2 #C2BAA8 and #BAA8C2 with #A8BAC2 are triadic colors.