COLOR #6BD89F

HEX: #6BD89F
RGB: (107,216,159)

Color info

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

RGB color model

#6BD89F color RGB value is (107,216,159).

  • red value is 107;
  • green value is 216;
  • blue value is 159.
RGB:
(107,216,159)
(42%,85%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 216 of 255 = 85%
B 159 of 255 = 62%

107
216
159

R + G + B ~ 63%. #6BD89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 216 + 159 = 482 (100%)
R 107 of 482 ~ 22.2%
G 216 of 482 ~ 44.81%
B 159 of 482 ~ 32.99%

%22.2
%44.81
%32.99

CMYK color model

#6BD89F color CMYK value is (50,0,26,15).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 15.29%
CMYK:
(50,0,26,15)
C50M0Y26K15 
(50%,0%,26%,15%)
(0.50/0.00/0.26/0.15)	

CMYK percentages

%50.46
%0
%26.39
%15.29

Codes

Color #6BD89F in popluar color models

6BD89F
RGB107216159
HSL149°58.29%63.33%
HSB/HSV149°50.46%84.71%
CMYK50.46%0.00%26.39%
15.29%

Color #6BD89F in popluar number systems.

HEX6BD89F
Decimal107216159
Binary11010111101100010011111
Octal153330237

Shades and tints

Shades of #6BD89F

#6BD89F
(107,216,159)
#62C591
(98,197,145)
#59B283
(89,178,131)
#509F75
(80,159,117)
#478C67
(71,140,103)
#3E7959
(62,121,89)
#35664B
(53,102,75)
#2C533D
(44,83,61)
#23402F
(35,64,47)
#1A2D21
(26,45,33)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #6BD89F

#6BD89F
(107,216,159)
#78DBA7
(120,219,167)
#85DEAF
(133,222,175)
#92E1B7
(146,225,183)
#9FE4BF
(159,228,191)
#ACE7C7
(172,231,199)
#B9EACF
(185,234,207)
#C6EDD7
(198,237,215)
#D3F0DF
(211,240,223)
#E0F3E7
(224,243,231)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD89F color. Also use rgb(107,216,159) instead hex code.

Text Font Color

.myTextColor { color: #6BD89F; }

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

This text font color is #6BD89F.


Background Color

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

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

This div background color is #6BD89F.


Border color

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

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

This div border color is #6BD89F.


Opacity

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

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

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

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

This text has shadow with #6BD89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD89F on black background.


Color preview on white background

This text has color #6BD89F on white background.



Black color preview on #6BD89F background

This text has black color on #6BD89F background.


White color preview on #6BD89F background

This text has white color on #6BD89F background.