COLOR #8BB498

HEX: #8BB498 RGB: (139,180,152)

Color info

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

RGB color model

#8BB498 color RGB value is (139,180,152).

RGB: (139,180,152) (55%, 71%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 152 of 255 = 60%

139
180
152

R + G + B ~ 62%. #8BB498 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 180 + 152 = 471 (100%)
R 139 of 471 ~ 29.51%
G 180 of 471 ~ 38.22%
B 152 of 471 ~ 32.27'%

%29.51
%38.22
%32.27

CMYK color model

#8BB498 color CMYK value is (23,0,16,29).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 29.41%

CMYK: (23,0,16,29)
C23M0Y16K29 (23%, 0%, 16%, 29%)
(0.23 / 0.00 / 0.16 / 0.29)

CMYK percentages

%22.78
%0
%15.56
%29.41

Codes

Color #8BB498 in popluar color models

8B B4 98
RGB 139 180 152
HSL 139° 21.47% 62.55%
HSB/HSV 139° 22.78% 70.59%
CMYK 22.78% 0.00% 15.56%
29.41%

Color #8BB498 in popluar number systems.

HEX 8B B4 98
Decimal 139 180 152
Binary 10001011 10110100 10011000
Octal 213 264 230

Shades and tints

Shades of #8BB498

#8BB498
(139,180,152)
#7FA48B
(127,164,139)
#73947E
(115,148,126)
#678471
(103,132,113)
#5B7464
(91,116,100)
#4F6457
(79,100,87)
#43544A
(67,84,74)
#37443D
(55,68,61)
#2B3430
(43,52,48)
#1F2423
(31,36,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #8BB498

#8BB498
(139,180,152)
#95BAA1
(149,186,161)
#9FC0AA
(159,192,170)
#A9C6B3
(169,198,179)
#B3CCBC
(179,204,188)
#BDD2C5
(189,210,197)
#C7D8CE
(199,216,206)
#D1DED7
(209,222,215)
#DBE4E0
(219,228,224)
#E5EAE9
(229,234,233)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB498 color. Also use rgb(139,180,152) instead hex code.

Text Font Color

.myTextColor { color: #8BB498; }

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

This text font color is #8BB498.

Background Color

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

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

This div background color is #8BB498.

Border color

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

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

This div border color is #8BB498.

Opacity

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

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

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

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

This text has shadow with #8BB498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB498.

Preview

Color preview on black background

This text has color #8BB498 on black background.


Color preview on white background

This text has color #8BB498 on white background.


Black color preview on #8BB498 background

This text has black color on #8BB498 background.


White color preview on #8BB498 background

This text has white color on #8BB498 background.


Related colors

Complementary color

Complementary color for #hex is #744B67.


I love getcolorcode.com

Triadic colors

1 #988BB4 and #B4988B with #8BB498 are triadic colors.

2 #98B48B and #B48B98 with #8BB498 are triadic colors.