COLOR #8FB697

HEX: #8FB697
RGB: (143,182,151)

Color info

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

RGB color model

#8FB697 color RGB value is (143,182,151).

  • red value is 143;
  • green value is 182;
  • blue value is 151.
RGB:
(143,182,151)
(56%,71%,59%)

RGB channels and saturation

R 143 of 255 = 56%
G 182 of 255 = 71%
B 151 of 255 = 59%

143
182
151

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

Portions of RGB colors in percentages

R + G + B =
143 + 182 + 151 = 476 (100%)
R 143 of 476 ~ 30.04%
G 182 of 476 ~ 38.24%
B 151 of 476 ~ 31.72%

%30.04
%38.24
%31.72

CMYK color model

#8FB697 color CMYK value is (21,0,17,29).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(21,0,17,29)
C21M0Y17K29 
(21%,0%,17%,29%)
(0.21/0.00/0.17/0.29)	

CMYK percentages

%21.43
%0
%17.03
%28.63

Codes

Color #8FB697 in popluar color models

8FB697
RGB143182151
HSL132°21.08%63.73%
HSB/HSV132°21.43%71.37%
CMYK21.43%0.00%17.03%
28.63%

Color #8FB697 in popluar number systems.

HEX8FB697
Decimal143182151
Binary100011111011011010010111
Octal217266227

Shades and tints

Shades of #8FB697

#8FB697
(143,182,151)
#82A68A
(130,166,138)
#75967D
(117,150,125)
#688670
(104,134,112)
#5B7663
(91,118,99)
#4E6656
(78,102,86)
#415649
(65,86,73)
#34463C
(52,70,60)
#27362F
(39,54,47)
#1A2622
(26,38,34)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #8FB697

#8FB697
(143,182,151)
#99BCA0
(153,188,160)
#A3C2A9
(163,194,169)
#ADC8B2
(173,200,178)
#B7CEBB
(183,206,187)
#C1D4C4
(193,212,196)
#CBDACD
(203,218,205)
#D5E0D6
(213,224,214)
#DFE6DF
(223,230,223)
#E9ECE8
(233,236,232)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB697 color. Also use rgb(143,182,151) instead hex code.

Text Font Color

.myTextColor { color: #8FB697; }

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

This text font color is #8FB697.


Background Color

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

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

This div background color is #8FB697.


Border color

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

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

This div border color is #8FB697.


Opacity

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

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

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

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

This text has shadow with #8FB697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB697 on black background.


Color preview on white background

This text has color #8FB697 on white background.



Black color preview on #8FB697 background

This text has black color on #8FB697 background.


White color preview on #8FB697 background

This text has white color on #8FB697 background.