COLOR #8ABAC2

HEX: #8ABAC2
RGB: (138,186,194)

Color info

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

RGB color model

#8ABAC2 color RGB value is (138,186,194).

  • red value is 138;
  • green value is 186;
  • blue value is 194.
RGB:
(138,186,194)
(54%,73%,76%)

RGB channels and saturation

R 138 of 255 = 54%
G 186 of 255 = 73%
B 194 of 255 = 76%

138
186
194

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

Portions of RGB colors in percentages

R + G + B =
138 + 186 + 194 = 518 (100%)
R 138 of 518 ~ 26.64%
G 186 of 518 ~ 35.91%
B 194 of 518 ~ 37.45%

%26.64
%35.91
%37.45

CMYK color model

#8ABAC2 color CMYK value is (29,4,0,24).

  • cyan value is 28.87%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(29,4,0,24)
C29M4Y0K24 
(29%,4%,0%,24%)
(0.29/0.04/0.00/0.24)	

CMYK percentages

%28.87
%4.12
%0
%23.92

Codes

Color #8ABAC2 in popluar color models

8ABAC2
RGB138186194
HSL189°31.46%65.10%
HSB/HSV189°28.87%76.08%
CMYK28.87%4.12%0.00%
23.92%

Color #8ABAC2 in popluar number systems.

HEX8ABAC2
Decimal138186194
Binary100010101011101011000010
Octal212272302

Shades and tints

Shades of #8ABAC2

#8ABAC2
(138,186,194)
#7EAAB1
(126,170,177)
#729AA0
(114,154,160)
#668A8F
(102,138,143)
#5A7A7E
(90,122,126)
#4E6A6D
(78,106,109)
#425A5C
(66,90,92)
#364A4B
(54,74,75)
#2A3A3A
(42,58,58)
#1E2A29
(30,42,41)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #8ABAC2

#8ABAC2
(138,186,194)
#94C0C7
(148,192,199)
#9EC6CC
(158,198,204)
#A8CCD1
(168,204,209)
#B2D2D6
(178,210,214)
#BCD8DB
(188,216,219)
#C6DEE0
(198,222,224)
#D0E4E5
(208,228,229)
#DAEAEA
(218,234,234)
#E4F0EF
(228,240,239)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABAC2 color. Also use rgb(138,186,194) instead hex code.

Text Font Color

.myTextColor { color: #8ABAC2; }

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

This text font color is #8ABAC2.


Background Color

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

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

This div background color is #8ABAC2.


Border color

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

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

This div border color is #8ABAC2.


Opacity

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

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

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

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

This text has shadow with #8ABAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABAC2 on black background.


Color preview on white background

This text has color #8ABAC2 on white background.



Black color preview on #8ABAC2 background

This text has black color on #8ABAC2 background.


White color preview on #8ABAC2 background

This text has white color on #8ABAC2 background.