COLOR #6BBF86

HEX: #6BBF86
RGB: (107,191,134)

Color info

#6BBF86 contains mainly green and blue colors. Web safe color of #6BBF86 is #66CC99 (or #6C9).

RGB color model

#6BBF86 color RGB value is (107,191,134).

  • red value is 107;
  • green value is 191;
  • blue value is 134.
RGB:
(107,191,134)
(42%,75%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 191 of 255 = 75%
B 134 of 255 = 53%

107
191
134

R + G + B ~ 57%. #6BBF86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 191 + 134 = 432 (100%)
R 107 of 432 ~ 24.77%
G 191 of 432 ~ 44.21%
B 134 of 432 ~ 31.02%

%24.77
%44.21
%31.02

CMYK color model

#6BBF86 color CMYK value is (44,0,30,25).

  • cyan value is 43.98%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 25.10%
CMYK:
(44,0,30,25)
C44M0Y30K25 
(44%,0%,30%,25%)
(0.44/0.00/0.30/0.25)	

CMYK percentages

%43.98
%0
%29.84
%25.1

Codes

Color #6BBF86 in popluar color models

6BBF86
RGB107191134
HSL139°39.62%58.43%
HSB/HSV139°43.98%74.90%
CMYK43.98%0.00%29.84%
25.10%

Color #6BBF86 in popluar number systems.

HEX6BBF86
Decimal107191134
Binary11010111011111110000110
Octal153277206

Shades and tints

Shades of #6BBF86

#6BBF86
(107,191,134)
#62AE7A
(98,174,122)
#599D6E
(89,157,110)
#508C62
(80,140,98)
#477B56
(71,123,86)
#3E6A4A
(62,106,74)
#35593E
(53,89,62)
#2C4832
(44,72,50)
#233726
(35,55,38)
#1A261A
(26,38,26)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #6BBF86

#6BBF86
(107,191,134)
#78C491
(120,196,145)
#85C99C
(133,201,156)
#92CEA7
(146,206,167)
#9FD3B2
(159,211,178)
#ACD8BD
(172,216,189)
#B9DDC8
(185,221,200)
#C6E2D3
(198,226,211)
#D3E7DE
(211,231,222)
#E0ECE9
(224,236,233)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBF86 color. Also use rgb(107,191,134) instead hex code.

Text Font Color

.myTextColor { color: #6BBF86; }

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

This text font color is #6BBF86.


Background Color

.myBgColor { background-color: #6BBF86; }

<div style="background-color:#6BBF86">Inner text</div>

This div background color is #6BBF86.


Border color

.myBorderColor { border: 1px solid #6BBF86; }

<div style="border:3px solid #6BBF86">Div</div>

This div border color is #6BBF86.


Opacity

.myOpacity80 { color: #6BBF86; opacity: 0.8; }

<p style="color:#6BBF86;opacity:0.8;">80%</p>

Text with #6BBF86 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 #6BBF86;}

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

This text has shadow with #6BBF86 color.

.textShadow {text-shadow: 3px 3px 1px #6BBF86, 3px 3px 1px red;}

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

This text has shadow with #6BBF86 primary color and red secondary color.


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

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

This text has shadow with #6BBF86 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBF86 on black background.


Color preview on white background

This text has color #6BBF86 on white background.



Black color preview on #6BBF86 background

This text has black color on #6BBF86 background.


White color preview on #6BBF86 background

This text has white color on #6BBF86 background.