COLOR #6FAF8F

HEX: #6FAF8F
RGB: (111,175,143)

Color info

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

RGB color model

#6FAF8F color RGB value is (111,175,143).

  • red value is 111;
  • green value is 175;
  • blue value is 143.
RGB:
(111,175,143)
(44%,69%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 143 of 255 = 56%

111
175
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 175 + 143 = 429 (100%)
R 111 of 429 ~ 25.87%
G 175 of 429 ~ 40.79%
B 143 of 429 ~ 33.33%

%25.87
%40.79
%33.33

CMYK color model

#6FAF8F color CMYK value is (37,0,18,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(37,0,18,31)
C37M0Y18K31 
(37%,0%,18%,31%)
(0.37/0.00/0.18/0.31)	

CMYK percentages

%36.57
%0
%18.29
%31.37

Codes

Color #6FAF8F in popluar color models

6FAF8F
RGB111175143
HSL150°28.57%56.08%
HSB/HSV150°36.57%68.63%
CMYK36.57%0.00%18.29%
31.37%

Color #6FAF8F in popluar number systems.

HEX6FAF8F
Decimal111175143
Binary11011111010111110001111
Octal157257217

Shades and tints

Shades of #6FAF8F

#6FAF8F
(111,175,143)
#65A082
(101,160,130)
#5B9175
(91,145,117)
#518268
(81,130,104)
#47735B
(71,115,91)
#3D644E
(61,100,78)
#335541
(51,85,65)
#294634
(41,70,52)
#1F3727
(31,55,39)
#15281A
(21,40,26)
#0B190D
(11,25,13)
#000000
(0,0,0)

Tints of #6FAF8F

#6FAF8F
(111,175,143)
#7CB699
(124,182,153)
#89BDA3
(137,189,163)
#96C4AD
(150,196,173)
#A3CBB7
(163,203,183)
#B0D2C1
(176,210,193)
#BDD9CB
(189,217,203)
#CAE0D5
(202,224,213)
#D7E7DF
(215,231,223)
#E4EEE9
(228,238,233)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAF8F color. Also use rgb(111,175,143) instead hex code.

Text Font Color

.myTextColor { color: #6FAF8F; }

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

This text font color is #6FAF8F.


Background Color

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

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

This div background color is #6FAF8F.


Border color

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

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

This div border color is #6FAF8F.


Opacity

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

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

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

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

This text has shadow with #6FAF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAF8F on black background.


Color preview on white background

This text has color #6FAF8F on white background.



Black color preview on #6FAF8F background

This text has black color on #6FAF8F background.


White color preview on #6FAF8F background

This text has white color on #6FAF8F background.