COLOR #8AB7CD

HEX: #8AB7CD
RGB: (138,183,205)

Color info

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

RGB color model

#8AB7CD color RGB value is (138,183,205).

  • red value is 138;
  • green value is 183;
  • blue value is 205.
RGB:
(138,183,205)
(54%,72%,80%)

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 205 of 255 = 80%

138
183
205

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

Portions of RGB colors in percentages

R + G + B =
138 + 183 + 205 = 526 (100%)
R 138 of 526 ~ 26.24%
G 183 of 526 ~ 34.79%
B 205 of 526 ~ 38.97%

%26.24
%34.79
%38.97

CMYK color model

#8AB7CD color CMYK value is (33,11,0,20).

  • cyan value is 32.68%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(33,11,0,20)
C33M11Y0K20 
(33%,11%,0%,20%)
(0.33/0.11/0.00/0.20)	

CMYK percentages

%32.68
%10.73
%0
%19.61

Codes

Color #8AB7CD in popluar color models

8AB7CD
RGB138183205
HSL200°40.12%67.25%
HSB/HSV200°32.68%80.39%
CMYK32.68%10.73%0.00%
19.61%

Color #8AB7CD in popluar number systems.

HEX8AB7CD
Decimal138183205
Binary100010101011011111001101
Octal212267315

Shades and tints

Shades of #8AB7CD

#8AB7CD
(138,183,205)
#7EA7BB
(126,167,187)
#7297A9
(114,151,169)
#668797
(102,135,151)
#5A7785
(90,119,133)
#4E6773
(78,103,115)
#425761
(66,87,97)
#36474F
(54,71,79)
#2A373D
(42,55,61)
#1E272B
(30,39,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #8AB7CD

#8AB7CD
(138,183,205)
#94BDD1
(148,189,209)
#9EC3D5
(158,195,213)
#A8C9D9
(168,201,217)
#B2CFDD
(178,207,221)
#BCD5E1
(188,213,225)
#C6DBE5
(198,219,229)
#D0E1E9
(208,225,233)
#DAE7ED
(218,231,237)
#E4EDF1
(228,237,241)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB7CD color. Also use rgb(138,183,205) instead hex code.

Text Font Color

.myTextColor { color: #8AB7CD; }

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

This text font color is #8AB7CD.


Background Color

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

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

This div background color is #8AB7CD.


Border color

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

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

This div border color is #8AB7CD.


Opacity

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

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

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

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

This text has shadow with #8AB7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB7CD on black background.


Color preview on white background

This text has color #8AB7CD on white background.



Black color preview on #8AB7CD background

This text has black color on #8AB7CD background.


White color preview on #8AB7CD background

This text has white color on #8AB7CD background.