COLOR #8ABEC5

HEX: #8ABEC5
RGB: (138,190,197)

Color info

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

RGB color model

#8ABEC5 color RGB value is (138,190,197).

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

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 197 of 255 = 77%

138
190
197

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

Portions of RGB colors in percentages

R + G + B =
138 + 190 + 197 = 525 (100%)
R 138 of 525 ~ 26.29%
G 190 of 525 ~ 36.19%
B 197 of 525 ~ 37.52%

%26.29
%36.19
%37.52

CMYK color model

#8ABEC5 color CMYK value is (30,4,0,23).

  • cyan value is 29.95%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,4,0,23)
C30M4Y0K23 
(30%,4%,0%,23%)
(0.30/0.04/0.00/0.23)	

CMYK percentages

%29.95
%3.55
%0
%22.75

Codes

Color #8ABEC5 in popluar color models

8ABEC5
RGB138190197
HSL187°33.71%65.69%
HSB/HSV187°29.95%77.25%
CMYK29.95%3.55%0.00%
22.75%

Color #8ABEC5 in popluar number systems.

HEX8ABEC5
Decimal138190197
Binary100010101011111011000101
Octal212276305

Shades and tints

Shades of #8ABEC5

#8ABEC5
(138,190,197)
#7EADB4
(126,173,180)
#729CA3
(114,156,163)
#668B92
(102,139,146)
#5A7A81
(90,122,129)
#4E6970
(78,105,112)
#42585F
(66,88,95)
#36474E
(54,71,78)
#2A363D
(42,54,61)
#1E252C
(30,37,44)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #8ABEC5

#8ABEC5
(138,190,197)
#94C3CA
(148,195,202)
#9EC8CF
(158,200,207)
#A8CDD4
(168,205,212)
#B2D2D9
(178,210,217)
#BCD7DE
(188,215,222)
#C6DCE3
(198,220,227)
#D0E1E8
(208,225,232)
#DAE6ED
(218,230,237)
#E4EBF2
(228,235,242)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABEC5; }

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

This text font color is #8ABEC5.


Background Color

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

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

This div background color is #8ABEC5.


Border color

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

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

This div border color is #8ABEC5.


Opacity

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

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

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

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

This text has shadow with #8ABEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABEC5 on black background.


Color preview on white background

This text has color #8ABEC5 on white background.



Black color preview on #8ABEC5 background

This text has black color on #8ABEC5 background.


White color preview on #8ABEC5 background

This text has white color on #8ABEC5 background.