COLOR #6FAA97

HEX: #6FAA97
RGB: (111,170,151)

Color info

#6FAA97 contains red, green and blue colors in about the same proportion. Web safe color of #6FAA97 is #669999 (or #699).

RGB color model

#6FAA97 color RGB value is (111,170,151).

  • red value is 111;
  • green value is 170;
  • blue value is 151.
RGB:
(111,170,151)
(44%,67%,59%)

RGB channels and saturation

R 111 of 255 = 44%
G 170 of 255 = 67%
B 151 of 255 = 59%

111
170
151

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

Portions of RGB colors in percentages

R + G + B =
111 + 170 + 151 = 432 (100%)
R 111 of 432 ~ 25.69%
G 170 of 432 ~ 39.35%
B 151 of 432 ~ 34.95%

%25.69
%39.35
%34.95

CMYK color model

#6FAA97 color CMYK value is (35,0,11,33).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(35,0,11,33)
C35M0Y11K33 
(35%,0%,11%,33%)
(0.35/0.00/0.11/0.33)	

CMYK percentages

%34.71
%0
%11.18
%33.33

Codes

Color #6FAA97 in popluar color models

6FAA97
RGB111170151
HSL161°25.76%55.10%
HSB/HSV161°34.71%66.67%
CMYK34.71%0.00%11.18%
33.33%

Color #6FAA97 in popluar number systems.

HEX6FAA97
Decimal111170151
Binary11011111010101010010111
Octal157252227

Shades and tints

Shades of #6FAA97

#6FAA97
(111,170,151)
#659B8A
(101,155,138)
#5B8C7D
(91,140,125)
#517D70
(81,125,112)
#476E63
(71,110,99)
#3D5F56
(61,95,86)
#335049
(51,80,73)
#29413C
(41,65,60)
#1F322F
(31,50,47)
#152322
(21,35,34)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6FAA97

#6FAA97
(111,170,151)
#7CB1A0
(124,177,160)
#89B8A9
(137,184,169)
#96BFB2
(150,191,178)
#A3C6BB
(163,198,187)
#B0CDC4
(176,205,196)
#BDD4CD
(189,212,205)
#CADBD6
(202,219,214)
#D7E2DF
(215,226,223)
#E4E9E8
(228,233,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAA97; }

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

This text font color is #6FAA97.


Background Color

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

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

This div background color is #6FAA97.


Border color

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

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

This div border color is #6FAA97.


Opacity

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

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

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

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

This text has shadow with #6FAA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAA97 on black background.


Color preview on white background

This text has color #6FAA97 on white background.



Black color preview on #6FAA97 background

This text has black color on #6FAA97 background.


White color preview on #6FAA97 background

This text has white color on #6FAA97 background.