COLOR #6BAA7B

HEX: #6BAA7B
RGB: (107,170,123)

Color info

#6BAA7B contains mainly green and blue colors. Web safe color of #6BAA7B is #669966 (or #696).

RGB color model

#6BAA7B color RGB value is (107,170,123).

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

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 123 of 255 = 48%

107
170
123

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

Portions of RGB colors in percentages

R + G + B =
107 + 170 + 123 = 400 (100%)
R 107 of 400 ~ 26.75%
G 170 of 400 ~ 42.5%
B 123 of 400 ~ 30.75%

%26.75
%42.5
%30.75

CMYK color model

#6BAA7B color CMYK value is (37,0,28,33).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(37,0,28,33)
C37M0Y28K33 
(37%,0%,28%,33%)
(0.37/0.00/0.28/0.33)	

CMYK percentages

%37.06
%0
%27.65
%33.33

Codes

Color #6BAA7B in popluar color models

6BAA7B
RGB107170123
HSL135°27.04%54.31%
HSB/HSV135°37.06%66.67%
CMYK37.06%0.00%27.65%
33.33%

Color #6BAA7B in popluar number systems.

HEX6BAA7B
Decimal107170123
Binary1101011101010101111011
Octal153252173

Shades and tints

Shades of #6BAA7B

#6BAA7B
(107,170,123)
#629B70
(98,155,112)
#598C65
(89,140,101)
#507D5A
(80,125,90)
#476E4F
(71,110,79)
#3E5F44
(62,95,68)
#355039
(53,80,57)
#2C412E
(44,65,46)
#233223
(35,50,35)
#1A2318
(26,35,24)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #6BAA7B

#6BAA7B
(107,170,123)
#78B187
(120,177,135)
#85B893
(133,184,147)
#92BF9F
(146,191,159)
#9FC6AB
(159,198,171)
#ACCDB7
(172,205,183)
#B9D4C3
(185,212,195)
#C6DBCF
(198,219,207)
#D3E2DB
(211,226,219)
#E0E9E7
(224,233,231)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAA7B; }

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

This text font color is #6BAA7B.


Background Color

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

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

This div background color is #6BAA7B.


Border color

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

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

This div border color is #6BAA7B.


Opacity

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

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

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

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

This text has shadow with #6BAA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAA7B on black background.


Color preview on white background

This text has color #6BAA7B on white background.



Black color preview on #6BAA7B background

This text has black color on #6BAA7B background.


White color preview on #6BAA7B background

This text has white color on #6BAA7B background.