COLOR #8AB7D4

HEX: #8AB7D4
RGB: (138,183,212)

Color info

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

RGB color model

#8AB7D4 color RGB value is (138,183,212).

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

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 212 of 255 = 83%

138
183
212

R + G + B ~ 70%. #8AB7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 183 + 212 = 533 (100%)
R 138 of 533 ~ 25.89%
G 183 of 533 ~ 34.33%
B 212 of 533 ~ 39.77%

%25.89
%34.33
%39.77

CMYK color model

#8AB7D4 color CMYK value is (35,14,0,17).

  • cyan value is 34.91%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(35,14,0,17)
C35M14Y0K17 
(35%,14%,0%,17%)
(0.35/0.14/0.00/0.17)	

CMYK percentages

%34.91
%13.68
%0
%16.86

Codes

Color #8AB7D4 in popluar color models

8AB7D4
RGB138183212
HSL204°46.25%68.63%
HSB/HSV204°34.91%83.14%
CMYK34.91%13.68%0.00%
16.86%

Color #8AB7D4 in popluar number systems.

HEX8AB7D4
Decimal138183212
Binary100010101011011111010100
Octal212267324

Shades and tints

Shades of #8AB7D4

#8AB7D4
(138,183,212)
#7EA7C1
(126,167,193)
#7297AE
(114,151,174)
#66879B
(102,135,155)
#5A7788
(90,119,136)
#4E6775
(78,103,117)
#425762
(66,87,98)
#36474F
(54,71,79)
#2A373C
(42,55,60)
#1E2729
(30,39,41)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8AB7D4

#8AB7D4
(138,183,212)
#94BDD7
(148,189,215)
#9EC3DA
(158,195,218)
#A8C9DD
(168,201,221)
#B2CFE0
(178,207,224)
#BCD5E3
(188,213,227)
#C6DBE6
(198,219,230)
#D0E1E9
(208,225,233)
#DAE7EC
(218,231,236)
#E4EDEF
(228,237,239)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB7D4; }

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

This text font color is #8AB7D4.


Background Color

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

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

This div background color is #8AB7D4.


Border color

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

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

This div border color is #8AB7D4.


Opacity

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

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

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

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

This text has shadow with #8AB7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB7D4 on black background.


Color preview on white background

This text has color #8AB7D4 on white background.



Black color preview on #8AB7D4 background

This text has black color on #8AB7D4 background.


White color preview on #8AB7D4 background

This text has white color on #8AB7D4 background.