COLOR #6FABAA

HEX: #6FABAA RGB: (111,171,170)

Color info

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

RGB color model

#6FABAA color RGB value is (111,171,170).

RGB: (111,171,170) (44%, 67%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 171 of 255 = 67%
B 170 of 255 = 67%

111
171
170

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

Portions of RGB colors in percentages

R + G + B = 111 + 171 + 170 = 452 (100%)
R 111 of 452 ~ 24.56%
G 171 of 452 ~ 37.83%
B 170 of 452 ~ 37.61'%

%24.56
%37.83
%37.61

CMYK color model

#6FABAA color CMYK value is (35,0,1,33).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.94%

CMYK: (35,0,1,33)
C35M0Y1K33 (35%, 0%, 1%, 33%)
(0.35 / 0.00 / 0.01 / 0.33)

CMYK percentages

%35.09
%0
%0.58
%32.94

Codes

Color #6FABAA in popluar color models

6F AB AA
RGB 111 171 170
HSL 179° 26.32% 55.29%
HSB/HSV 179° 35.09% 67.06%
CMYK 35.09% 0.00% 0.58%
32.94%

Color #6FABAA in popluar number systems.

HEX 6F AB AA
Decimal 111 171 170
Binary 1101111 10101011 10101010
Octal 157 253 252

Shades and tints

Shades of #6FABAA

#6FABAA
(111,171,170)
#659C9B
(101,156,155)
#5B8D8C
(91,141,140)
#517E7D
(81,126,125)
#476F6E
(71,111,110)
#3D605F
(61,96,95)
#335150
(51,81,80)
#294241
(41,66,65)
#1F3332
(31,51,50)
#152423
(21,36,35)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #6FABAA

#6FABAA
(111,171,170)
#7CB2B1
(124,178,177)
#89B9B8
(137,185,184)
#96C0BF
(150,192,191)
#A3C7C6
(163,199,198)
#B0CECD
(176,206,205)
#BDD5D4
(189,213,212)
#CADCDB
(202,220,219)
#D7E3E2
(215,227,226)
#E4EAE9
(228,234,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FABAA color. Also use rgb(111,171,170) instead hex code.

Text Font Color

.myTextColor { color: #6FABAA; }

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

This text font color is #6FABAA.

Background Color

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

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

This div background color is #6FABAA.

Border color

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

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

This div border color is #6FABAA.

Opacity

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

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

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

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

This text has shadow with #6FABAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FABAA.

Preview

Color preview on black background

This text has color #6FABAA on black background.


Color preview on white background

This text has color #6FABAA on white background.


Black color preview on #6FABAA background

This text has black color on #6FABAA background.


White color preview on #6FABAA background

This text has white color on #6FABAA background.


Related colors

Complementary color

Complementary color for #hex is #905455.


I love getcolorcode.com

Triadic colors

1 #AA6FAB and #ABAA6F with #6FABAA are triadic colors.

2 #AAAB6F and #AB6FAA with #6FABAA are triadic colors.