COLOR #6DB080

HEX: #6DB080
RGB: (109,176,128)

Color info

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

RGB color model

#6DB080 color RGB value is (109,176,128).

  • red value is 109;
  • green value is 176;
  • blue value is 128.
RGB:
(109,176,128)
(43%,69%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 176 of 255 = 69%
B 128 of 255 = 50%

109
176
128

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

Portions of RGB colors in percentages

R + G + B =
109 + 176 + 128 = 413 (100%)
R 109 of 413 ~ 26.39%
G 176 of 413 ~ 42.62%
B 128 of 413 ~ 30.99%

%26.39
%42.62
%30.99

CMYK color model

#6DB080 color CMYK value is (38,0,27,31).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 30.98%
CMYK:
(38,0,27,31)
C38M0Y27K31 
(38%,0%,27%,31%)
(0.38/0.00/0.27/0.31)	

CMYK percentages

%38.07
%0
%27.27
%30.98

Codes

Color #6DB080 in popluar color models

6DB080
RGB109176128
HSL137°29.78%55.88%
HSB/HSV137°38.07%69.02%
CMYK38.07%0.00%27.27%
30.98%

Color #6DB080 in popluar number systems.

HEX6DB080
Decimal109176128
Binary11011011011000010000000
Octal155260200

Shades and tints

Shades of #6DB080

#6DB080
(109,176,128)
#64A075
(100,160,117)
#5B906A
(91,144,106)
#52805F
(82,128,95)
#497054
(73,112,84)
#406049
(64,96,73)
#37503E
(55,80,62)
#2E4033
(46,64,51)
#253028
(37,48,40)
#1C201D
(28,32,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #6DB080

#6DB080
(109,176,128)
#7AB78B
(122,183,139)
#87BE96
(135,190,150)
#94C5A1
(148,197,161)
#A1CCAC
(161,204,172)
#AED3B7
(174,211,183)
#BBDAC2
(187,218,194)
#C8E1CD
(200,225,205)
#D5E8D8
(213,232,216)
#E2EFE3
(226,239,227)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB080 color. Also use rgb(109,176,128) instead hex code.

Text Font Color

.myTextColor { color: #6DB080; }

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

This text font color is #6DB080.


Background Color

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

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

This div background color is #6DB080.


Border color

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

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

This div border color is #6DB080.


Opacity

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

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

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

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

This text has shadow with #6DB080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB080 on black background.


Color preview on white background

This text has color #6DB080 on white background.



Black color preview on #6DB080 background

This text has black color on #6DB080 background.


White color preview on #6DB080 background

This text has white color on #6DB080 background.