COLOR #6BAB8E

HEX: #6BAB8E
RGB: (107,171,142)

Color info

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

RGB color model

#6BAB8E color RGB value is (107,171,142).

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

RGB channels and saturation

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

107
171
142

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

Portions of RGB colors in percentages

R + G + B =
107 + 171 + 142 = 420 (100%)
R 107 of 420 ~ 25.48%
G 171 of 420 ~ 40.71%
B 142 of 420 ~ 33.81%

%25.48
%40.71
%33.81

CMYK color model

#6BAB8E color CMYK value is (37,0,17,33).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(37,0,17,33)
C37M0Y17K33 
(37%,0%,17%,33%)
(0.37/0.00/0.17/0.33)	

CMYK percentages

%37.43
%0
%16.96
%32.94

Codes

Color #6BAB8E in popluar color models

6BAB8E
RGB107171142
HSL153°27.59%54.51%
HSB/HSV153°37.43%67.06%
CMYK37.43%0.00%16.96%
32.94%

Color #6BAB8E in popluar number systems.

HEX6BAB8E
Decimal107171142
Binary11010111010101110001110
Octal153253216

Shades and tints

Shades of #6BAB8E

#6BAB8E
(107,171,142)
#629C82
(98,156,130)
#598D76
(89,141,118)
#507E6A
(80,126,106)
#476F5E
(71,111,94)
#3E6052
(62,96,82)
#355146
(53,81,70)
#2C423A
(44,66,58)
#23332E
(35,51,46)
#1A2422
(26,36,34)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #6BAB8E

#6BAB8E
(107,171,142)
#78B298
(120,178,152)
#85B9A2
(133,185,162)
#92C0AC
(146,192,172)
#9FC7B6
(159,199,182)
#ACCEC0
(172,206,192)
#B9D5CA
(185,213,202)
#C6DCD4
(198,220,212)
#D3E3DE
(211,227,222)
#E0EAE8
(224,234,232)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAB8E; }

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

This text font color is #6BAB8E.


Background Color

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

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

This div background color is #6BAB8E.


Border color

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

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

This div border color is #6BAB8E.


Opacity

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

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

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

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

This text has shadow with #6BAB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAB8E on black background.


Color preview on white background

This text has color #6BAB8E on white background.



Black color preview on #6BAB8E background

This text has black color on #6BAB8E background.


White color preview on #6BAB8E background

This text has white color on #6BAB8E background.