COLOR #6BBC9C

HEX: #6BBC9C RGB: (107,188,156)

Color info

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

RGB color model

#6BBC9C color RGB value is (107,188,156).

RGB: (107,188,156) (42%, 74%, 61%)

RGB channels and saturation

R 107 of 255 = 42%
G 188 of 255 = 74%
B 156 of 255 = 61%

107
188
156

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

Portions of RGB colors in percentages

R + G + B = 107 + 188 + 156 = 451 (100%)
R 107 of 451 ~ 23.73%
G 188 of 451 ~ 41.69%
B 156 of 451 ~ 34.59'%

%23.73
%41.69
%34.59

CMYK color model

#6BBC9C color CMYK value is (43,0,17,26).

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

CMYK: (43,0,17,26)
C43M0Y17K26 (43%, 0%, 17%, 26%)
(0.43 / 0.00 / 0.17 / 0.26)

CMYK percentages

%43.09
%0
%17.02
%26.27

Codes

Color #6BBC9C in popluar color models

6B BC 9C
RGB 107 188 156
HSL 156° 37.67% 57.84%
HSB/HSV 156° 43.09% 73.73%
CMYK 43.09% 0.00% 17.02%
26.27%

Color #6BBC9C in popluar number systems.

HEX 6B BC 9C
Decimal 107 188 156
Binary 1101011 10111100 10011100
Octal 153 274 234

Shades and tints

Shades of #6BBC9C

#6BBC9C
(107,188,156)
#62AB8E
(98,171,142)
#599A80
(89,154,128)
#508972
(80,137,114)
#477864
(71,120,100)
#3E6756
(62,103,86)
#355648
(53,86,72)
#2C453A
(44,69,58)
#23342C
(35,52,44)
#1A231E
(26,35,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #6BBC9C

#6BBC9C
(107,188,156)
#78C2A5
(120,194,165)
#85C8AE
(133,200,174)
#92CEB7
(146,206,183)
#9FD4C0
(159,212,192)
#ACDAC9
(172,218,201)
#B9E0D2
(185,224,210)
#C6E6DB
(198,230,219)
#D3ECE4
(211,236,228)
#E0F2ED
(224,242,237)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BBC9C; }

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

This text font color is #6BBC9C.

Background Color

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

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

This div background color is #6BBC9C.

Border color

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

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

This div border color is #6BBC9C.

Opacity

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

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

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

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

This text has shadow with #6BBC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBC9C.

Preview

Color preview on black background

This text has color #6BBC9C on black background.


Color preview on white background

This text has color #6BBC9C on white background.


Black color preview on #6BBC9C background

This text has black color on #6BBC9C background.


White color preview on #6BBC9C background

This text has white color on #6BBC9C background.


Related colors

Complementary color

Complementary color for #hex is #944363.


I love getcolorcode.com

Triadic colors

1 #9C6BBC and #BC9C6B with #6BBC9C are triadic colors.

2 #9CBC6B and #BC6B9C with #6BBC9C are triadic colors.