COLOR #6BBCB3

HEX: #6BBCB3 RGB: (107,188,179)

Color info

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

RGB color model

#6BBCB3 color RGB value is (107,188,179).

RGB: (107,188,179) (42%, 74%, 70%)

RGB channels and saturation

R 107 of 255 = 42%
G 188 of 255 = 74%
B 179 of 255 = 70%

107
188
179

R + G + B ~ 62%. #6BBCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 188 + 179 = 474 (100%)
R 107 of 474 ~ 22.57%
G 188 of 474 ~ 39.66%
B 179 of 474 ~ 37.76'%

%22.57
%39.66
%37.76

CMYK color model

#6BBCB3 color CMYK value is (43,0,5,26).

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

CMYK: (43,0,5,26)
C43M0Y5K26 (43%, 0%, 5%, 26%)
(0.43 / 0.00 / 0.05 / 0.26)

CMYK percentages

%43.09
%0
%4.79
%26.27

Codes

Color #6BBCB3 in popluar color models

6B BC B3
RGB 107 188 179
HSL 173° 37.67% 57.84%
HSB/HSV 173° 43.09% 73.73%
CMYK 43.09% 0.00% 4.79%
26.27%

Color #6BBCB3 in popluar number systems.

HEX 6B BC B3
Decimal 107 188 179
Binary 1101011 10111100 10110011
Octal 153 274 263

Shades and tints

Shades of #6BBCB3

#6BBCB3
(107,188,179)
#62ABA3
(98,171,163)
#599A93
(89,154,147)
#508983
(80,137,131)
#477873
(71,120,115)
#3E6763
(62,103,99)
#355653
(53,86,83)
#2C4543
(44,69,67)
#233433
(35,52,51)
#1A2323
(26,35,35)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #6BBCB3

#6BBCB3
(107,188,179)
#78C2B9
(120,194,185)
#85C8BF
(133,200,191)
#92CEC5
(146,206,197)
#9FD4CB
(159,212,203)
#ACDAD1
(172,218,209)
#B9E0D7
(185,224,215)
#C6E6DD
(198,230,221)
#D3ECE3
(211,236,227)
#E0F2E9
(224,242,233)
#EDF8EF
(237,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BBCB3; }

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

This text font color is #6BBCB3.

Background Color

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

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

This div background color is #6BBCB3.

Border color

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

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

This div border color is #6BBCB3.

Opacity

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

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

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

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

This text has shadow with #6BBCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBCB3.

Preview

Color preview on black background

This text has color #6BBCB3 on black background.


Color preview on white background

This text has color #6BBCB3 on white background.


Black color preview on #6BBCB3 background

This text has black color on #6BBCB3 background.


White color preview on #6BBCB3 background

This text has white color on #6BBCB3 background.


Related colors

Complementary color

Complementary color for #hex is #94434C.


I love getcolorcode.com

Triadic colors

1 #B36BBC and #BCB36B with #6BBCB3 are triadic colors.

2 #B3BC6B and #BC6BB3 with #6BBCB3 are triadic colors.