COLOR #6BC285

HEX: #6BC285
RGB: (107,194,133)

Color info

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

RGB color model

#6BC285 color RGB value is (107,194,133).

  • red value is 107;
  • green value is 194;
  • blue value is 133.
RGB:
(107,194,133)
(42%,76%,52%)

RGB channels and saturation

R 107 of 255 = 42%
G 194 of 255 = 76%
B 133 of 255 = 52%

107
194
133

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

Portions of RGB colors in percentages

R + G + B =
107 + 194 + 133 = 434 (100%)
R 107 of 434 ~ 24.65%
G 194 of 434 ~ 44.7%
B 133 of 434 ~ 30.65%

%24.65
%44.7
%30.65

CMYK color model

#6BC285 color CMYK value is (45,0,31,24).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(45,0,31,24)
C45M0Y31K24 
(45%,0%,31%,24%)
(0.45/0.00/0.31/0.24)	

CMYK percentages

%44.85
%0
%31.44
%23.92

Codes

Color #6BC285 in popluar color models

6BC285
RGB107194133
HSL138°41.63%59.02%
HSB/HSV138°44.85%76.08%
CMYK44.85%0.00%31.44%
23.92%

Color #6BC285 in popluar number systems.

HEX6BC285
Decimal107194133
Binary11010111100001010000101
Octal153302205

Shades and tints

Shades of #6BC285

#6BC285
(107,194,133)
#62B179
(98,177,121)
#59A06D
(89,160,109)
#508F61
(80,143,97)
#477E55
(71,126,85)
#3E6D49
(62,109,73)
#355C3D
(53,92,61)
#2C4B31
(44,75,49)
#233A25
(35,58,37)
#1A2919
(26,41,25)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #6BC285

#6BC285
(107,194,133)
#78C790
(120,199,144)
#85CC9B
(133,204,155)
#92D1A6
(146,209,166)
#9FD6B1
(159,214,177)
#ACDBBC
(172,219,188)
#B9E0C7
(185,224,199)
#C6E5D2
(198,229,210)
#D3EADD
(211,234,221)
#E0EFE8
(224,239,232)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC285 color. Also use rgb(107,194,133) instead hex code.

Text Font Color

.myTextColor { color: #6BC285; }

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

This text font color is #6BC285.


Background Color

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

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

This div background color is #6BC285.


Border color

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

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

This div border color is #6BC285.


Opacity

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

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

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

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

This text has shadow with #6BC285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC285 on black background.


Color preview on white background

This text has color #6BC285 on white background.



Black color preview on #6BC285 background

This text has black color on #6BC285 background.


White color preview on #6BC285 background

This text has white color on #6BC285 background.