COLOR #6BA98A

HEX: #6BA98A
RGB: (107,169,138)

Color info

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

RGB color model

#6BA98A color RGB value is (107,169,138).

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

RGB channels and saturation

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

107
169
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 169 + 138 = 414 (100%)
R 107 of 414 ~ 25.85%
G 169 of 414 ~ 40.82%
B 138 of 414 ~ 33.33%

%25.85
%40.82
%33.33

CMYK color model

#6BA98A color CMYK value is (37,0,18,34).

  • cyan value is 36.69%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK:
(37,0,18,34)
C37M0Y18K34 
(37%,0%,18%,34%)
(0.37/0.00/0.18/0.34)	

CMYK percentages

%36.69
%0
%18.34
%33.73

Codes

Color #6BA98A in popluar color models

6BA98A
RGB107169138
HSL150°26.50%54.12%
HSB/HSV150°36.69%66.27%
CMYK36.69%0.00%18.34%
33.73%

Color #6BA98A in popluar number systems.

HEX6BA98A
Decimal107169138
Binary11010111010100110001010
Octal153251212

Shades and tints

Shades of #6BA98A

#6BA98A
(107,169,138)
#629A7E
(98,154,126)
#598B72
(89,139,114)
#507C66
(80,124,102)
#476D5A
(71,109,90)
#3E5E4E
(62,94,78)
#354F42
(53,79,66)
#2C4036
(44,64,54)
#23312A
(35,49,42)
#1A221E
(26,34,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #6BA98A

#6BA98A
(107,169,138)
#78B094
(120,176,148)
#85B79E
(133,183,158)
#92BEA8
(146,190,168)
#9FC5B2
(159,197,178)
#ACCCBC
(172,204,188)
#B9D3C6
(185,211,198)
#C6DAD0
(198,218,208)
#D3E1DA
(211,225,218)
#E0E8E4
(224,232,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA98A; }

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

This text font color is #6BA98A.


Background Color

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

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

This div background color is #6BA98A.


Border color

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

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

This div border color is #6BA98A.


Opacity

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

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

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

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

This text has shadow with #6BA98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA98A on black background.


Color preview on white background

This text has color #6BA98A on white background.



Black color preview on #6BA98A background

This text has black color on #6BA98A background.


White color preview on #6BA98A background

This text has white color on #6BA98A background.