COLOR #8AB6CC

HEX: #8AB6CC RGB: (138,182,204)

Color info

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

RGB color model

#8AB6CC color RGB value is (138,182,204).

RGB: (138,182,204) (54%, 71%, 80%)

RGB channels and saturation

R 138 of 255 = 54%
G 182 of 255 = 71%
B 204 of 255 = 80%

138
182
204

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

Portions of RGB colors in percentages

R + G + B = 138 + 182 + 204 = 524 (100%)
R 138 of 524 ~ 26.34%
G 182 of 524 ~ 34.73%
B 204 of 524 ~ 38.93'%

%26.34
%34.73
%38.93

CMYK color model

#8AB6CC color CMYK value is (32,11,0,20).

  • cyan value is 32.35%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (32,11,0,20)
C32M11Y0K20 (32%, 11%, 0%, 20%)
(0.32 / 0.11 / 0.00 / 0.20)

CMYK percentages

%32.35
%10.78
%0
%20

Codes

Color #8AB6CC in popluar color models

8A B6 CC
RGB 138 182 204
HSL 200° 39.29% 67.06%
HSB/HSV 200° 32.35% 80.00%
CMYK 32.35% 10.78% 0.00%
20.00%

Color #8AB6CC in popluar number systems.

HEX 8A B6 CC
Decimal 138 182 204
Binary 10001010 10110110 11001100
Octal 212 266 314

Shades and tints

Shades of #8AB6CC

#8AB6CC
(138,182,204)
#7EA6BA
(126,166,186)
#7296A8
(114,150,168)
#668696
(102,134,150)
#5A7684
(90,118,132)
#4E6672
(78,102,114)
#425660
(66,86,96)
#36464E
(54,70,78)
#2A363C
(42,54,60)
#1E262A
(30,38,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #8AB6CC

#8AB6CC
(138,182,204)
#94BCD0
(148,188,208)
#9EC2D4
(158,194,212)
#A8C8D8
(168,200,216)
#B2CEDC
(178,206,220)
#BCD4E0
(188,212,224)
#C6DAE4
(198,218,228)
#D0E0E8
(208,224,232)
#DAE6EC
(218,230,236)
#E4ECF0
(228,236,240)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB6CC color. Also use rgb(138,182,204) instead hex code.

Text Font Color

.myTextColor { color: #8AB6CC; }

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

This text font color is #8AB6CC.

Background Color

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

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

This div background color is #8AB6CC.

Border color

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

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

This div border color is #8AB6CC.

Opacity

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

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

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

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

This text has shadow with #8AB6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB6CC.

Preview

Color preview on black background

This text has color #8AB6CC on black background.


Color preview on white background

This text has color #8AB6CC on white background.


Black color preview on #8AB6CC background

This text has black color on #8AB6CC background.


White color preview on #8AB6CC background

This text has white color on #8AB6CC background.


Related colors

Complementary color

Complementary color for #hex is #754933.


I love getcolorcode.com

Triadic colors

1 #CC8AB6 and #B6CC8A with #8AB6CC are triadic colors.

2 #CCB68A and #B68ACC with #8AB6CC are triadic colors.