COLOR #6BAA8E

HEX: #6BAA8E
RGB: (107,170,142)

Color info

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

RGB color model

#6BAA8E color RGB value is (107,170,142).

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

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 142 of 255 = 56%

107
170
142

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

Portions of RGB colors in percentages

R + G + B =
107 + 170 + 142 = 419 (100%)
R 107 of 419 ~ 25.54%
G 170 of 419 ~ 40.57%
B 142 of 419 ~ 33.89%

%25.54
%40.57
%33.89

CMYK color model

#6BAA8E color CMYK value is (37,0,16,33).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(37,0,16,33)
C37M0Y16K33 
(37%,0%,16%,33%)
(0.37/0.00/0.16/0.33)	

CMYK percentages

%37.06
%0
%16.47
%33.33

Codes

Color #6BAA8E in popluar color models

6BAA8E
RGB107170142
HSL153°27.04%54.31%
HSB/HSV153°37.06%66.67%
CMYK37.06%0.00%16.47%
33.33%

Color #6BAA8E in popluar number systems.

HEX6BAA8E
Decimal107170142
Binary11010111010101010001110
Octal153252216

Shades and tints

Shades of #6BAA8E

#6BAA8E
(107,170,142)
#629B82
(98,155,130)
#598C76
(89,140,118)
#507D6A
(80,125,106)
#476E5E
(71,110,94)
#3E5F52
(62,95,82)
#355046
(53,80,70)
#2C413A
(44,65,58)
#23322E
(35,50,46)
#1A2322
(26,35,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #6BAA8E

#6BAA8E
(107,170,142)
#78B198
(120,177,152)
#85B8A2
(133,184,162)
#92BFAC
(146,191,172)
#9FC6B6
(159,198,182)
#ACCDC0
(172,205,192)
#B9D4CA
(185,212,202)
#C6DBD4
(198,219,212)
#D3E2DE
(211,226,222)
#E0E9E8
(224,233,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAA8E; }

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

This text font color is #6BAA8E.


Background Color

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

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

This div background color is #6BAA8E.


Border color

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

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

This div border color is #6BAA8E.


Opacity

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

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

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

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

This text has shadow with #6BAA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAA8E on black background.


Color preview on white background

This text has color #6BAA8E on white background.



Black color preview on #6BAA8E background

This text has black color on #6BAA8E background.


White color preview on #6BAA8E background

This text has white color on #6BAA8E background.