COLOR #8BC195

HEX: #8BC195
RGB: (139,193,149)

Color info

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

RGB color model

#8BC195 color RGB value is (139,193,149).

  • red value is 139;
  • green value is 193;
  • blue value is 149.
RGB:
(139,193,149)
(55%,76%,58%)

RGB channels and saturation

R 139 of 255 = 55%
G 193 of 255 = 76%
B 149 of 255 = 58%

139
193
149

R + G + B ~ 63%. #8BC195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 193 + 149 = 481 (100%)
R 139 of 481 ~ 28.9%
G 193 of 481 ~ 40.12%
B 149 of 481 ~ 30.98%

%28.9
%40.12
%30.98

CMYK color model

#8BC195 color CMYK value is (28,0,23,24).

  • cyan value is 27.98%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%
CMYK:
(28,0,23,24)
C28M0Y23K24 
(28%,0%,23%,24%)
(0.28/0.00/0.23/0.24)	

CMYK percentages

%27.98
%0
%22.8
%24.31

Codes

Color #8BC195 in popluar color models

8BC195
RGB139193149
HSL131°30.34%65.10%
HSB/HSV131°27.98%75.69%
CMYK27.98%0.00%22.80%
24.31%

Color #8BC195 in popluar number systems.

HEX8BC195
Decimal139193149
Binary100010111100000110010101
Octal213301225

Shades and tints

Shades of #8BC195

#8BC195
(139,193,149)
#7FB088
(127,176,136)
#739F7B
(115,159,123)
#678E6E
(103,142,110)
#5B7D61
(91,125,97)
#4F6C54
(79,108,84)
#435B47
(67,91,71)
#374A3A
(55,74,58)
#2B392D
(43,57,45)
#1F2820
(31,40,32)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #8BC195

#8BC195
(139,193,149)
#95C69E
(149,198,158)
#9FCBA7
(159,203,167)
#A9D0B0
(169,208,176)
#B3D5B9
(179,213,185)
#BDDAC2
(189,218,194)
#C7DFCB
(199,223,203)
#D1E4D4
(209,228,212)
#DBE9DD
(219,233,221)
#E5EEE6
(229,238,230)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC195 color. Also use rgb(139,193,149) instead hex code.

Text Font Color

.myTextColor { color: #8BC195; }

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

This text font color is #8BC195.


Background Color

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

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

This div background color is #8BC195.


Border color

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

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

This div border color is #8BC195.


Opacity

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

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

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

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

This text has shadow with #8BC195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC195 on black background.


Color preview on white background

This text has color #8BC195 on white background.



Black color preview on #8BC195 background

This text has black color on #8BC195 background.


White color preview on #8BC195 background

This text has white color on #8BC195 background.