COLOR #6DB38E

HEX: #6DB38E
RGB: (109,179,142)

Color info

#6DB38E contains mainly green and blue colors. Web safe color of #6DB38E is #669999 (or #699).

RGB color model

#6DB38E color RGB value is (109,179,142).

  • red value is 109;
  • green value is 179;
  • blue value is 142.
RGB:
(109,179,142)
(43%,70%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 179 of 255 = 70%
B 142 of 255 = 56%

109
179
142

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

Portions of RGB colors in percentages

R + G + B =
109 + 179 + 142 = 430 (100%)
R 109 of 430 ~ 25.35%
G 179 of 430 ~ 41.63%
B 142 of 430 ~ 33.02%

%25.35
%41.63
%33.02

CMYK color model

#6DB38E color CMYK value is (39,0,21,30).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 20.67%
  • key color value is 29.80%
CMYK:
(39,0,21,30)
C39M0Y21K30 
(39%,0%,21%,30%)
(0.39/0.00/0.21/0.30)	

CMYK percentages

%39.11
%0
%20.67
%29.8

Codes

Color #6DB38E in popluar color models

6DB38E
RGB109179142
HSL148°31.53%56.47%
HSB/HSV148°39.11%70.20%
CMYK39.11%0.00%20.67%
29.80%

Color #6DB38E in popluar number systems.

HEX6DB38E
Decimal109179142
Binary11011011011001110001110
Octal155263216

Shades and tints

Shades of #6DB38E

#6DB38E
(109,179,142)
#64A382
(100,163,130)
#5B9376
(91,147,118)
#52836A
(82,131,106)
#49735E
(73,115,94)
#406352
(64,99,82)
#375346
(55,83,70)
#2E433A
(46,67,58)
#25332E
(37,51,46)
#1C2322
(28,35,34)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #6DB38E

#6DB38E
(109,179,142)
#7AB998
(122,185,152)
#87BFA2
(135,191,162)
#94C5AC
(148,197,172)
#A1CBB6
(161,203,182)
#AED1C0
(174,209,192)
#BBD7CA
(187,215,202)
#C8DDD4
(200,221,212)
#D5E3DE
(213,227,222)
#E2E9E8
(226,233,232)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB38E color. Also use rgb(109,179,142) instead hex code.

Text Font Color

.myTextColor { color: #6DB38E; }

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

This text font color is #6DB38E.


Background Color

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

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

This div background color is #6DB38E.


Border color

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

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

This div border color is #6DB38E.


Opacity

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

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

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

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

This text has shadow with #6DB38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB38E on black background.


Color preview on white background

This text has color #6DB38E on white background.



Black color preview on #6DB38E background

This text has black color on #6DB38E background.


White color preview on #6DB38E background

This text has white color on #6DB38E background.