COLOR #8FB099

HEX: #8FB099 RGB: (143,176,153)

Color info

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

RGB color model

#8FB099 color RGB value is (143,176,153).

RGB: (143,176,153) (56%, 69%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 153 of 255 = 60%

143
176
153

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

Portions of RGB colors in percentages

R + G + B = 143 + 176 + 153 = 472 (100%)
R 143 of 472 ~ 30.3%
G 176 of 472 ~ 37.29%
B 153 of 472 ~ 32.42'%

%30.3
%37.29
%32.42

CMYK color model

#8FB099 color CMYK value is (19,0,13,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 30.98%

CMYK: (19,0,13,31)
C19M0Y13K31 (19%, 0%, 13%, 31%)
(0.19 / 0.00 / 0.13 / 0.31)

CMYK percentages

%18.75
%0
%13.07
%30.98

Codes

Color #8FB099 in popluar color models

8F B0 99
RGB 143 176 153
HSL 138° 17.28% 62.55%
HSB/HSV 138° 18.75% 69.02%
CMYK 18.75% 0.00% 13.07%
30.98%

Color #8FB099 in popluar number systems.

HEX 8F B0 99
Decimal 143 176 153
Binary 10001111 10110000 10011001
Octal 217 260 231

Shades and tints

Shades of #8FB099

#8FB099
(143,176,153)
#82A08C
(130,160,140)
#75907F
(117,144,127)
#688072
(104,128,114)
#5B7065
(91,112,101)
#4E6058
(78,96,88)
#41504B
(65,80,75)
#34403E
(52,64,62)
#273031
(39,48,49)
#1A2024
(26,32,36)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #8FB099

#8FB099
(143,176,153)
#99B7A2
(153,183,162)
#A3BEAB
(163,190,171)
#ADC5B4
(173,197,180)
#B7CCBD
(183,204,189)
#C1D3C6
(193,211,198)
#CBDACF
(203,218,207)
#D5E1D8
(213,225,216)
#DFE8E1
(223,232,225)
#E9EFEA
(233,239,234)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB099 color. Also use rgb(143,176,153) instead hex code.

Text Font Color

.myTextColor { color: #8FB099; }

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

This text font color is #8FB099.

Background Color

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

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

This div background color is #8FB099.

Border color

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

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

This div border color is #8FB099.

Opacity

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

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

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

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

This text has shadow with #8FB099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB099.

Preview

Color preview on black background

This text has color #8FB099 on black background.


Color preview on white background

This text has color #8FB099 on white background.


Black color preview on #8FB099 background

This text has black color on #8FB099 background.


White color preview on #8FB099 background

This text has white color on #8FB099 background.


Related colors

Complementary color

Complementary color for #hex is #704F66.


I love getcolorcode.com

Triadic colors

1 #998FB0 and #B0998F with #8FB099 are triadic colors.

2 #99B08F and #B08F99 with #8FB099 are triadic colors.