COLOR #8AB8B3

HEX: #8AB8B3
RGB: (138,184,179)

Color info

#8AB8B3 contains red, green and blue colors in about the same proportion. Web safe color of #8AB8B3 is #99CC99 (or #9C9).

RGB color model

#8AB8B3 color RGB value is (138,184,179).

  • red value is 138;
  • green value is 184;
  • blue value is 179.
RGB:
(138,184,179)
(54%,72%,70%)

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 179 of 255 = 70%

138
184
179

R + G + B ~ 65%. #8AB8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 179 = 501 (100%)
R 138 of 501 ~ 27.54%
G 184 of 501 ~ 36.73%
B 179 of 501 ~ 35.73%

%27.54
%36.73
%35.73

CMYK color model

#8AB8B3 color CMYK value is (25,0,3,28).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.72%
  • key color value is 27.84%
CMYK:
(25,0,3,28)
C25M0Y3K28 
(25%,0%,3%,28%)
(0.25/0.00/0.03/0.28)	

CMYK percentages

%25
%0
%2.72
%27.84

Codes

Color #8AB8B3 in popluar color models

8AB8B3
RGB138184179
HSL173°24.47%63.14%
HSB/HSV173°25.00%72.16%
CMYK25.00%0.00%2.72%
27.84%

Color #8AB8B3 in popluar number systems.

HEX8AB8B3
Decimal138184179
Binary100010101011100010110011
Octal212270263

Shades and tints

Shades of #8AB8B3

#8AB8B3
(138,184,179)
#7EA8A3
(126,168,163)
#729893
(114,152,147)
#668883
(102,136,131)
#5A7873
(90,120,115)
#4E6863
(78,104,99)
#425853
(66,88,83)
#364843
(54,72,67)
#2A3833
(42,56,51)
#1E2823
(30,40,35)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #8AB8B3

#8AB8B3
(138,184,179)
#94BEB9
(148,190,185)
#9EC4BF
(158,196,191)
#A8CAC5
(168,202,197)
#B2D0CB
(178,208,203)
#BCD6D1
(188,214,209)
#C6DCD7
(198,220,215)
#D0E2DD
(208,226,221)
#DAE8E3
(218,232,227)
#E4EEE9
(228,238,233)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB8B3 color. Also use rgb(138,184,179) instead hex code.

Text Font Color

.myTextColor { color: #8AB8B3; }

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

This text font color is #8AB8B3.


Background Color

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

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

This div background color is #8AB8B3.


Border color

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

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

This div border color is #8AB8B3.


Opacity

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

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

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

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

This text has shadow with #8AB8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB8B3 on black background.


Color preview on white background

This text has color #8AB8B3 on white background.



Black color preview on #8AB8B3 background

This text has black color on #8AB8B3 background.


White color preview on #8AB8B3 background

This text has white color on #8AB8B3 background.