COLOR #6DBE83

HEX: #6DBE83 RGB: (109,190,131)

Color info

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

RGB color model

#6DBE83 color RGB value is (109,190,131).

RGB: (109,190,131) (43%, 75%, 51%)

RGB channels and saturation

R 109 of 255 = 43%
G 190 of 255 = 75%
B 131 of 255 = 51%

109
190
131

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

Portions of RGB colors in percentages

R + G + B = 109 + 190 + 131 = 430 (100%)
R 109 of 430 ~ 25.35%
G 190 of 430 ~ 44.19%
B 131 of 430 ~ 30.47'%

%25.35
%44.19
%30.47

CMYK color model

#6DBE83 color CMYK value is (43,0,31,25).

  • cyan value is 42.63%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 25.49%

CMYK: (43,0,31,25)
C43M0Y31K25 (43%, 0%, 31%, 25%)
(0.43 / 0.00 / 0.31 / 0.25)

CMYK percentages

%42.63
%0
%31.05
%25.49

Codes

Color #6DBE83 in popluar color models

6D BE 83
RGB 109 190 131
HSL 136° 38.39% 58.63%
HSB/HSV 136° 42.63% 74.51%
CMYK 42.63% 0.00% 31.05%
25.49%

Color #6DBE83 in popluar number systems.

HEX 6D BE 83
Decimal 109 190 131
Binary 1101101 10111110 10000011
Octal 155 276 203

Shades and tints

Shades of #6DBE83

#6DBE83
(109,190,131)
#64AD78
(100,173,120)
#5B9C6D
(91,156,109)
#528B62
(82,139,98)
#497A57
(73,122,87)
#40694C
(64,105,76)
#375841
(55,88,65)
#2E4736
(46,71,54)
#25362B
(37,54,43)
#1C2520
(28,37,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #6DBE83

#6DBE83
(109,190,131)
#7AC38E
(122,195,142)
#87C899
(135,200,153)
#94CDA4
(148,205,164)
#A1D2AF
(161,210,175)
#AED7BA
(174,215,186)
#BBDCC5
(187,220,197)
#C8E1D0
(200,225,208)
#D5E6DB
(213,230,219)
#E2EBE6
(226,235,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DBE83 color. Also use rgb(109,190,131) instead hex code.

Text Font Color

.myTextColor { color: #6DBE83; }

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

This text font color is #6DBE83.

Background Color

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

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

This div background color is #6DBE83.

Border color

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

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

This div border color is #6DBE83.

Opacity

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

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

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

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

This text has shadow with #6DBE83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DBE83.

Preview

Color preview on black background

This text has color #6DBE83 on black background.


Color preview on white background

This text has color #6DBE83 on white background.


Black color preview on #6DBE83 background

This text has black color on #6DBE83 background.


White color preview on #6DBE83 background

This text has white color on #6DBE83 background.


Related colors

Complementary color

Complementary color for #hex is #92417C.


I love getcolorcode.com

Triadic colors

1 #836DBE and #BE836D with #6DBE83 are triadic colors.

2 #83BE6D and #BE6D83 with #6DBE83 are triadic colors.