COLOR #6BAD80

HEX: #6BAD80
RGB: (107,173,128)

Color info

#6BAD80 contains mainly green and blue colors. Web safe color of #6BAD80 is #669966 (or #696).

RGB color model

#6BAD80 color RGB value is (107,173,128).

  • red value is 107;
  • green value is 173;
  • blue value is 128.
RGB:
(107,173,128)
(42%,68%,50%)

RGB channels and saturation

R 107 of 255 = 42%
G 173 of 255 = 68%
B 128 of 255 = 50%

107
173
128

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

Portions of RGB colors in percentages

R + G + B =
107 + 173 + 128 = 408 (100%)
R 107 of 408 ~ 26.23%
G 173 of 408 ~ 42.4%
B 128 of 408 ~ 31.37%

%26.23
%42.4
%31.37

CMYK color model

#6BAD80 color CMYK value is (38,0,26,32).

  • cyan value is 38.15%
  • magenta value is 0.00%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(38,0,26,32)
C38M0Y26K32 
(38%,0%,26%,32%)
(0.38/0.00/0.26/0.32)	

CMYK percentages

%38.15
%0
%26.01
%32.16

Codes

Color #6BAD80 in popluar color models

6BAD80
RGB107173128
HSL139°28.70%54.90%
HSB/HSV139°38.15%67.84%
CMYK38.15%0.00%26.01%
32.16%

Color #6BAD80 in popluar number systems.

HEX6BAD80
Decimal107173128
Binary11010111010110110000000
Octal153255200

Shades and tints

Shades of #6BAD80

#6BAD80
(107,173,128)
#629E75
(98,158,117)
#598F6A
(89,143,106)
#50805F
(80,128,95)
#477154
(71,113,84)
#3E6249
(62,98,73)
#35533E
(53,83,62)
#2C4433
(44,68,51)
#233528
(35,53,40)
#1A261D
(26,38,29)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #6BAD80

#6BAD80
(107,173,128)
#78B48B
(120,180,139)
#85BB96
(133,187,150)
#92C2A1
(146,194,161)
#9FC9AC
(159,201,172)
#ACD0B7
(172,208,183)
#B9D7C2
(185,215,194)
#C6DECD
(198,222,205)
#D3E5D8
(211,229,216)
#E0ECE3
(224,236,227)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAD80 color. Also use rgb(107,173,128) instead hex code.

Text Font Color

.myTextColor { color: #6BAD80; }

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

This text font color is #6BAD80.


Background Color

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

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

This div background color is #6BAD80.


Border color

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

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

This div border color is #6BAD80.


Opacity

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

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

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

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

This text has shadow with #6BAD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAD80 on black background.


Color preview on white background

This text has color #6BAD80 on white background.



Black color preview on #6BAD80 background

This text has black color on #6BAD80 background.


White color preview on #6BAD80 background

This text has white color on #6BAD80 background.