COLOR #6BBB97

HEX: #6BBB97
RGB: (107,187,151)

Color info

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

RGB color model

#6BBB97 color RGB value is (107,187,151).

  • red value is 107;
  • green value is 187;
  • blue value is 151.
RGB:
(107,187,151)
(42%,73%,59%)

RGB channels and saturation

R 107 of 255 = 42%
G 187 of 255 = 73%
B 151 of 255 = 59%

107
187
151

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

Portions of RGB colors in percentages

R + G + B =
107 + 187 + 151 = 445 (100%)
R 107 of 445 ~ 24.04%
G 187 of 445 ~ 42.02%
B 151 of 445 ~ 33.93%

%24.04
%42.02
%33.93

CMYK color model

#6BBB97 color CMYK value is (43,0,19,27).

  • cyan value is 42.78%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(43,0,19,27)
C43M0Y19K27 
(43%,0%,19%,27%)
(0.43/0.00/0.19/0.27)	

CMYK percentages

%42.78
%0
%19.25
%26.67

Codes

Color #6BBB97 in popluar color models

6BBB97
RGB107187151
HSL153°37.04%57.65%
HSB/HSV153°42.78%73.33%
CMYK42.78%0.00%19.25%
26.67%

Color #6BBB97 in popluar number systems.

HEX6BBB97
Decimal107187151
Binary11010111011101110010111
Octal153273227

Shades and tints

Shades of #6BBB97

#6BBB97
(107,187,151)
#62AA8A
(98,170,138)
#59997D
(89,153,125)
#508870
(80,136,112)
#477763
(71,119,99)
#3E6656
(62,102,86)
#355549
(53,85,73)
#2C443C
(44,68,60)
#23332F
(35,51,47)
#1A2222
(26,34,34)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #6BBB97

#6BBB97
(107,187,151)
#78C1A0
(120,193,160)
#85C7A9
(133,199,169)
#92CDB2
(146,205,178)
#9FD3BB
(159,211,187)
#ACD9C4
(172,217,196)
#B9DFCD
(185,223,205)
#C6E5D6
(198,229,214)
#D3EBDF
(211,235,223)
#E0F1E8
(224,241,232)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBB97 color. Also use rgb(107,187,151) instead hex code.

Text Font Color

.myTextColor { color: #6BBB97; }

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

This text font color is #6BBB97.


Background Color

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

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

This div background color is #6BBB97.


Border color

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

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

This div border color is #6BBB97.


Opacity

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

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

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

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

This text has shadow with #6BBB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBB97 on black background.


Color preview on white background

This text has color #6BBB97 on white background.



Black color preview on #6BBB97 background

This text has black color on #6BBB97 background.


White color preview on #6BBB97 background

This text has white color on #6BBB97 background.