COLOR #8BA398

HEX: #8BA398
RGB: (139,163,152)

Color info

#8BA398 contains red, green and blue colors in about the same proportion. Web safe color of #8BA398 is #999999 (or #999).

RGB color model

#8BA398 color RGB value is (139,163,152).

  • red value is 139;
  • green value is 163;
  • blue value is 152.
RGB:
(139,163,152)
(55%,64%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 163 of 255 = 64%
B 152 of 255 = 60%

139
163
152

R + G + B ~ 60%. #8BA398 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 163 + 152 = 454 (100%)
R 139 of 454 ~ 30.62%
G 163 of 454 ~ 35.9%
B 152 of 454 ~ 33.48%

%30.62
%35.9
%33.48

CMYK color model

#8BA398 color CMYK value is (15,0,7,36).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(15,0,7,36)
C15M0Y7K36 
(15%,0%,7%,36%)
(0.15/0.00/0.07/0.36)	

CMYK percentages

%14.72
%0
%6.75
%36.08

Codes

Color #8BA398 in popluar color models

8BA398
RGB139163152
HSL153°11.54%59.22%
HSB/HSV153°14.72%63.92%
CMYK14.72%0.00%6.75%
36.08%

Color #8BA398 in popluar number systems.

HEX8BA398
Decimal139163152
Binary100010111010001110011000
Octal213243230

Shades and tints

Shades of #8BA398

#8BA398
(139,163,152)
#7F958B
(127,149,139)
#73877E
(115,135,126)
#677971
(103,121,113)
#5B6B64
(91,107,100)
#4F5D57
(79,93,87)
#434F4A
(67,79,74)
#37413D
(55,65,61)
#2B3330
(43,51,48)
#1F2523
(31,37,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #8BA398

#8BA398
(139,163,152)
#95ABA1
(149,171,161)
#9FB3AA
(159,179,170)
#A9BBB3
(169,187,179)
#B3C3BC
(179,195,188)
#BDCBC5
(189,203,197)
#C7D3CE
(199,211,206)
#D1DBD7
(209,219,215)
#DBE3E0
(219,227,224)
#E5EBE9
(229,235,233)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA398; }

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

This text font color is #8BA398.


Background Color

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

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

This div background color is #8BA398.


Border color

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

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

This div border color is #8BA398.


Opacity

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

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

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

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

This text has shadow with #8BA398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA398 on black background.


Color preview on white background

This text has color #8BA398 on white background.



Black color preview on #8BA398 background

This text has black color on #8BA398 background.


White color preview on #8BA398 background

This text has white color on #8BA398 background.