COLOR #8ABEC7

HEX: #8ABEC7 RGB: (138,190,199)

Color info

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

RGB color model

#8ABEC7 color RGB value is (138,190,199).

RGB: (138,190,199) (54%, 75%, 78%)

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 199 of 255 = 78%

138
190
199

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

Portions of RGB colors in percentages

R + G + B = 138 + 190 + 199 = 527 (100%)
R 138 of 527 ~ 26.19%
G 190 of 527 ~ 36.05%
B 199 of 527 ~ 37.76'%

%26.19
%36.05
%37.76

CMYK color model

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

  • cyan value is 30.65%
  • magenta value is 4.52%
  • 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
%4.52
%0
%21.96

Codes

Color #8ABEC7 in popluar color models

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

Color #8ABEC7 in popluar number systems.

HEX 8A BE C7
Decimal 138 190 199
Binary 10001010 10111110 11000111
Octal 212 276 307

Shades and tints

Shades of #8ABEC7

#8ABEC7
(138,190,199)
#7EADB5
(126,173,181)
#729CA3
(114,156,163)
#668B91
(102,139,145)
#5A7A7F
(90,122,127)
#4E696D
(78,105,109)
#42585B
(66,88,91)
#364749
(54,71,73)
#2A3637
(42,54,55)
#1E2525
(30,37,37)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8ABEC7

#8ABEC7
(138,190,199)
#94C3CC
(148,195,204)
#9EC8D1
(158,200,209)
#A8CDD6
(168,205,214)
#B2D2DB
(178,210,219)
#BCD7E0
(188,215,224)
#C6DCE5
(198,220,229)
#D0E1EA
(208,225,234)
#DAE6EF
(218,230,239)
#E4EBF4
(228,235,244)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABEC7; }

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

This text font color is #8ABEC7.

Background Color

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

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

This div background color is #8ABEC7.

Border color

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

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

This div border color is #8ABEC7.

Opacity

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

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

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

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

This text has shadow with #8ABEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABEC7.

Preview

Color preview on black background

This text has color #8ABEC7 on black background.


Color preview on white background

This text has color #8ABEC7 on white background.


Black color preview on #8ABEC7 background

This text has black color on #8ABEC7 background.


White color preview on #8ABEC7 background

This text has white color on #8ABEC7 background.


Related colors

Complementary color

Complementary color for #hex is #754138.


I love getcolorcode.com

Triadic colors

1 #C78ABE and #BEC78A with #8ABEC7 are triadic colors.

2 #C7BE8A and #BE8AC7 with #8ABEC7 are triadic colors.