COLOR #6DBF87

HEX: #6DBF87 RGB: (109,191,135)

Color info

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

RGB color model

#6DBF87 color RGB value is (109,191,135).

RGB: (109,191,135) (43%, 75%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 191 of 255 = 75%
B 135 of 255 = 53%

109
191
135

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

Portions of RGB colors in percentages

R + G + B = 109 + 191 + 135 = 435 (100%)
R 109 of 435 ~ 25.06%
G 191 of 435 ~ 43.91%
B 135 of 435 ~ 31.03'%

%25.06
%43.91
%31.03

CMYK color model

#6DBF87 color CMYK value is (43,0,29,25).

  • cyan value is 42.93%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 25.10%

CMYK: (43,0,29,25)
C43M0Y29K25 (43%, 0%, 29%, 25%)
(0.43 / 0.00 / 0.29 / 0.25)

CMYK percentages

%42.93
%0
%29.32
%25.1

Codes

Color #6DBF87 in popluar color models

6D BF 87
RGB 109 191 135
HSL 139° 39.05% 58.82%
HSB/HSV 139° 42.93% 74.90%
CMYK 42.93% 0.00% 29.32%
25.10%

Color #6DBF87 in popluar number systems.

HEX 6D BF 87
Decimal 109 191 135
Binary 1101101 10111111 10000111
Octal 155 277 207

Shades and tints

Shades of #6DBF87

#6DBF87
(109,191,135)
#64AE7B
(100,174,123)
#5B9D6F
(91,157,111)
#528C63
(82,140,99)
#497B57
(73,123,87)
#406A4B
(64,106,75)
#37593F
(55,89,63)
#2E4833
(46,72,51)
#253727
(37,55,39)
#1C261B
(28,38,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #6DBF87

#6DBF87
(109,191,135)
#7AC491
(122,196,145)
#87C99B
(135,201,155)
#94CEA5
(148,206,165)
#A1D3AF
(161,211,175)
#AED8B9
(174,216,185)
#BBDDC3
(187,221,195)
#C8E2CD
(200,226,205)
#D5E7D7
(213,231,215)
#E2ECE1
(226,236,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DBF87 color. Also use rgb(109,191,135) instead hex code.

Text Font Color

.myTextColor { color: #6DBF87; }

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

This text font color is #6DBF87.

Background Color

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

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

This div background color is #6DBF87.

Border color

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

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

This div border color is #6DBF87.

Opacity

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

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

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

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

This text has shadow with #6DBF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DBF87.

Preview

Color preview on black background

This text has color #6DBF87 on black background.


Color preview on white background

This text has color #6DBF87 on white background.


Black color preview on #6DBF87 background

This text has black color on #6DBF87 background.


White color preview on #6DBF87 background

This text has white color on #6DBF87 background.


Related colors

Complementary color

Complementary color for #hex is #924078.


I love getcolorcode.com

Triadic colors

1 #876DBF and #BF876D with #6DBF87 are triadic colors.

2 #87BF6D and #BF6D87 with #6DBF87 are triadic colors.