COLOR #8ABDC8

HEX: #8ABDC8 RGB: (138,189,200)

Color info

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

RGB color model

#8ABDC8 color RGB value is (138,189,200).

RGB: (138,189,200) (54%, 74%, 78%)

RGB channels and saturation

R 138 of 255 = 54%
G 189 of 255 = 74%
B 200 of 255 = 78%

138
189
200

R + G + B ~ 69%. #8ABDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 189 + 200 = 527 (100%)
R 138 of 527 ~ 26.19%
G 189 of 527 ~ 35.86%
B 200 of 527 ~ 37.95'%

%26.19
%35.86
%37.95

CMYK color model

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

  • cyan value is 31.00%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (31,5,0,22) C31M5Y0K22 (31%,5%,0%,22%) (0.31/0.05/0.00/0.22) 

CMYK percentages

%31
%5.5
%0
%21.57

Codes

Color #8ABDC8 in popluar color models

8A BD C8
RGB 138 189 200
HSL 191° 36.05% 66.27%
HSB/HSV 191° 31.00% 78.43%
CMYK 31.00% 5.50% 0.00%
21.57%

Color #8ABDC8 in popluar number systems.

HEX 8A BD C8
Decimal 138 189 200
Binary 10001010 10111101 11001000
Octal 212 275 310

Shades and tints

Shades of #8ABDC8

#8ABDC8
(138,189,200)
#7EACB6
(126,172,182)
#729BA4
(114,155,164)
#668A92
(102,138,146)
#5A7980
(90,121,128)
#4E686E
(78,104,110)
#42575C
(66,87,92)
#36464A
(54,70,74)
#2A3538
(42,53,56)
#1E2426
(30,36,38)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8ABDC8

#8ABDC8
(138,189,200)
#94C3CD
(148,195,205)
#9EC9D2
(158,201,210)
#A8CFD7
(168,207,215)
#B2D5DC
(178,213,220)
#BCDBE1
(188,219,225)
#C6E1E6
(198,225,230)
#D0E7EB
(208,231,235)
#DAEDF0
(218,237,240)
#E4F3F5
(228,243,245)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABDC8; }

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

This text font color is #8ABDC8.

Background Color

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

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

This div background color is #8ABDC8.

Border color

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

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

This div border color is #8ABDC8.

Opacity

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

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

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

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

This text has shadow with #8ABDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABDC8.

Preview

Color preview on black background

This text has color #8ABDC8 on black background.


Color preview on white background

This text has color #8ABDC8 on white background.


Black color preview on #8ABDC8 background

This text has black color on #8ABDC8 background.


White color preview on #8ABDC8 background

This text has white color on #8ABDC8 background.


Related colors

Complementary color

Complementary color for #hex is #754237.


I love getcolorcode.com

Triadic colors

1 #C88ABD and #BDC88A with #8ABDC8 are triadic colors.

2 #C8BD8A and #BD8AC8 with #8ABDC8 are triadic colors.