COLOR #8BB8AD

HEX: #8BB8AD
RGB: (139,184,173)

Color info

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

RGB color model

#8BB8AD color RGB value is (139,184,173).

  • red value is 139;
  • green value is 184;
  • blue value is 173.
RGB:
(139,184,173)
(55%,72%,68%)

RGB channels and saturation

R 139 of 255 = 55%
G 184 of 255 = 72%
B 173 of 255 = 68%

139
184
173

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

Portions of RGB colors in percentages

R + G + B =
139 + 184 + 173 = 496 (100%)
R 139 of 496 ~ 28.02%
G 184 of 496 ~ 37.1%
B 173 of 496 ~ 34.88%

%28.02
%37.1
%34.88

CMYK color model

#8BB8AD color CMYK value is (24,0,6,28).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(24,0,6,28)
C24M0Y6K28 
(24%,0%,6%,28%)
(0.24/0.00/0.06/0.28)	

CMYK percentages

%24.46
%0
%5.98
%27.84

Codes

Color #8BB8AD in popluar color models

8BB8AD
RGB139184173
HSL165°24.06%63.33%
HSB/HSV165°24.46%72.16%
CMYK24.46%0.00%5.98%
27.84%

Color #8BB8AD in popluar number systems.

HEX8BB8AD
Decimal139184173
Binary100010111011100010101101
Octal213270255

Shades and tints

Shades of #8BB8AD

#8BB8AD
(139,184,173)
#7FA89E
(127,168,158)
#73988F
(115,152,143)
#678880
(103,136,128)
#5B7871
(91,120,113)
#4F6862
(79,104,98)
#435853
(67,88,83)
#374844
(55,72,68)
#2B3835
(43,56,53)
#1F2826
(31,40,38)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #8BB8AD

#8BB8AD
(139,184,173)
#95BEB4
(149,190,180)
#9FC4BB
(159,196,187)
#A9CAC2
(169,202,194)
#B3D0C9
(179,208,201)
#BDD6D0
(189,214,208)
#C7DCD7
(199,220,215)
#D1E2DE
(209,226,222)
#DBE8E5
(219,232,229)
#E5EEEC
(229,238,236)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB8AD color. Also use rgb(139,184,173) instead hex code.

Text Font Color

.myTextColor { color: #8BB8AD; }

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

This text font color is #8BB8AD.


Background Color

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

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

This div background color is #8BB8AD.


Border color

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

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

This div border color is #8BB8AD.


Opacity

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

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

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

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

This text has shadow with #8BB8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB8AD on black background.


Color preview on white background

This text has color #8BB8AD on white background.



Black color preview on #8BB8AD background

This text has black color on #8BB8AD background.


White color preview on #8BB8AD background

This text has white color on #8BB8AD background.