COLOR #8BB993

HEX: #8BB993 RGB: (139,185,147)

Color info

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

RGB color model

#8BB993 color RGB value is (139,185,147).

RGB: (139,185,147) (55%, 73%, 58%)

RGB channels and saturation

R 139 of 255 = 55%
G 185 of 255 = 73%
B 147 of 255 = 58%

139
185
147

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

Portions of RGB colors in percentages

R + G + B = 139 + 185 + 147 = 471 (100%)
R 139 of 471 ~ 29.51%
G 185 of 471 ~ 39.28%
B 147 of 471 ~ 31.21'%

%29.51
%39.28
%31.21

CMYK color model

#8BB993 color CMYK value is (25,0,21,27).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%

CMYK: (25,0,21,27)
C25M0Y21K27 (25%, 0%, 21%, 27%)
(0.25 / 0.00 / 0.21 / 0.27)

CMYK percentages

%24.86
%0
%20.54
%27.45

Codes

Color #8BB993 in popluar color models

8B B9 93
RGB 139 185 147
HSL 130° 24.73% 63.53%
HSB/HSV 130° 24.86% 72.55%
CMYK 24.86% 0.00% 20.54%
27.45%

Color #8BB993 in popluar number systems.

HEX 8B B9 93
Decimal 139 185 147
Binary 10001011 10111001 10010011
Octal 213 271 223

Shades and tints

Shades of #8BB993

#8BB993
(139,185,147)
#7FA986
(127,169,134)
#739979
(115,153,121)
#67896C
(103,137,108)
#5B795F
(91,121,95)
#4F6952
(79,105,82)
#435945
(67,89,69)
#374938
(55,73,56)
#2B392B
(43,57,43)
#1F291E
(31,41,30)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #8BB993

#8BB993
(139,185,147)
#95BF9C
(149,191,156)
#9FC5A5
(159,197,165)
#A9CBAE
(169,203,174)
#B3D1B7
(179,209,183)
#BDD7C0
(189,215,192)
#C7DDC9
(199,221,201)
#D1E3D2
(209,227,210)
#DBE9DB
(219,233,219)
#E5EFE4
(229,239,228)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB993 color. Also use rgb(139,185,147) instead hex code.

Text Font Color

.myTextColor { color: #8BB993; }

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

This text font color is #8BB993.

Background Color

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

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

This div background color is #8BB993.

Border color

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

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

This div border color is #8BB993.

Opacity

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

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

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

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

This text has shadow with #8BB993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB993.

Preview

Color preview on black background

This text has color #8BB993 on black background.


Color preview on white background

This text has color #8BB993 on white background.


Black color preview on #8BB993 background

This text has black color on #8BB993 background.


White color preview on #8BB993 background

This text has white color on #8BB993 background.


Related colors

Complementary color

Complementary color for #hex is #74466C.


I love getcolorcode.com

Triadic colors

1 #938BB9 and #B9938B with #8BB993 are triadic colors.

2 #93B98B and #B98B93 with #8BB993 are triadic colors.