COLOR #8BBC95

HEX: #8BBC95 RGB: (139,188,149)

Color info

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

RGB color model

#8BBC95 color RGB value is (139,188,149).

RGB: (139,188,149) (55%, 74%, 58%)

RGB channels and saturation

R 139 of 255 = 55%
G 188 of 255 = 74%
B 149 of 255 = 58%

139
188
149

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

Portions of RGB colors in percentages

R + G + B = 139 + 188 + 149 = 476 (100%)
R 139 of 476 ~ 29.2%
G 188 of 476 ~ 39.5%
B 149 of 476 ~ 31.3'%

%29.2
%39.5
%31.3

CMYK color model

#8BBC95 color CMYK value is (26,0,21,26).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK: (26,0,21,26) C26M0Y21K26 (26%,0%,21%,26%) (0.26/0.00/0.21/0.26) 

CMYK percentages

%26.06
%0
%20.74
%26.27

Codes

Color #8BBC95 in popluar color models

8B BC 95
RGB 139 188 149
HSL 132° 26.78% 64.12%
HSB/HSV 132° 26.06% 73.73%
CMYK 26.06% 0.00% 20.74%
26.27%

Color #8BBC95 in popluar number systems.

HEX 8B BC 95
Decimal 139 188 149
Binary 10001011 10111100 10010101
Octal 213 274 225

Shades and tints

Shades of #8BBC95

#8BBC95
(139,188,149)
#7FAB88
(127,171,136)
#739A7B
(115,154,123)
#67896E
(103,137,110)
#5B7861
(91,120,97)
#4F6754
(79,103,84)
#435647
(67,86,71)
#37453A
(55,69,58)
#2B342D
(43,52,45)
#1F2320
(31,35,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #8BBC95

#8BBC95
(139,188,149)
#95C29E
(149,194,158)
#9FC8A7
(159,200,167)
#A9CEB0
(169,206,176)
#B3D4B9
(179,212,185)
#BDDAC2
(189,218,194)
#C7E0CB
(199,224,203)
#D1E6D4
(209,230,212)
#DBECDD
(219,236,221)
#E5F2E6
(229,242,230)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BBC95; }

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

This text font color is #8BBC95.

Background Color

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

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

This div background color is #8BBC95.

Border color

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

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

This div border color is #8BBC95.

Opacity

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

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

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

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

This text has shadow with #8BBC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BBC95.

Preview

Color preview on black background

This text has color #8BBC95 on black background.


Color preview on white background

This text has color #8BBC95 on white background.


Black color preview on #8BBC95 background

This text has black color on #8BBC95 background.


White color preview on #8BBC95 background

This text has white color on #8BBC95 background.


Related colors

Complementary color

Complementary color for #hex is #74436A.


I love getcolorcode.com

Triadic colors

1 #958BBC and #BC958B with #8BBC95 are triadic colors.

2 #95BC8B and #BC8B95 with #8BBC95 are triadic colors.