COLOR #6BA88A

HEX: #6BA88A
RGB: (107,168,138)

Color info

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

RGB color model

#6BA88A color RGB value is (107,168,138).

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

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 138 of 255 = 54%

107
168
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 138 = 413 (100%)
R 107 of 413 ~ 25.91%
G 168 of 413 ~ 40.68%
B 138 of 413 ~ 33.41%

%25.91
%40.68
%33.41

CMYK color model

#6BA88A color CMYK value is (36,0,18,34).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(36,0,18,34)
C36M0Y18K34 
(36%,0%,18%,34%)
(0.36/0.00/0.18/0.34)	

CMYK percentages

%36.31
%0
%17.86
%34.12

Codes

Color #6BA88A in popluar color models

6BA88A
RGB107168138
HSL150°25.96%53.92%
HSB/HSV150°36.31%65.88%
CMYK36.31%0.00%17.86%
34.12%

Color #6BA88A in popluar number systems.

HEX6BA88A
Decimal107168138
Binary11010111010100010001010
Octal153250212

Shades and tints

Shades of #6BA88A

#6BA88A
(107,168,138)
#62997E
(98,153,126)
#598A72
(89,138,114)
#507B66
(80,123,102)
#476C5A
(71,108,90)
#3E5D4E
(62,93,78)
#354E42
(53,78,66)
#2C3F36
(44,63,54)
#23302A
(35,48,42)
#1A211E
(26,33,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6BA88A

#6BA88A
(107,168,138)
#78AF94
(120,175,148)
#85B69E
(133,182,158)
#92BDA8
(146,189,168)
#9FC4B2
(159,196,178)
#ACCBBC
(172,203,188)
#B9D2C6
(185,210,198)
#C6D9D0
(198,217,208)
#D3E0DA
(211,224,218)
#E0E7E4
(224,231,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA88A; }

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

This text font color is #6BA88A.


Background Color

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

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

This div background color is #6BA88A.


Border color

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

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

This div border color is #6BA88A.


Opacity

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

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

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

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

This text has shadow with #6BA88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA88A on black background.


Color preview on white background

This text has color #6BA88A on white background.



Black color preview on #6BA88A background

This text has black color on #6BA88A background.


White color preview on #6BA88A background

This text has white color on #6BA88A background.