COLOR #8ABDC7

HEX: #8ABDC7 RGB: (138,189,199)

Color info

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

RGB color model

#8ABDC7 color RGB value is (138,189,199).

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

RGB channels and saturation

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

138
189
199

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

Portions of RGB colors in percentages

R + G + B = 138 + 189 + 199 = 526 (100%)
R 138 of 526 ~ 26.24%
G 189 of 526 ~ 35.93%
B 199 of 526 ~ 37.83'%

%26.24
%35.93
%37.83

CMYK color model

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

  • cyan value is 30.65%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (31,5,0,22)
C31M5Y0K22 (31%, 5%, 0%, 22%)
(0.31 / 0.05 / 0.00 / 0.22)

CMYK percentages

%30.65
%5.03
%0
%21.96

Codes

Color #8ABDC7 in popluar color models

8A BD C7
RGB 138 189 199
HSL 190° 35.26% 66.08%
HSB/HSV 190° 30.65% 78.04%
CMYK 30.65% 5.03% 0.00%
21.96%

Color #8ABDC7 in popluar number systems.

HEX 8A BD C7
Decimal 138 189 199
Binary 10001010 10111101 11000111
Octal 212 275 307

Shades and tints

Shades of #8ABDC7

#8ABDC7
(138,189,199)
#7EACB5
(126,172,181)
#729BA3
(114,155,163)
#668A91
(102,138,145)
#5A797F
(90,121,127)
#4E686D
(78,104,109)
#42575B
(66,87,91)
#364649
(54,70,73)
#2A3537
(42,53,55)
#1E2425
(30,36,37)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #8ABDC7

#8ABDC7
(138,189,199)
#94C3CC
(148,195,204)
#9EC9D1
(158,201,209)
#A8CFD6
(168,207,214)
#B2D5DB
(178,213,219)
#BCDBE0
(188,219,224)
#C6E1E5
(198,225,229)
#D0E7EA
(208,231,234)
#DAEDEF
(218,237,239)
#E4F3F4
(228,243,244)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABDC7; }

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

This text font color is #8ABDC7.

Background Color

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

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

This div background color is #8ABDC7.

Border color

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

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

This div border color is #8ABDC7.

Opacity

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

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

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

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

This text has shadow with #8ABDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABDC7.

Preview

Color preview on black background

This text has color #8ABDC7 on black background.


Color preview on white background

This text has color #8ABDC7 on white background.


Black color preview on #8ABDC7 background

This text has black color on #8ABDC7 background.


White color preview on #8ABDC7 background

This text has white color on #8ABDC7 background.


Related colors

Complementary color

Complementary color for #hex is #754238.


I love getcolorcode.com

Triadic colors

1 #C78ABD and #BDC78A with #8ABDC7 are triadic colors.

2 #C7BD8A and #BD8AC7 with #8ABDC7 are triadic colors.