COLOR #8CBF99

HEX: #8CBF99 RGB: (140,191,153)

Color info

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

RGB color model

#8CBF99 color RGB value is (140,191,153).

RGB: (140,191,153) (55%, 75%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 191 of 255 = 75%
B 153 of 255 = 60%

140
191
153

R + G + B ~ 63%. #8CBF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 191 + 153 = 484 (100%)
R 140 of 484 ~ 28.93%
G 191 of 484 ~ 39.46%
B 153 of 484 ~ 31.61'%

%28.93
%39.46
%31.61

CMYK color model

#8CBF99 color CMYK value is (27,0,20,25).

  • cyan value is 26.70%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 25.10%

CMYK: (27,0,20,25)
C27M0Y20K25 (27%, 0%, 20%, 25%)
(0.27 / 0.00 / 0.20 / 0.25)

CMYK percentages

%26.7
%0
%19.9
%25.1

Codes

Color #8CBF99 in popluar color models

8C BF 99
RGB 140 191 153
HSL 135° 28.49% 64.90%
HSB/HSV 135° 26.70% 74.90%
CMYK 26.70% 0.00% 19.90%
25.10%

Color #8CBF99 in popluar number systems.

HEX 8C BF 99
Decimal 140 191 153
Binary 10001100 10111111 10011001
Octal 214 277 231

Shades and tints

Shades of #8CBF99

#8CBF99
(140,191,153)
#80AE8C
(128,174,140)
#749D7F
(116,157,127)
#688C72
(104,140,114)
#5C7B65
(92,123,101)
#506A58
(80,106,88)
#44594B
(68,89,75)
#38483E
(56,72,62)
#2C3731
(44,55,49)
#202624
(32,38,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #8CBF99

#8CBF99
(140,191,153)
#96C4A2
(150,196,162)
#A0C9AB
(160,201,171)
#AACEB4
(170,206,180)
#B4D3BD
(180,211,189)
#BED8C6
(190,216,198)
#C8DDCF
(200,221,207)
#D2E2D8
(210,226,216)
#DCE7E1
(220,231,225)
#E6ECEA
(230,236,234)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBF99 color. Also use rgb(140,191,153) instead hex code.

Text Font Color

.myTextColor { color: #8CBF99; }

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

This text font color is #8CBF99.

Background Color

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

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

This div background color is #8CBF99.

Border color

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

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

This div border color is #8CBF99.

Opacity

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

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

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

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

This text has shadow with #8CBF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBF99.

Preview

Color preview on black background

This text has color #8CBF99 on black background.


Color preview on white background

This text has color #8CBF99 on white background.


Black color preview on #8CBF99 background

This text has black color on #8CBF99 background.


White color preview on #8CBF99 background

This text has white color on #8CBF99 background.


Related colors

Complementary color

Complementary color for #hex is #734066.


I love getcolorcode.com

Triadic colors

1 #998CBF and #BF998C with #8CBF99 are triadic colors.

2 #99BF8C and #BF8C99 with #8CBF99 are triadic colors.