COLOR #6FAF94

HEX: #6FAF94
RGB: (111,175,148)

Color info

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

RGB color model

#6FAF94 color RGB value is (111,175,148).

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

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 148 of 255 = 58%

111
175
148

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

Portions of RGB colors in percentages

R + G + B =
111 + 175 + 148 = 434 (100%)
R 111 of 434 ~ 25.58%
G 175 of 434 ~ 40.32%
B 148 of 434 ~ 34.1%

%25.58
%40.32
%34.1

CMYK color model

#6FAF94 color CMYK value is (37,0,15,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 31.37%
CMYK:
(37,0,15,31)
C37M0Y15K31 
(37%,0%,15%,31%)
(0.37/0.00/0.15/0.31)	

CMYK percentages

%36.57
%0
%15.43
%31.37

Codes

Color #6FAF94 in popluar color models

6FAF94
RGB111175148
HSL155°28.57%56.08%
HSB/HSV155°36.57%68.63%
CMYK36.57%0.00%15.43%
31.37%

Color #6FAF94 in popluar number systems.

HEX6FAF94
Decimal111175148
Binary11011111010111110010100
Octal157257224

Shades and tints

Shades of #6FAF94

#6FAF94
(111,175,148)
#65A087
(101,160,135)
#5B917A
(91,145,122)
#51826D
(81,130,109)
#477360
(71,115,96)
#3D6453
(61,100,83)
#335546
(51,85,70)
#294639
(41,70,57)
#1F372C
(31,55,44)
#15281F
(21,40,31)
#0B1912
(11,25,18)
#000000
(0,0,0)

Tints of #6FAF94

#6FAF94
(111,175,148)
#7CB69D
(124,182,157)
#89BDA6
(137,189,166)
#96C4AF
(150,196,175)
#A3CBB8
(163,203,184)
#B0D2C1
(176,210,193)
#BDD9CA
(189,217,202)
#CAE0D3
(202,224,211)
#D7E7DC
(215,231,220)
#E4EEE5
(228,238,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAF94; }

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

This text font color is #6FAF94.


Background Color

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

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

This div background color is #6FAF94.


Border color

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

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

This div border color is #6FAF94.


Opacity

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

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

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

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

This text has shadow with #6FAF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAF94 on black background.


Color preview on white background

This text has color #6FAF94 on white background.



Black color preview on #6FAF94 background

This text has black color on #6FAF94 background.


White color preview on #6FAF94 background

This text has white color on #6FAF94 background.