COLOR #8BB199

HEX: #8BB199 RGB: (139,177,153)

Color info

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

RGB color model

#8BB199 color RGB value is (139,177,153).

RGB: (139,177,153) (55%, 69%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 177 of 255 = 69%
B 153 of 255 = 60%

139
177
153

R + G + B ~ 61%. #8BB199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 177 + 153 = 469 (100%)
R 139 of 469 ~ 29.64%
G 177 of 469 ~ 37.74%
B 153 of 469 ~ 32.62'%

%29.64
%37.74
%32.62

CMYK color model

#8BB199 color CMYK value is (21,0,14,31).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%

CMYK: (21,0,14,31)
C21M0Y14K31 (21%, 0%, 14%, 31%)
(0.21 / 0.00 / 0.14 / 0.31)

CMYK percentages

%21.47
%0
%13.56
%30.59

Codes

Color #8BB199 in popluar color models

8B B1 99
RGB 139 177 153
HSL 142° 19.59% 61.96%
HSB/HSV 142° 21.47% 69.41%
CMYK 21.47% 0.00% 13.56%
30.59%

Color #8BB199 in popluar number systems.

HEX 8B B1 99
Decimal 139 177 153
Binary 10001011 10110001 10011001
Octal 213 261 231

Shades and tints

Shades of #8BB199

#8BB199
(139,177,153)
#7FA18C
(127,161,140)
#73917F
(115,145,127)
#678172
(103,129,114)
#5B7165
(91,113,101)
#4F6158
(79,97,88)
#43514B
(67,81,75)
#37413E
(55,65,62)
#2B3131
(43,49,49)
#1F2124
(31,33,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #8BB199

#8BB199
(139,177,153)
#95B8A2
(149,184,162)
#9FBFAB
(159,191,171)
#A9C6B4
(169,198,180)
#B3CDBD
(179,205,189)
#BDD4C6
(189,212,198)
#C7DBCF
(199,219,207)
#D1E2D8
(209,226,216)
#DBE9E1
(219,233,225)
#E5F0EA
(229,240,234)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB199 color. Also use rgb(139,177,153) instead hex code.

Text Font Color

.myTextColor { color: #8BB199; }

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

This text font color is #8BB199.

Background Color

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

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

This div background color is #8BB199.

Border color

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

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

This div border color is #8BB199.

Opacity

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

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

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

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

This text has shadow with #8BB199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB199.

Preview

Color preview on black background

This text has color #8BB199 on black background.


Color preview on white background

This text has color #8BB199 on white background.


Black color preview on #8BB199 background

This text has black color on #8BB199 background.


White color preview on #8BB199 background

This text has white color on #8BB199 background.


Related colors

Complementary color

Complementary color for #hex is #744E66.


I love getcolorcode.com

Triadic colors

1 #998BB1 and #B1998B with #8BB199 are triadic colors.

2 #99B18B and #B18B99 with #8BB199 are triadic colors.