COLOR #6DB89A

HEX: #6DB89A
RGB: (109,184,154)

Color info

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

RGB color model

#6DB89A color RGB value is (109,184,154).

  • red value is 109;
  • green value is 184;
  • blue value is 154.
RGB:
(109,184,154)
(43%,72%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 184 of 255 = 72%
B 154 of 255 = 60%

109
184
154

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

Portions of RGB colors in percentages

R + G + B =
109 + 184 + 154 = 447 (100%)
R 109 of 447 ~ 24.38%
G 184 of 447 ~ 41.16%
B 154 of 447 ~ 34.45%

%24.38
%41.16
%34.45

CMYK color model

#6DB89A color CMYK value is (41,0,16,28).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK:
(41,0,16,28)
C41M0Y16K28 
(41%,0%,16%,28%)
(0.41/0.00/0.16/0.28)	

CMYK percentages

%40.76
%0
%16.3
%27.84

Codes

Color #6DB89A in popluar color models

6DB89A
RGB109184154
HSL156°34.56%57.45%
HSB/HSV156°40.76%72.16%
CMYK40.76%0.00%16.30%
27.84%

Color #6DB89A in popluar number systems.

HEX6DB89A
Decimal109184154
Binary11011011011100010011010
Octal155270232

Shades and tints

Shades of #6DB89A

#6DB89A
(109,184,154)
#64A88C
(100,168,140)
#5B987E
(91,152,126)
#528870
(82,136,112)
#497862
(73,120,98)
#406854
(64,104,84)
#375846
(55,88,70)
#2E4838
(46,72,56)
#25382A
(37,56,42)
#1C281C
(28,40,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #6DB89A

#6DB89A
(109,184,154)
#7ABEA3
(122,190,163)
#87C4AC
(135,196,172)
#94CAB5
(148,202,181)
#A1D0BE
(161,208,190)
#AED6C7
(174,214,199)
#BBDCD0
(187,220,208)
#C8E2D9
(200,226,217)
#D5E8E2
(213,232,226)
#E2EEEB
(226,238,235)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB89A color. Also use rgb(109,184,154) instead hex code.

Text Font Color

.myTextColor { color: #6DB89A; }

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

This text font color is #6DB89A.


Background Color

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

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

This div background color is #6DB89A.


Border color

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

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

This div border color is #6DB89A.


Opacity

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

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

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

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

This text has shadow with #6DB89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB89A on black background.


Color preview on white background

This text has color #6DB89A on white background.



Black color preview on #6DB89A background

This text has black color on #6DB89A background.


White color preview on #6DB89A background

This text has white color on #6DB89A background.