COLOR #6FABAE

HEX: #6FABAE
RGB: (111,171,174)

Color info

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

RGB color model

#6FABAE color RGB value is (111,171,174).

  • red value is 111;
  • green value is 171;
  • blue value is 174.
RGB:
(111,171,174)
(44%,67%,68%)

RGB channels and saturation

R 111 of 255 = 44%
G 171 of 255 = 67%
B 174 of 255 = 68%

111
171
174

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

Portions of RGB colors in percentages

R + G + B =
111 + 171 + 174 = 456 (100%)
R 111 of 456 ~ 24.34%
G 171 of 456 ~ 37.5%
B 174 of 456 ~ 38.16%

%24.34
%37.5
%38.16

CMYK color model

#6FABAE color CMYK value is (36,2,0,32).

  • cyan value is 36.21%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(36,2,0,32)
C36M2Y0K32 
(36%,2%,0%,32%)
(0.36/0.02/0.00/0.32)	

CMYK percentages

%36.21
%1.72
%0
%31.76

Codes

Color #6FABAE in popluar color models

6FABAE
RGB111171174
HSL183°28.00%55.88%
HSB/HSV183°36.21%68.24%
CMYK36.21%1.72%0.00%
31.76%

Color #6FABAE in popluar number systems.

HEX6FABAE
Decimal111171174
Binary11011111010101110101110
Octal157253256

Shades and tints

Shades of #6FABAE

#6FABAE
(111,171,174)
#659C9F
(101,156,159)
#5B8D90
(91,141,144)
#517E81
(81,126,129)
#476F72
(71,111,114)
#3D6063
(61,96,99)
#335154
(51,81,84)
#294245
(41,66,69)
#1F3336
(31,51,54)
#152427
(21,36,39)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6FABAE

#6FABAE
(111,171,174)
#7CB2B5
(124,178,181)
#89B9BC
(137,185,188)
#96C0C3
(150,192,195)
#A3C7CA
(163,199,202)
#B0CED1
(176,206,209)
#BDD5D8
(189,213,216)
#CADCDF
(202,220,223)
#D7E3E6
(215,227,230)
#E4EAED
(228,234,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FABAE; }

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

This text font color is #6FABAE.


Background Color

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

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

This div background color is #6FABAE.


Border color

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

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

This div border color is #6FABAE.


Opacity

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

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

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

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

This text has shadow with #6FABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FABAE on black background.


Color preview on white background

This text has color #6FABAE on white background.



Black color preview on #6FABAE background

This text has black color on #6FABAE background.


White color preview on #6FABAE background

This text has white color on #6FABAE background.