COLOR #6BDC96

HEX: #6BDC96
RGB: (107,220,150)

Color info

#6BDC96 contains mainly green color. Web safe color of #6BDC96 is #66CC99 (or #6C9).

RGB color model

#6BDC96 color RGB value is (107,220,150).

  • red value is 107;
  • green value is 220;
  • blue value is 150.
RGB:
(107,220,150)
(42%,86%,59%)

RGB channels and saturation

R 107 of 255 = 42%
G 220 of 255 = 86%
B 150 of 255 = 59%

107
220
150

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

Portions of RGB colors in percentages

R + G + B =
107 + 220 + 150 = 477 (100%)
R 107 of 477 ~ 22.43%
G 220 of 477 ~ 46.12%
B 150 of 477 ~ 31.45%

%22.43
%46.12
%31.45

CMYK color model

#6BDC96 color CMYK value is (51,0,32,14).

  • cyan value is 51.36%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK:
(51,0,32,14)
C51M0Y32K14 
(51%,0%,32%,14%)
(0.51/0.00/0.32/0.14)	

CMYK percentages

%51.36
%0
%31.82
%13.73

Codes

Color #6BDC96 in popluar color models

6BDC96
RGB107220150
HSL143°61.75%64.12%
HSB/HSV143°51.36%86.27%
CMYK51.36%0.00%31.82%
13.73%

Color #6BDC96 in popluar number systems.

HEX6BDC96
Decimal107220150
Binary11010111101110010010110
Octal153334226

Shades and tints

Shades of #6BDC96

#6BDC96
(107,220,150)
#62C889
(98,200,137)
#59B47C
(89,180,124)
#50A06F
(80,160,111)
#478C62
(71,140,98)
#3E7855
(62,120,85)
#356448
(53,100,72)
#2C503B
(44,80,59)
#233C2E
(35,60,46)
#1A2821
(26,40,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #6BDC96

#6BDC96
(107,220,150)
#78DF9F
(120,223,159)
#85E2A8
(133,226,168)
#92E5B1
(146,229,177)
#9FE8BA
(159,232,186)
#ACEBC3
(172,235,195)
#B9EECC
(185,238,204)
#C6F1D5
(198,241,213)
#D3F4DE
(211,244,222)
#E0F7E7
(224,247,231)
#EDFAF0
(237,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BDC96 color. Also use rgb(107,220,150) instead hex code.

Text Font Color

.myTextColor { color: #6BDC96; }

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

This text font color is #6BDC96.


Background Color

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

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

This div background color is #6BDC96.


Border color

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

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

This div border color is #6BDC96.


Opacity

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

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

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

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

This text has shadow with #6BDC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BDC96 on black background.


Color preview on white background

This text has color #6BDC96 on white background.



Black color preview on #6BDC96 background

This text has black color on #6BDC96 background.


White color preview on #6BDC96 background

This text has white color on #6BDC96 background.