COLOR #6FAC95

HEX: #6FAC95
RGB: (111,172,149)

Color info

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

RGB color model

#6FAC95 color RGB value is (111,172,149).

  • red value is 111;
  • green value is 172;
  • blue value is 149.
RGB:
(111,172,149)
(44%,67%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 172 of 255 = 67%
B 149 of 255 = 58%

111
172
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 172 + 149 = 432 (100%)
R 111 of 432 ~ 25.69%
G 172 of 432 ~ 39.81%
B 149 of 432 ~ 34.49%

%25.69
%39.81
%34.49

CMYK color model

#6FAC95 color CMYK value is (35,0,13,33).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(35,0,13,33)
C35M0Y13K33 
(35%,0%,13%,33%)
(0.35/0.00/0.13/0.33)	

CMYK percentages

%35.47
%0
%13.37
%32.55

Codes

Color #6FAC95 in popluar color models

6FAC95
RGB111172149
HSL157°26.87%55.49%
HSB/HSV157°35.47%67.45%
CMYK35.47%0.00%13.37%
32.55%

Color #6FAC95 in popluar number systems.

HEX6FAC95
Decimal111172149
Binary11011111010110010010101
Octal157254225

Shades and tints

Shades of #6FAC95

#6FAC95
(111,172,149)
#659D88
(101,157,136)
#5B8E7B
(91,142,123)
#517F6E
(81,127,110)
#477061
(71,112,97)
#3D6154
(61,97,84)
#335247
(51,82,71)
#29433A
(41,67,58)
#1F342D
(31,52,45)
#152520
(21,37,32)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #6FAC95

#6FAC95
(111,172,149)
#7CB39E
(124,179,158)
#89BAA7
(137,186,167)
#96C1B0
(150,193,176)
#A3C8B9
(163,200,185)
#B0CFC2
(176,207,194)
#BDD6CB
(189,214,203)
#CADDD4
(202,221,212)
#D7E4DD
(215,228,221)
#E4EBE6
(228,235,230)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAC95 color. Also use rgb(111,172,149) instead hex code.

Text Font Color

.myTextColor { color: #6FAC95; }

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

This text font color is #6FAC95.


Background Color

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

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

This div background color is #6FAC95.


Border color

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

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

This div border color is #6FAC95.


Opacity

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

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

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

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

This text has shadow with #6FAC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAC95 on black background.


Color preview on white background

This text has color #6FAC95 on white background.



Black color preview on #6FAC95 background

This text has black color on #6FAC95 background.


White color preview on #6FAC95 background

This text has white color on #6FAC95 background.