COLOR #8AB0D1

HEX: #8AB0D1
RGB: (138,176,209)

Color info

#8AB0D1 contains mainly green and blue colors. Web safe color of #8AB0D1 is #9999CC (or #99C).

RGB color model

#8AB0D1 color RGB value is (138,176,209).

  • red value is 138;
  • green value is 176;
  • blue value is 209.
RGB:
(138,176,209)
(54%,69%,82%)

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 209 of 255 = 82%

138
176
209

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

Portions of RGB colors in percentages

R + G + B =
138 + 176 + 209 = 523 (100%)
R 138 of 523 ~ 26.39%
G 176 of 523 ~ 33.65%
B 209 of 523 ~ 39.96%

%26.39
%33.65
%39.96

CMYK color model

#8AB0D1 color CMYK value is (34,16,0,18).

  • cyan value is 33.97%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(34,16,0,18)
C34M16Y0K18 
(34%,16%,0%,18%)
(0.34/0.16/0.00/0.18)	

CMYK percentages

%33.97
%15.79
%0
%18.04

Codes

Color #8AB0D1 in popluar color models

8AB0D1
RGB138176209
HSL208°43.56%68.04%
HSB/HSV208°33.97%81.96%
CMYK33.97%15.79%0.00%
18.04%

Color #8AB0D1 in popluar number systems.

HEX8AB0D1
Decimal138176209
Binary100010101011000011010001
Octal212260321

Shades and tints

Shades of #8AB0D1

#8AB0D1
(138,176,209)
#7EA0BE
(126,160,190)
#7290AB
(114,144,171)
#668098
(102,128,152)
#5A7085
(90,112,133)
#4E6072
(78,96,114)
#42505F
(66,80,95)
#36404C
(54,64,76)
#2A3039
(42,48,57)
#1E2026
(30,32,38)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #8AB0D1

#8AB0D1
(138,176,209)
#94B7D5
(148,183,213)
#9EBED9
(158,190,217)
#A8C5DD
(168,197,221)
#B2CCE1
(178,204,225)
#BCD3E5
(188,211,229)
#C6DAE9
(198,218,233)
#D0E1ED
(208,225,237)
#DAE8F1
(218,232,241)
#E4EFF5
(228,239,245)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB0D1 color. Also use rgb(138,176,209) instead hex code.

Text Font Color

.myTextColor { color: #8AB0D1; }

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

This text font color is #8AB0D1.


Background Color

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

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

This div background color is #8AB0D1.


Border color

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

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

This div border color is #8AB0D1.


Opacity

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

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

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

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

This text has shadow with #8AB0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB0D1 on black background.


Color preview on white background

This text has color #8AB0D1 on white background.



Black color preview on #8AB0D1 background

This text has black color on #8AB0D1 background.


White color preview on #8AB0D1 background

This text has white color on #8AB0D1 background.