COLOR #6BE986

HEX: #6BE986
RGB: (107,233,134)

Color info

#6BE986 contains mainly green color. Web safe color of #6BE986 is #66FF99 (or #6F9).

RGB color model

#6BE986 color RGB value is (107,233,134).

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

RGB channels and saturation

R 107 of 255 = 42%
G 233 of 255 = 91%
B 134 of 255 = 53%

107
233
134

R + G + B ~ 62%. #6BE986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 233 + 134 = 474 (100%)
R 107 of 474 ~ 22.57%
G 233 of 474 ~ 49.16%
B 134 of 474 ~ 28.27%

%22.57
%49.16
%28.27

CMYK color model

#6BE986 color CMYK value is (54,0,42,9).

  • cyan value is 54.08%
  • magenta value is 0.00%
  • yellow value is 42.49%
  • key color value is 8.63%
CMYK:
(54,0,42,9)
C54M0Y42K9 
(54%,0%,42%,9%)
(0.54/0.00/0.42/0.09)	

CMYK percentages

%54.08
%0
%42.49
%8.63

Codes

Color #6BE986 in popluar color models

6BE986
RGB107233134
HSL133°74.12%66.67%
HSB/HSV133°54.08%91.37%
CMYK54.08%0.00%42.49%
8.63%

Color #6BE986 in popluar number systems.

HEX6BE986
Decimal107233134
Binary11010111110100110000110
Octal153351206

Shades and tints

Shades of #6BE986

#6BE986
(107,233,134)
#62D47A
(98,212,122)
#59BF6E
(89,191,110)
#50AA62
(80,170,98)
#479556
(71,149,86)
#3E804A
(62,128,74)
#356B3E
(53,107,62)
#2C5632
(44,86,50)
#234126
(35,65,38)
#1A2C1A
(26,44,26)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #6BE986

#6BE986
(107,233,134)
#78EB91
(120,235,145)
#85ED9C
(133,237,156)
#92EFA7
(146,239,167)
#9FF1B2
(159,241,178)
#ACF3BD
(172,243,189)
#B9F5C8
(185,245,200)
#C6F7D3
(198,247,211)
#D3F9DE
(211,249,222)
#E0FBE9
(224,251,233)
#EDFDF4
(237,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BE986; }

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

This text font color is #6BE986.


Background Color

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

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

This div background color is #6BE986.


Border color

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

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

This div border color is #6BE986.


Opacity

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

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

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

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

This text has shadow with #6BE986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE986 on black background.


Color preview on white background

This text has color #6BE986 on white background.



Black color preview on #6BE986 background

This text has black color on #6BE986 background.


White color preview on #6BE986 background

This text has white color on #6BE986 background.