COLOR #6FAD93

HEX: #6FAD93
RGB: (111,173,147)

Color info

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

RGB color model

#6FAD93 color RGB value is (111,173,147).

  • red value is 111;
  • green value is 173;
  • blue value is 147.
RGB:
(111,173,147)
(44%,68%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 173 of 255 = 68%
B 147 of 255 = 58%

111
173
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 173 + 147 = 431 (100%)
R 111 of 431 ~ 25.75%
G 173 of 431 ~ 40.14%
B 147 of 431 ~ 34.11%

%25.75
%40.14
%34.11

CMYK color model

#6FAD93 color CMYK value is (36,0,15,32).

  • cyan value is 35.84%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(36,0,15,32)
C36M0Y15K32 
(36%,0%,15%,32%)
(0.36/0.00/0.15/0.32)	

CMYK percentages

%35.84
%0
%15.03
%32.16

Codes

Color #6FAD93 in popluar color models

6FAD93
RGB111173147
HSL155°27.43%55.69%
HSB/HSV155°35.84%67.84%
CMYK35.84%0.00%15.03%
32.16%

Color #6FAD93 in popluar number systems.

HEX6FAD93
Decimal111173147
Binary11011111010110110010011
Octal157255223

Shades and tints

Shades of #6FAD93

#6FAD93
(111,173,147)
#659E86
(101,158,134)
#5B8F79
(91,143,121)
#51806C
(81,128,108)
#47715F
(71,113,95)
#3D6252
(61,98,82)
#335345
(51,83,69)
#294438
(41,68,56)
#1F352B
(31,53,43)
#15261E
(21,38,30)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6FAD93

#6FAD93
(111,173,147)
#7CB49C
(124,180,156)
#89BBA5
(137,187,165)
#96C2AE
(150,194,174)
#A3C9B7
(163,201,183)
#B0D0C0
(176,208,192)
#BDD7C9
(189,215,201)
#CADED2
(202,222,210)
#D7E5DB
(215,229,219)
#E4ECE4
(228,236,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAD93 color. Also use rgb(111,173,147) instead hex code.

Text Font Color

.myTextColor { color: #6FAD93; }

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

This text font color is #6FAD93.


Background Color

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

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

This div background color is #6FAD93.


Border color

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

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

This div border color is #6FAD93.


Opacity

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

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

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

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

This text has shadow with #6FAD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAD93 on black background.


Color preview on white background

This text has color #6FAD93 on white background.



Black color preview on #6FAD93 background

This text has black color on #6FAD93 background.


White color preview on #6FAD93 background

This text has white color on #6FAD93 background.