COLOR #8AAEB6

HEX: #8AAEB6
RGB: (138,174,182)

Color info

#8AAEB6 contains red, green and blue colors in about the same proportion. Web safe color of #8AAEB6 is #9999CC (or #99C).

RGB color model

#8AAEB6 color RGB value is (138,174,182).

  • red value is 138;
  • green value is 174;
  • blue value is 182.
RGB:
(138,174,182)
(54%,68%,71%)

RGB channels and saturation

R 138 of 255 = 54%
G 174 of 255 = 68%
B 182 of 255 = 71%

138
174
182

R + G + B ~ 64%. #8AAEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 174 + 182 = 494 (100%)
R 138 of 494 ~ 27.94%
G 174 of 494 ~ 35.22%
B 182 of 494 ~ 36.84%

%27.94
%35.22
%36.84

CMYK color model

#8AAEB6 color CMYK value is (24,4,0,29).

  • cyan value is 24.18%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(24,4,0,29)
C24M4Y0K29 
(24%,4%,0%,29%)
(0.24/0.04/0.00/0.29)	

CMYK percentages

%24.18
%4.4
%0
%28.63

Codes

Color #8AAEB6 in popluar color models

8AAEB6
RGB138174182
HSL191°23.16%62.75%
HSB/HSV191°24.18%71.37%
CMYK24.18%4.40%0.00%
28.63%

Color #8AAEB6 in popluar number systems.

HEX8AAEB6
Decimal138174182
Binary100010101010111010110110
Octal212256266

Shades and tints

Shades of #8AAEB6

#8AAEB6
(138,174,182)
#7E9FA6
(126,159,166)
#729096
(114,144,150)
#668186
(102,129,134)
#5A7276
(90,114,118)
#4E6366
(78,99,102)
#425456
(66,84,86)
#364546
(54,69,70)
#2A3636
(42,54,54)
#1E2726
(30,39,38)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #8AAEB6

#8AAEB6
(138,174,182)
#94B5BC
(148,181,188)
#9EBCC2
(158,188,194)
#A8C3C8
(168,195,200)
#B2CACE
(178,202,206)
#BCD1D4
(188,209,212)
#C6D8DA
(198,216,218)
#D0DFE0
(208,223,224)
#DAE6E6
(218,230,230)
#E4EDEC
(228,237,236)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAEB6 color. Also use rgb(138,174,182) instead hex code.

Text Font Color

.myTextColor { color: #8AAEB6; }

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

This text font color is #8AAEB6.


Background Color

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

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

This div background color is #8AAEB6.


Border color

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

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

This div border color is #8AAEB6.


Opacity

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

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

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

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

This text has shadow with #8AAEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAEB6 on black background.


Color preview on white background

This text has color #8AAEB6 on white background.



Black color preview on #8AAEB6 background

This text has black color on #8AAEB6 background.


White color preview on #8AAEB6 background

This text has white color on #8AAEB6 background.