COLOR #6BC88C

HEX: #6BC88C
RGB: (107,200,140)

Color info

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

RGB color model

#6BC88C color RGB value is (107,200,140).

  • red value is 107;
  • green value is 200;
  • blue value is 140.
RGB:
(107,200,140)
(42%,78%,55%)

RGB channels and saturation

R 107 of 255 = 42%
G 200 of 255 = 78%
B 140 of 255 = 55%

107
200
140

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

Portions of RGB colors in percentages

R + G + B =
107 + 200 + 140 = 447 (100%)
R 107 of 447 ~ 23.94%
G 200 of 447 ~ 44.74%
B 140 of 447 ~ 31.32%

%23.94
%44.74
%31.32

CMYK color model

#6BC88C color CMYK value is (47,0,30,22).

  • cyan value is 46.50%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(47,0,30,22)
C47M0Y30K22 
(47%,0%,30%,22%)
(0.47/0.00/0.30/0.22)	

CMYK percentages

%46.5
%0
%30
%21.57

Codes

Color #6BC88C in popluar color models

6BC88C
RGB107200140
HSL141°45.81%60.20%
HSB/HSV141°46.50%78.43%
CMYK46.50%0.00%30.00%
21.57%

Color #6BC88C in popluar number systems.

HEX6BC88C
Decimal107200140
Binary11010111100100010001100
Octal153310214

Shades and tints

Shades of #6BC88C

#6BC88C
(107,200,140)
#62B680
(98,182,128)
#59A474
(89,164,116)
#509268
(80,146,104)
#47805C
(71,128,92)
#3E6E50
(62,110,80)
#355C44
(53,92,68)
#2C4A38
(44,74,56)
#23382C
(35,56,44)
#1A2620
(26,38,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #6BC88C

#6BC88C
(107,200,140)
#78CD96
(120,205,150)
#85D2A0
(133,210,160)
#92D7AA
(146,215,170)
#9FDCB4
(159,220,180)
#ACE1BE
(172,225,190)
#B9E6C8
(185,230,200)
#C6EBD2
(198,235,210)
#D3F0DC
(211,240,220)
#E0F5E6
(224,245,230)
#EDFAF0
(237,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC88C color. Also use rgb(107,200,140) instead hex code.

Text Font Color

.myTextColor { color: #6BC88C; }

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

This text font color is #6BC88C.


Background Color

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

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

This div background color is #6BC88C.


Border color

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

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

This div border color is #6BC88C.


Opacity

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

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

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

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

This text has shadow with #6BC88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC88C on black background.


Color preview on white background

This text has color #6BC88C on white background.



Black color preview on #6BC88C background

This text has black color on #6BC88C background.


White color preview on #6BC88C background

This text has white color on #6BC88C background.