COLOR #6FBA92

HEX: #6FBA92
RGB: (111,186,146)

Color info

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

RGB color model

#6FBA92 color RGB value is (111,186,146).

  • red value is 111;
  • green value is 186;
  • blue value is 146.
RGB:
(111,186,146)
(44%,73%,57%)

RGB channels and saturation

R 111 of 255 = 44%
G 186 of 255 = 73%
B 146 of 255 = 57%

111
186
146

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

Portions of RGB colors in percentages

R + G + B =
111 + 186 + 146 = 443 (100%)
R 111 of 443 ~ 25.06%
G 186 of 443 ~ 41.99%
B 146 of 443 ~ 32.96%

%25.06
%41.99
%32.96

CMYK color model

#6FBA92 color CMYK value is (40,0,22,27).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 27.06%
CMYK:
(40,0,22,27)
C40M0Y22K27 
(40%,0%,22%,27%)
(0.40/0.00/0.22/0.27)	

CMYK percentages

%40.32
%0
%21.51
%27.06

Codes

Color #6FBA92 in popluar color models

6FBA92
RGB111186146
HSL148°35.21%58.24%
HSB/HSV148°40.32%72.94%
CMYK40.32%0.00%21.51%
27.06%

Color #6FBA92 in popluar number systems.

HEX6FBA92
Decimal111186146
Binary11011111011101010010010
Octal157272222

Shades and tints

Shades of #6FBA92

#6FBA92
(111,186,146)
#65AA85
(101,170,133)
#5B9A78
(91,154,120)
#518A6B
(81,138,107)
#477A5E
(71,122,94)
#3D6A51
(61,106,81)
#335A44
(51,90,68)
#294A37
(41,74,55)
#1F3A2A
(31,58,42)
#152A1D
(21,42,29)
#0B1A10
(11,26,16)
#000000
(0,0,0)

Tints of #6FBA92

#6FBA92
(111,186,146)
#7CC09B
(124,192,155)
#89C6A4
(137,198,164)
#96CCAD
(150,204,173)
#A3D2B6
(163,210,182)
#B0D8BF
(176,216,191)
#BDDEC8
(189,222,200)
#CAE4D1
(202,228,209)
#D7EADA
(215,234,218)
#E4F0E3
(228,240,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBA92 color. Also use rgb(111,186,146) instead hex code.

Text Font Color

.myTextColor { color: #6FBA92; }

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

This text font color is #6FBA92.


Background Color

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

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

This div background color is #6FBA92.


Border color

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

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

This div border color is #6FBA92.


Opacity

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

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

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

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

This text has shadow with #6FBA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FBA92 on black background.


Color preview on white background

This text has color #6FBA92 on white background.



Black color preview on #6FBA92 background

This text has black color on #6FBA92 background.


White color preview on #6FBA92 background

This text has white color on #6FBA92 background.