COLOR #6FBFA4

HEX: #6FBFA4
RGB: (111,191,164)

Color info

#6FBFA4 contains mainly green and blue colors. Web safe color of #6FBFA4 is #66CC99 (or #6C9).

RGB color model

#6FBFA4 color RGB value is (111,191,164).

  • red value is 111;
  • green value is 191;
  • blue value is 164.
RGB:
(111,191,164)
(44%,75%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 191 of 255 = 75%
B 164 of 255 = 64%

111
191
164

R + G + B ~ 61%. #6FBFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 191 + 164 = 466 (100%)
R 111 of 466 ~ 23.82%
G 191 of 466 ~ 40.99%
B 164 of 466 ~ 35.19%

%23.82
%40.99
%35.19

CMYK color model

#6FBFA4 color CMYK value is (42,0,14,25).

  • cyan value is 41.88%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 25.10%
CMYK:
(42,0,14,25)
C42M0Y14K25 
(42%,0%,14%,25%)
(0.42/0.00/0.14/0.25)	

CMYK percentages

%41.88
%0
%14.14
%25.1

Codes

Color #6FBFA4 in popluar color models

6FBFA4
RGB111191164
HSL160°38.46%59.22%
HSB/HSV160°41.88%74.90%
CMYK41.88%0.00%14.14%
25.10%

Color #6FBFA4 in popluar number systems.

HEX6FBFA4
Decimal111191164
Binary11011111011111110100100
Octal157277244

Shades and tints

Shades of #6FBFA4

#6FBFA4
(111,191,164)
#65AE96
(101,174,150)
#5B9D88
(91,157,136)
#518C7A
(81,140,122)
#477B6C
(71,123,108)
#3D6A5E
(61,106,94)
#335950
(51,89,80)
#294842
(41,72,66)
#1F3734
(31,55,52)
#152626
(21,38,38)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6FBFA4

#6FBFA4
(111,191,164)
#7CC4AC
(124,196,172)
#89C9B4
(137,201,180)
#96CEBC
(150,206,188)
#A3D3C4
(163,211,196)
#B0D8CC
(176,216,204)
#BDDDD4
(189,221,212)
#CAE2DC
(202,226,220)
#D7E7E4
(215,231,228)
#E4ECEC
(228,236,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBFA4 color. Also use rgb(111,191,164) instead hex code.

Text Font Color

.myTextColor { color: #6FBFA4; }

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

This text font color is #6FBFA4.


Background Color

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

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

This div background color is #6FBFA4.


Border color

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

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

This div border color is #6FBFA4.


Opacity

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

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

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

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

This text has shadow with #6FBFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FBFA4 on black background.


Color preview on white background

This text has color #6FBFA4 on white background.



Black color preview on #6FBFA4 background

This text has black color on #6FBFA4 background.


White color preview on #6FBFA4 background

This text has white color on #6FBFA4 background.