COLOR #6BAA8A

HEX: #6BAA8A
RGB: (107,170,138)

Color info

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

RGB color model

#6BAA8A color RGB value is (107,170,138).

  • red value is 107;
  • green value is 170;
  • blue value is 138.
RGB:
(107,170,138)
(42%,67%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 138 of 255 = 54%

107
170
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 170 + 138 = 415 (100%)
R 107 of 415 ~ 25.78%
G 170 of 415 ~ 40.96%
B 138 of 415 ~ 33.25%

%25.78
%40.96
%33.25

CMYK color model

#6BAA8A color CMYK value is (37,0,19,33).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK:
(37,0,19,33)
C37M0Y19K33 
(37%,0%,19%,33%)
(0.37/0.00/0.19/0.33)	

CMYK percentages

%37.06
%0
%18.82
%33.33

Codes

Color #6BAA8A in popluar color models

6BAA8A
RGB107170138
HSL150°27.04%54.31%
HSB/HSV150°37.06%66.67%
CMYK37.06%0.00%18.82%
33.33%

Color #6BAA8A in popluar number systems.

HEX6BAA8A
Decimal107170138
Binary11010111010101010001010
Octal153252212

Shades and tints

Shades of #6BAA8A

#6BAA8A
(107,170,138)
#629B7E
(98,155,126)
#598C72
(89,140,114)
#507D66
(80,125,102)
#476E5A
(71,110,90)
#3E5F4E
(62,95,78)
#355042
(53,80,66)
#2C4136
(44,65,54)
#23322A
(35,50,42)
#1A231E
(26,35,30)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #6BAA8A

#6BAA8A
(107,170,138)
#78B194
(120,177,148)
#85B89E
(133,184,158)
#92BFA8
(146,191,168)
#9FC6B2
(159,198,178)
#ACCDBC
(172,205,188)
#B9D4C6
(185,212,198)
#C6DBD0
(198,219,208)
#D3E2DA
(211,226,218)
#E0E9E4
(224,233,228)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAA8A color. Also use rgb(107,170,138) instead hex code.

Text Font Color

.myTextColor { color: #6BAA8A; }

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

This text font color is #6BAA8A.


Background Color

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

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

This div background color is #6BAA8A.


Border color

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

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

This div border color is #6BAA8A.


Opacity

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

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

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

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

This text has shadow with #6BAA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAA8A on black background.


Color preview on white background

This text has color #6BAA8A on white background.



Black color preview on #6BAA8A background

This text has black color on #6BAA8A background.


White color preview on #6BAA8A background

This text has white color on #6BAA8A background.