COLOR #6BB9AA

HEX: #6BB9AA
RGB: (107,185,170)

Color info

#6BB9AA contains mainly green and blue colors. Web safe color of #6BB9AA is #66CC99 (or #6C9).

RGB color model

#6BB9AA color RGB value is (107,185,170).

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

RGB channels and saturation

R 107 of 255 = 42%
G 185 of 255 = 73%
B 170 of 255 = 67%

107
185
170

R + G + B ~ 61%. #6BB9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 185 + 170 = 462 (100%)
R 107 of 462 ~ 23.16%
G 185 of 462 ~ 40.04%
B 170 of 462 ~ 36.8%

%23.16
%40.04
%36.8

CMYK color model

#6BB9AA color CMYK value is (42,0,8,27).

  • cyan value is 42.16%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 27.45%
CMYK:
(42,0,8,27)
C42M0Y8K27 
(42%,0%,8%,27%)
(0.42/0.00/0.08/0.27)	

CMYK percentages

%42.16
%0
%8.11
%27.45

Codes

Color #6BB9AA in popluar color models

6BB9AA
RGB107185170
HSL168°35.78%57.25%
HSB/HSV168°42.16%72.55%
CMYK42.16%0.00%8.11%
27.45%

Color #6BB9AA in popluar number systems.

HEX6BB9AA
Decimal107185170
Binary11010111011100110101010
Octal153271252

Shades and tints

Shades of #6BB9AA

#6BB9AA
(107,185,170)
#62A99B
(98,169,155)
#59998C
(89,153,140)
#50897D
(80,137,125)
#47796E
(71,121,110)
#3E695F
(62,105,95)
#355950
(53,89,80)
#2C4941
(44,73,65)
#233932
(35,57,50)
#1A2923
(26,41,35)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #6BB9AA

#6BB9AA
(107,185,170)
#78BFB1
(120,191,177)
#85C5B8
(133,197,184)
#92CBBF
(146,203,191)
#9FD1C6
(159,209,198)
#ACD7CD
(172,215,205)
#B9DDD4
(185,221,212)
#C6E3DB
(198,227,219)
#D3E9E2
(211,233,226)
#E0EFE9
(224,239,233)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB9AA; }

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

This text font color is #6BB9AA.


Background Color

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

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

This div background color is #6BB9AA.


Border color

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

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

This div border color is #6BB9AA.


Opacity

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

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

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

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

This text has shadow with #6BB9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB9AA on black background.


Color preview on white background

This text has color #6BB9AA on white background.



Black color preview on #6BB9AA background

This text has black color on #6BB9AA background.


White color preview on #6BB9AA background

This text has white color on #6BB9AA background.