COLOR #6FABAC

HEX: #6FABAC RGB: (111,171,172)

Color info

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

RGB color model

#6FABAC color RGB value is (111,171,172).

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

RGB channels and saturation

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

111
171
172

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

Portions of RGB colors in percentages

R + G + B = 111 + 171 + 172 = 454 (100%)
R 111 of 454 ~ 24.45%
G 171 of 454 ~ 37.67%
B 172 of 454 ~ 37.89'%

%24.45
%37.67
%37.89

CMYK color model

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

  • cyan value is 35.47%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%

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

CMYK percentages

%35.47
%0.58
%0
%32.55

Codes

Color #6FABAC in popluar color models

6F AB AC
RGB 111 171 172
HSL 181° 26.87% 55.49%
HSB/HSV 181° 35.47% 67.45%
CMYK 35.47% 0.58% 0.00%
32.55%

Color #6FABAC in popluar number systems.

HEX 6F AB AC
Decimal 111 171 172
Binary 1101111 10101011 10101100
Octal 157 253 254

Shades and tints

Shades of #6FABAC

#6FABAC
(111,171,172)
#659C9D
(101,156,157)
#5B8D8E
(91,141,142)
#517E7F
(81,126,127)
#476F70
(71,111,112)
#3D6061
(61,96,97)
#335152
(51,81,82)
#294243
(41,66,67)
#1F3334
(31,51,52)
#152425
(21,36,37)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #6FABAC

#6FABAC
(111,171,172)
#7CB2B3
(124,178,179)
#89B9BA
(137,185,186)
#96C0C1
(150,192,193)
#A3C7C8
(163,199,200)
#B0CECF
(176,206,207)
#BDD5D6
(189,213,214)
#CADCDD
(202,220,221)
#D7E3E4
(215,227,228)
#E4EAEB
(228,234,235)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FABAC; }

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

This text font color is #6FABAC.

Background Color

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

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

This div background color is #6FABAC.

Border color

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

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

This div border color is #6FABAC.

Opacity

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

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

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

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

This text has shadow with #6FABAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FABAC.

Preview

Color preview on black background

This text has color #6FABAC on black background.


Color preview on white background

This text has color #6FABAC on white background.


Black color preview on #6FABAC background

This text has black color on #6FABAC background.


White color preview on #6FABAC background

This text has white color on #6FABAC background.


Related colors

Complementary color

Complementary color for #hex is #905453.


I love getcolorcode.com

Triadic colors

1 #AC6FAB and #ABAC6F with #6FABAC are triadic colors.

2 #ACAB6F and #AB6FAC with #6FABAC are triadic colors.