COLOR #8AB1D0

HEX: #8AB1D0
RGB: (138,177,208)

Color info

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

RGB color model

#8AB1D0 color RGB value is (138,177,208).

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

RGB channels and saturation

R 138 of 255 = 54%
G 177 of 255 = 69%
B 208 of 255 = 82%

138
177
208

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

Portions of RGB colors in percentages

R + G + B =
138 + 177 + 208 = 523 (100%)
R 138 of 523 ~ 26.39%
G 177 of 523 ~ 33.84%
B 208 of 523 ~ 39.77%

%26.39
%33.84
%39.77

CMYK color model

#8AB1D0 color CMYK value is (34,15,0,18).

  • cyan value is 33.65%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(34,15,0,18)
C34M15Y0K18 
(34%,15%,0%,18%)
(0.34/0.15/0.00/0.18)	

CMYK percentages

%33.65
%14.9
%0
%18.43

Codes

Color #8AB1D0 in popluar color models

8AB1D0
RGB138177208
HSL207°42.68%67.84%
HSB/HSV207°33.65%81.57%
CMYK33.65%14.90%0.00%
18.43%

Color #8AB1D0 in popluar number systems.

HEX8AB1D0
Decimal138177208
Binary100010101011000111010000
Octal212261320

Shades and tints

Shades of #8AB1D0

#8AB1D0
(138,177,208)
#7EA1BE
(126,161,190)
#7291AC
(114,145,172)
#66819A
(102,129,154)
#5A7188
(90,113,136)
#4E6176
(78,97,118)
#425164
(66,81,100)
#364152
(54,65,82)
#2A3140
(42,49,64)
#1E212E
(30,33,46)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #8AB1D0

#8AB1D0
(138,177,208)
#94B8D4
(148,184,212)
#9EBFD8
(158,191,216)
#A8C6DC
(168,198,220)
#B2CDE0
(178,205,224)
#BCD4E4
(188,212,228)
#C6DBE8
(198,219,232)
#D0E2EC
(208,226,236)
#DAE9F0
(218,233,240)
#E4F0F4
(228,240,244)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB1D0 color. Also use rgb(138,177,208) instead hex code.

Text Font Color

.myTextColor { color: #8AB1D0; }

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

This text font color is #8AB1D0.


Background Color

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

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

This div background color is #8AB1D0.


Border color

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

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

This div border color is #8AB1D0.


Opacity

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

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

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

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

This text has shadow with #8AB1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB1D0 on black background.


Color preview on white background

This text has color #8AB1D0 on white background.



Black color preview on #8AB1D0 background

This text has black color on #8AB1D0 background.


White color preview on #8AB1D0 background

This text has white color on #8AB1D0 background.