COLOR #8AB9C8

HEX: #8AB9C8 RGB: (138,185,200)

Color info

#8AB9C8 contains mainly green and blue colors. Web safe color of #8AB9C8 is #99CCCC (or #9CC).

RGB color model

#8AB9C8 color RGB value is (138,185,200).

RGB: (138,185,200) (54%, 73%, 78%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 200 of 255 = 78%

138
185
200

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

Portions of RGB colors in percentages

R + G + B = 138 + 185 + 200 = 523 (100%)
R 138 of 523 ~ 26.39%
G 185 of 523 ~ 35.37%
B 200 of 523 ~ 38.24'%

%26.39
%35.37
%38.24

CMYK color model

#8AB9C8 color CMYK value is (31,8,0,22).

  • cyan value is 31.00%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (31,8,0,22)
C31M8Y0K22 (31%, 8%, 0%, 22%)
(0.31 / 0.08 / 0.00 / 0.22)

CMYK percentages

%31
%7.5
%0
%21.57

Codes

Color #8AB9C8 in popluar color models

8A B9 C8
RGB 138 185 200
HSL 195° 36.05% 66.27%
HSB/HSV 195° 31.00% 78.43%
CMYK 31.00% 7.50% 0.00%
21.57%

Color #8AB9C8 in popluar number systems.

HEX 8A B9 C8
Decimal 138 185 200
Binary 10001010 10111001 11001000
Octal 212 271 310

Shades and tints

Shades of #8AB9C8

#8AB9C8
(138,185,200)
#7EA9B6
(126,169,182)
#7299A4
(114,153,164)
#668992
(102,137,146)
#5A7980
(90,121,128)
#4E696E
(78,105,110)
#42595C
(66,89,92)
#36494A
(54,73,74)
#2A3938
(42,57,56)
#1E2926
(30,41,38)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #8AB9C8

#8AB9C8
(138,185,200)
#94BFCD
(148,191,205)
#9EC5D2
(158,197,210)
#A8CBD7
(168,203,215)
#B2D1DC
(178,209,220)
#BCD7E1
(188,215,225)
#C6DDE6
(198,221,230)
#D0E3EB
(208,227,235)
#DAE9F0
(218,233,240)
#E4EFF5
(228,239,245)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB9C8 color. Also use rgb(138,185,200) instead hex code.

Text Font Color

.myTextColor { color: #8AB9C8; }

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

This text font color is #8AB9C8.

Background Color

.myBgColor { background-color: #8AB9C8; }

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

This div background color is #8AB9C8.

Border color

.myBorderColor { border: 1px solid #8AB9C8; }

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

This div border color is #8AB9C8.

Opacity

.myOpacity80 { color: #8AB9C8; opacity: 0.8; }

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

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

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

This text has shadow with #8AB9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB9C8.

Preview

Color preview on black background

This text has color #8AB9C8 on black background.


Color preview on white background

This text has color #8AB9C8 on white background.


Black color preview on #8AB9C8 background

This text has black color on #8AB9C8 background.


White color preview on #8AB9C8 background

This text has white color on #8AB9C8 background.


Related colors

Complementary color

Complementary color for #hex is #754637.


I love getcolorcode.com

Triadic colors

1 #C88AB9 and #B9C88A with #8AB9C8 are triadic colors.

2 #C8B98A and #B98AC8 with #8AB9C8 are triadic colors.