COLOR #8ABED4

HEX: #8ABED4
RGB: (138,190,212)

Color info

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

RGB color model

#8ABED4 color RGB value is (138,190,212).

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

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 212 of 255 = 83%

138
190
212

R + G + B ~ 71%. #8ABED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 190 + 212 = 540 (100%)
R 138 of 540 ~ 25.56%
G 190 of 540 ~ 35.19%
B 212 of 540 ~ 39.26%

%25.56
%35.19
%39.26

CMYK color model

#8ABED4 color CMYK value is (35,10,0,17).

  • cyan value is 34.91%
  • magenta value is 10.38%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(35,10,0,17)
C35M10Y0K17 
(35%,10%,0%,17%)
(0.35/0.10/0.00/0.17)	

CMYK percentages

%34.91
%10.38
%0
%16.86

Codes

Color #8ABED4 in popluar color models

8ABED4
RGB138190212
HSL198°46.25%68.63%
HSB/HSV198°34.91%83.14%
CMYK34.91%10.38%0.00%
16.86%

Color #8ABED4 in popluar number systems.

HEX8ABED4
Decimal138190212
Binary100010101011111011010100
Octal212276324

Shades and tints

Shades of #8ABED4

#8ABED4
(138,190,212)
#7EADC1
(126,173,193)
#729CAE
(114,156,174)
#668B9B
(102,139,155)
#5A7A88
(90,122,136)
#4E6975
(78,105,117)
#425862
(66,88,98)
#36474F
(54,71,79)
#2A363C
(42,54,60)
#1E2529
(30,37,41)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #8ABED4

#8ABED4
(138,190,212)
#94C3D7
(148,195,215)
#9EC8DA
(158,200,218)
#A8CDDD
(168,205,221)
#B2D2E0
(178,210,224)
#BCD7E3
(188,215,227)
#C6DCE6
(198,220,230)
#D0E1E9
(208,225,233)
#DAE6EC
(218,230,236)
#E4EBEF
(228,235,239)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABED4; }

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

This text font color is #8ABED4.


Background Color

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

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

This div background color is #8ABED4.


Border color

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

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

This div border color is #8ABED4.


Opacity

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

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

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

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

This text has shadow with #8ABED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABED4 on black background.


Color preview on white background

This text has color #8ABED4 on white background.



Black color preview on #8ABED4 background

This text has black color on #8ABED4 background.


White color preview on #8ABED4 background

This text has white color on #8ABED4 background.