COLOR #6BBC83

HEX: #6BBC83 RGB: (107,188,131)

Color info

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

RGB color model

#6BBC83 color RGB value is (107,188,131).

RGB: (107,188,131) (42%, 74%, 51%)

RGB channels and saturation

R 107 of 255 = 42%
G 188 of 255 = 74%
B 131 of 255 = 51%

107
188
131

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

Portions of RGB colors in percentages

R + G + B = 107 + 188 + 131 = 426 (100%)
R 107 of 426 ~ 25.12%
G 188 of 426 ~ 44.13%
B 131 of 426 ~ 30.75'%

%25.12
%44.13
%30.75

CMYK color model

#6BBC83 color CMYK value is (43,0,30,26).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 26.27%

CMYK: (43,0,30,26)
C43M0Y30K26 (43%, 0%, 30%, 26%)
(0.43 / 0.00 / 0.30 / 0.26)

CMYK percentages

%43.09
%0
%30.32
%26.27

Codes

Color #6BBC83 in popluar color models

6B BC 83
RGB 107 188 131
HSL 138° 37.67% 57.84%
HSB/HSV 138° 43.09% 73.73%
CMYK 43.09% 0.00% 30.32%
26.27%

Color #6BBC83 in popluar number systems.

HEX 6B BC 83
Decimal 107 188 131
Binary 1101011 10111100 10000011
Octal 153 274 203

Shades and tints

Shades of #6BBC83

#6BBC83
(107,188,131)
#62AB78
(98,171,120)
#599A6D
(89,154,109)
#508962
(80,137,98)
#477857
(71,120,87)
#3E674C
(62,103,76)
#355641
(53,86,65)
#2C4536
(44,69,54)
#23342B
(35,52,43)
#1A2320
(26,35,32)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #6BBC83

#6BBC83
(107,188,131)
#78C28E
(120,194,142)
#85C899
(133,200,153)
#92CEA4
(146,206,164)
#9FD4AF
(159,212,175)
#ACDABA
(172,218,186)
#B9E0C5
(185,224,197)
#C6E6D0
(198,230,208)
#D3ECDB
(211,236,219)
#E0F2E6
(224,242,230)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBC83 color. Also use rgb(107,188,131) instead hex code.

Text Font Color

.myTextColor { color: #6BBC83; }

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

This text font color is #6BBC83.

Background Color

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

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

This div background color is #6BBC83.

Border color

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

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

This div border color is #6BBC83.

Opacity

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

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

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

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

This text has shadow with #6BBC83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBC83.

Preview

Color preview on black background

This text has color #6BBC83 on black background.


Color preview on white background

This text has color #6BBC83 on white background.


Black color preview on #6BBC83 background

This text has black color on #6BBC83 background.


White color preview on #6BBC83 background

This text has white color on #6BBC83 background.


Related colors

Complementary color

Complementary color for #hex is #94437C.


I love getcolorcode.com

Triadic colors

1 #836BBC and #BC836B with #6BBC83 are triadic colors.

2 #83BC6B and #BC6B83 with #6BBC83 are triadic colors.