COLOR #6BB197

HEX: #6BB197
RGB: (107,177,151)

Color info

#6BB197 contains mainly green and blue colors. Web safe color of #6BB197 is #669999 (or #699).

RGB color model

#6BB197 color RGB value is (107,177,151).

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

RGB channels and saturation

R 107 of 255 = 42%
G 177 of 255 = 69%
B 151 of 255 = 59%

107
177
151

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

Portions of RGB colors in percentages

R + G + B =
107 + 177 + 151 = 435 (100%)
R 107 of 435 ~ 24.6%
G 177 of 435 ~ 40.69%
B 151 of 435 ~ 34.71%

%24.6
%40.69
%34.71

CMYK color model

#6BB197 color CMYK value is (40,0,15,31).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK:
(40,0,15,31)
C40M0Y15K31 
(40%,0%,15%,31%)
(0.40/0.00/0.15/0.31)	

CMYK percentages

%39.55
%0
%14.69
%30.59

Codes

Color #6BB197 in popluar color models

6BB197
RGB107177151
HSL158°30.97%55.69%
HSB/HSV158°39.55%69.41%
CMYK39.55%0.00%14.69%
30.59%

Color #6BB197 in popluar number systems.

HEX6BB197
Decimal107177151
Binary11010111011000110010111
Octal153261227

Shades and tints

Shades of #6BB197

#6BB197
(107,177,151)
#62A18A
(98,161,138)
#59917D
(89,145,125)
#508170
(80,129,112)
#477163
(71,113,99)
#3E6156
(62,97,86)
#355149
(53,81,73)
#2C413C
(44,65,60)
#23312F
(35,49,47)
#1A2122
(26,33,34)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #6BB197

#6BB197
(107,177,151)
#78B8A0
(120,184,160)
#85BFA9
(133,191,169)
#92C6B2
(146,198,178)
#9FCDBB
(159,205,187)
#ACD4C4
(172,212,196)
#B9DBCD
(185,219,205)
#C6E2D6
(198,226,214)
#D3E9DF
(211,233,223)
#E0F0E8
(224,240,232)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB197; }

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

This text font color is #6BB197.


Background Color

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

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

This div background color is #6BB197.


Border color

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

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

This div border color is #6BB197.


Opacity

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

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

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

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

This text has shadow with #6BB197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB197 on black background.


Color preview on white background

This text has color #6BB197 on white background.



Black color preview on #6BB197 background

This text has black color on #6BB197 background.


White color preview on #6BB197 background

This text has white color on #6BB197 background.