COLOR #8AB4CF

HEX: #8AB4CF
RGB: (138,180,207)

Color info

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

RGB color model

#8AB4CF color RGB value is (138,180,207).

  • red value is 138;
  • green value is 180;
  • blue value is 207.
RGB:
(138,180,207)
(54%,71%,81%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 207 of 255 = 81%

138
180
207

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

Portions of RGB colors in percentages

R + G + B =
138 + 180 + 207 = 525 (100%)
R 138 of 525 ~ 26.29%
G 180 of 525 ~ 34.29%
B 207 of 525 ~ 39.43%

%26.29
%34.29
%39.43

CMYK color model

#8AB4CF color CMYK value is (33,13,0,19).

  • cyan value is 33.33%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(33,13,0,19)
C33M13Y0K19 
(33%,13%,0%,19%)
(0.33/0.13/0.00/0.19)	

CMYK percentages

%33.33
%13.04
%0
%18.82

Codes

Color #8AB4CF in popluar color models

8AB4CF
RGB138180207
HSL203°41.82%67.65%
HSB/HSV203°33.33%81.18%
CMYK33.33%13.04%0.00%
18.82%

Color #8AB4CF in popluar number systems.

HEX8AB4CF
Decimal138180207
Binary100010101011010011001111
Octal212264317

Shades and tints

Shades of #8AB4CF

#8AB4CF
(138,180,207)
#7EA4BD
(126,164,189)
#7294AB
(114,148,171)
#668499
(102,132,153)
#5A7487
(90,116,135)
#4E6475
(78,100,117)
#425463
(66,84,99)
#364451
(54,68,81)
#2A343F
(42,52,63)
#1E242D
(30,36,45)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #8AB4CF

#8AB4CF
(138,180,207)
#94BAD3
(148,186,211)
#9EC0D7
(158,192,215)
#A8C6DB
(168,198,219)
#B2CCDF
(178,204,223)
#BCD2E3
(188,210,227)
#C6D8E7
(198,216,231)
#D0DEEB
(208,222,235)
#DAE4EF
(218,228,239)
#E4EAF3
(228,234,243)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB4CF color. Also use rgb(138,180,207) instead hex code.

Text Font Color

.myTextColor { color: #8AB4CF; }

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

This text font color is #8AB4CF.


Background Color

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

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

This div background color is #8AB4CF.


Border color

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

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

This div border color is #8AB4CF.


Opacity

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

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

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

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

This text has shadow with #8AB4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB4CF on black background.


Color preview on white background

This text has color #8AB4CF on white background.



Black color preview on #8AB4CF background

This text has black color on #8AB4CF background.


White color preview on #8AB4CF background

This text has white color on #8AB4CF background.