COLOR #6BCF97

HEX: #6BCF97
RGB: (107,207,151)

Color info

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

RGB color model

#6BCF97 color RGB value is (107,207,151).

  • red value is 107;
  • green value is 207;
  • blue value is 151.
RGB:
(107,207,151)
(42%,81%,59%)

RGB channels and saturation

R 107 of 255 = 42%
G 207 of 255 = 81%
B 151 of 255 = 59%

107
207
151

R + G + B ~ 61%. #6BCF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 207 + 151 = 465 (100%)
R 107 of 465 ~ 23.01%
G 207 of 465 ~ 44.52%
B 151 of 465 ~ 32.47%

%23.01
%44.52
%32.47

CMYK color model

#6BCF97 color CMYK value is (48,0,27,19).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 18.82%
CMYK:
(48,0,27,19)
C48M0Y27K19 
(48%,0%,27%,19%)
(0.48/0.00/0.27/0.19)	

CMYK percentages

%48.31
%0
%27.05
%18.82

Codes

Color #6BCF97 in popluar color models

6BCF97
RGB107207151
HSL146°51.02%61.57%
HSB/HSV146°48.31%81.18%
CMYK48.31%0.00%27.05%
18.82%

Color #6BCF97 in popluar number systems.

HEX6BCF97
Decimal107207151
Binary11010111100111110010111
Octal153317227

Shades and tints

Shades of #6BCF97

#6BCF97
(107,207,151)
#62BD8A
(98,189,138)
#59AB7D
(89,171,125)
#509970
(80,153,112)
#478763
(71,135,99)
#3E7556
(62,117,86)
#356349
(53,99,73)
#2C513C
(44,81,60)
#233F2F
(35,63,47)
#1A2D22
(26,45,34)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #6BCF97

#6BCF97
(107,207,151)
#78D3A0
(120,211,160)
#85D7A9
(133,215,169)
#92DBB2
(146,219,178)
#9FDFBB
(159,223,187)
#ACE3C4
(172,227,196)
#B9E7CD
(185,231,205)
#C6EBD6
(198,235,214)
#D3EFDF
(211,239,223)
#E0F3E8
(224,243,232)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCF97 color. Also use rgb(107,207,151) instead hex code.

Text Font Color

.myTextColor { color: #6BCF97; }

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

This text font color is #6BCF97.


Background Color

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

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

This div background color is #6BCF97.


Border color

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

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

This div border color is #6BCF97.


Opacity

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

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

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

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

This text has shadow with #6BCF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCF97 on black background.


Color preview on white background

This text has color #6BCF97 on white background.



Black color preview on #6BCF97 background

This text has black color on #6BCF97 background.


White color preview on #6BCF97 background

This text has white color on #6BCF97 background.