COLOR #8ABBBD

HEX: #8ABBBD
RGB: (138,187,189)

Color info

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

RGB color model

#8ABBBD color RGB value is (138,187,189).

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

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 189 of 255 = 74%

138
187
189

R + G + B ~ 67%. #8ABBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 187 + 189 = 514 (100%)
R 138 of 514 ~ 26.85%
G 187 of 514 ~ 36.38%
B 189 of 514 ~ 36.77%

%26.85
%36.38
%36.77

CMYK color model

#8ABBBD color CMYK value is (27,1,0,26).

  • cyan value is 26.98%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(27,1,0,26)
C27M1Y0K26 
(27%,1%,0%,26%)
(0.27/0.01/0.00/0.26)	

CMYK percentages

%26.98
%1.06
%0
%25.88

Codes

Color #8ABBBD in popluar color models

8ABBBD
RGB138187189
HSL182°27.87%64.12%
HSB/HSV182°26.98%74.12%
CMYK26.98%1.06%0.00%
25.88%

Color #8ABBBD in popluar number systems.

HEX8ABBBD
Decimal138187189
Binary100010101011101110111101
Octal212273275

Shades and tints

Shades of #8ABBBD

#8ABBBD
(138,187,189)
#7EAAAC
(126,170,172)
#72999B
(114,153,155)
#66888A
(102,136,138)
#5A7779
(90,119,121)
#4E6668
(78,102,104)
#425557
(66,85,87)
#364446
(54,68,70)
#2A3335
(42,51,53)
#1E2224
(30,34,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8ABBBD

#8ABBBD
(138,187,189)
#94C1C3
(148,193,195)
#9EC7C9
(158,199,201)
#A8CDCF
(168,205,207)
#B2D3D5
(178,211,213)
#BCD9DB
(188,217,219)
#C6DFE1
(198,223,225)
#D0E5E7
(208,229,231)
#DAEBED
(218,235,237)
#E4F1F3
(228,241,243)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABBBD; }

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

This text font color is #8ABBBD.


Background Color

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

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

This div background color is #8ABBBD.


Border color

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

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

This div border color is #8ABBBD.


Opacity

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

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

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

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

This text has shadow with #8ABBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABBBD on black background.


Color preview on white background

This text has color #8ABBBD on white background.



Black color preview on #8ABBBD background

This text has black color on #8ABBBD background.


White color preview on #8ABBBD background

This text has white color on #8ABBBD background.