COLOR #6DBA9D

HEX: #6DBA9D
RGB: (109,186,157)

Color info

#6DBA9D contains mainly green and blue colors. Web safe color of #6DBA9D is #66CC99 (or #6C9).

RGB color model

#6DBA9D color RGB value is (109,186,157).

  • red value is 109;
  • green value is 186;
  • blue value is 157.
RGB:
(109,186,157)
(43%,73%,62%)

RGB channels and saturation

R 109 of 255 = 43%
G 186 of 255 = 73%
B 157 of 255 = 62%

109
186
157

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

Portions of RGB colors in percentages

R + G + B =
109 + 186 + 157 = 452 (100%)
R 109 of 452 ~ 24.12%
G 186 of 452 ~ 41.15%
B 157 of 452 ~ 34.73%

%24.12
%41.15
%34.73

CMYK color model

#6DBA9D color CMYK value is (41,0,16,27).

  • cyan value is 41.40%
  • magenta value is 0.00%
  • yellow value is 15.59%
  • key color value is 27.06%
CMYK:
(41,0,16,27)
C41M0Y16K27 
(41%,0%,16%,27%)
(0.41/0.00/0.16/0.27)	

CMYK percentages

%41.4
%0
%15.59
%27.06

Codes

Color #6DBA9D in popluar color models

6DBA9D
RGB109186157
HSL157°35.81%57.84%
HSB/HSV157°41.40%72.94%
CMYK41.40%0.00%15.59%
27.06%

Color #6DBA9D in popluar number systems.

HEX6DBA9D
Decimal109186157
Binary11011011011101010011101
Octal155272235

Shades and tints

Shades of #6DBA9D

#6DBA9D
(109,186,157)
#64AA8F
(100,170,143)
#5B9A81
(91,154,129)
#528A73
(82,138,115)
#497A65
(73,122,101)
#406A57
(64,106,87)
#375A49
(55,90,73)
#2E4A3B
(46,74,59)
#253A2D
(37,58,45)
#1C2A1F
(28,42,31)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #6DBA9D

#6DBA9D
(109,186,157)
#7AC0A5
(122,192,165)
#87C6AD
(135,198,173)
#94CCB5
(148,204,181)
#A1D2BD
(161,210,189)
#AED8C5
(174,216,197)
#BBDECD
(187,222,205)
#C8E4D5
(200,228,213)
#D5EADD
(213,234,221)
#E2F0E5
(226,240,229)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DBA9D color. Also use rgb(109,186,157) instead hex code.

Text Font Color

.myTextColor { color: #6DBA9D; }

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

This text font color is #6DBA9D.


Background Color

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

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

This div background color is #6DBA9D.


Border color

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

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

This div border color is #6DBA9D.


Opacity

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

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

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

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

This text has shadow with #6DBA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DBA9D on black background.


Color preview on white background

This text has color #6DBA9D on white background.



Black color preview on #6DBA9D background

This text has black color on #6DBA9D background.


White color preview on #6DBA9D background

This text has white color on #6DBA9D background.