COLOR #8ABCD9

HEX: #8ABCD9 RGB: (138,188,217)

Color info

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

RGB color model

#8ABCD9 color RGB value is (138,188,217).

RGB: (138,188,217) (54%, 74%, 85%)

RGB channels and saturation

R 138 of 255 = 54%
G 188 of 255 = 74%
B 217 of 255 = 85%

138
188
217

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

Portions of RGB colors in percentages

R + G + B = 138 + 188 + 217 = 543 (100%)
R 138 of 543 ~ 25.41%
G 188 of 543 ~ 34.62%
B 217 of 543 ~ 39.96'%

%25.41
%34.62
%39.96

CMYK color model

#8ABCD9 color CMYK value is (36,13,0,15).

  • cyan value is 36.41%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (36,13,0,15) C36M13Y0K15 (36%,13%,0%,15%) (0.36/0.13/0.00/0.15) 

CMYK percentages

%36.41
%13.36
%0
%14.9

Codes

Color #8ABCD9 in popluar color models

8A BC D9
RGB 138 188 217
HSL 202° 50.97% 69.61%
HSB/HSV 202° 36.41% 85.10%
CMYK 36.41% 13.36% 0.00%
14.90%

Color #8ABCD9 in popluar number systems.

HEX 8A BC D9
Decimal 138 188 217
Binary 10001010 10111100 11011001
Octal 212 274 331

Shades and tints

Shades of #8ABCD9

#8ABCD9
(138,188,217)
#7EABC6
(126,171,198)
#729AB3
(114,154,179)
#6689A0
(102,137,160)
#5A788D
(90,120,141)
#4E677A
(78,103,122)
#425667
(66,86,103)
#364554
(54,69,84)
#2A3441
(42,52,65)
#1E232E
(30,35,46)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #8ABCD9

#8ABCD9
(138,188,217)
#94C2DC
(148,194,220)
#9EC8DF
(158,200,223)
#A8CEE2
(168,206,226)
#B2D4E5
(178,212,229)
#BCDAE8
(188,218,232)
#C6E0EB
(198,224,235)
#D0E6EE
(208,230,238)
#DAECF1
(218,236,241)
#E4F2F4
(228,242,244)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABCD9 color. Also use rgb(138,188,217) instead hex code.

Text Font Color

.myTextColor { color: #8ABCD9; }

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

This text font color is #8ABCD9.

Background Color

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

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

This div background color is #8ABCD9.

Border color

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

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

This div border color is #8ABCD9.

Opacity

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

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

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

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

This text has shadow with #8ABCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABCD9.

Preview

Color preview on black background

This text has color #8ABCD9 on black background.


Color preview on white background

This text has color #8ABCD9 on white background.


Black color preview on #8ABCD9 background

This text has black color on #8ABCD9 background.


White color preview on #8ABCD9 background

This text has white color on #8ABCD9 background.


Related colors

Complementary color

Complementary color for #hex is #754326.


I love getcolorcode.com

Triadic colors

1 #D98ABC and #BCD98A with #8ABCD9 are triadic colors.

2 #D9BC8A and #BC8AD9 with #8ABCD9 are triadic colors.