COLOR #6BAA8C

HEX: #6BAA8C RGB: (107,170,140)

Color info

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

RGB color model

#6BAA8C color RGB value is (107,170,140).

RGB: (107,170,140) (42%, 67%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 140 of 255 = 55%

107
170
140

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

Portions of RGB colors in percentages

R + G + B = 107 + 170 + 140 = 417 (100%)
R 107 of 417 ~ 25.66%
G 170 of 417 ~ 40.77%
B 140 of 417 ~ 33.57'%

%25.66
%40.77
%33.57

CMYK color model

#6BAA8C color CMYK value is (37,0,18,33).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 33.33%

CMYK: (37,0,18,33)
C37M0Y18K33 (37%, 0%, 18%, 33%)
(0.37 / 0.00 / 0.18 / 0.33)

CMYK percentages

%37.06
%0
%17.65
%33.33

Codes

Color #6BAA8C in popluar color models

6B AA 8C
RGB 107 170 140
HSL 151° 27.04% 54.31%
HSB/HSV 151° 37.06% 66.67%
CMYK 37.06% 0.00% 17.65%
33.33%

Color #6BAA8C in popluar number systems.

HEX 6B AA 8C
Decimal 107 170 140
Binary 1101011 10101010 10001100
Octal 153 252 214

Shades and tints

Shades of #6BAA8C

#6BAA8C
(107,170,140)
#629B80
(98,155,128)
#598C74
(89,140,116)
#507D68
(80,125,104)
#476E5C
(71,110,92)
#3E5F50
(62,95,80)
#355044
(53,80,68)
#2C4138
(44,65,56)
#23322C
(35,50,44)
#1A2320
(26,35,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #6BAA8C

#6BAA8C
(107,170,140)
#78B196
(120,177,150)
#85B8A0
(133,184,160)
#92BFAA
(146,191,170)
#9FC6B4
(159,198,180)
#ACCDBE
(172,205,190)
#B9D4C8
(185,212,200)
#C6DBD2
(198,219,210)
#D3E2DC
(211,226,220)
#E0E9E6
(224,233,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAA8C; }

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

This text font color is #6BAA8C.

Background Color

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

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

This div background color is #6BAA8C.

Border color

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

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

This div border color is #6BAA8C.

Opacity

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

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

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

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

This text has shadow with #6BAA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAA8C.

Preview

Color preview on black background

This text has color #6BAA8C on black background.


Color preview on white background

This text has color #6BAA8C on white background.


Black color preview on #6BAA8C background

This text has black color on #6BAA8C background.


White color preview on #6BAA8C background

This text has white color on #6BAA8C background.


Related colors

Complementary color

Complementary color for #hex is #945573.


I love getcolorcode.com

Triadic colors

1 #8C6BAA and #AA8C6B with #6BAA8C are triadic colors.

2 #8CAA6B and #AA6B8C with #6BAA8C are triadic colors.