COLOR #8ABBC5

HEX: #8ABBC5
RGB: (138,187,197)

Color info

#8ABBC5 contains red, green and blue colors in about the same proportion. Web safe color of #8ABBC5 is #99CCCC (or #9CC).

RGB color model

#8ABBC5 color RGB value is (138,187,197).

  • red value is 138;
  • green value is 187;
  • blue value is 197.
RGB:
(138,187,197)
(54%,73%,77%)

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 197 of 255 = 77%

138
187
197

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

Portions of RGB colors in percentages

R + G + B =
138 + 187 + 197 = 522 (100%)
R 138 of 522 ~ 26.44%
G 187 of 522 ~ 35.82%
B 197 of 522 ~ 37.74%

%26.44
%35.82
%37.74

CMYK color model

#8ABBC5 color CMYK value is (30,5,0,23).

  • cyan value is 29.95%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,5,0,23)
C30M5Y0K23 
(30%,5%,0%,23%)
(0.30/0.05/0.00/0.23)	

CMYK percentages

%29.95
%5.08
%0
%22.75

Codes

Color #8ABBC5 in popluar color models

8ABBC5
RGB138187197
HSL190°33.71%65.69%
HSB/HSV190°29.95%77.25%
CMYK29.95%5.08%0.00%
22.75%

Color #8ABBC5 in popluar number systems.

HEX8ABBC5
Decimal138187197
Binary100010101011101111000101
Octal212273305

Shades and tints

Shades of #8ABBC5

#8ABBC5
(138,187,197)
#7EAAB4
(126,170,180)
#7299A3
(114,153,163)
#668892
(102,136,146)
#5A7781
(90,119,129)
#4E6670
(78,102,112)
#42555F
(66,85,95)
#36444E
(54,68,78)
#2A333D
(42,51,61)
#1E222C
(30,34,44)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #8ABBC5

#8ABBC5
(138,187,197)
#94C1CA
(148,193,202)
#9EC7CF
(158,199,207)
#A8CDD4
(168,205,212)
#B2D3D9
(178,211,217)
#BCD9DE
(188,217,222)
#C6DFE3
(198,223,227)
#D0E5E8
(208,229,232)
#DAEBED
(218,235,237)
#E4F1F2
(228,241,242)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABBC5 color. Also use rgb(138,187,197) instead hex code.

Text Font Color

.myTextColor { color: #8ABBC5; }

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

This text font color is #8ABBC5.


Background Color

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

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

This div background color is #8ABBC5.


Border color

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

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

This div border color is #8ABBC5.


Opacity

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

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

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

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

This text has shadow with #8ABBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABBC5 on black background.


Color preview on white background

This text has color #8ABBC5 on white background.



Black color preview on #8ABBC5 background

This text has black color on #8ABBC5 background.


White color preview on #8ABBC5 background

This text has white color on #8ABBC5 background.