COLOR #6FB7A0

HEX: #6FB7A0
RGB: (111,183,160)

Color info

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

RGB color model

#6FB7A0 color RGB value is (111,183,160).

  • red value is 111;
  • green value is 183;
  • blue value is 160.
RGB:
(111,183,160)
(44%,72%,63%)

RGB channels and saturation

R 111 of 255 = 44%
G 183 of 255 = 72%
B 160 of 255 = 63%

111
183
160

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

Portions of RGB colors in percentages

R + G + B =
111 + 183 + 160 = 454 (100%)
R 111 of 454 ~ 24.45%
G 183 of 454 ~ 40.31%
B 160 of 454 ~ 35.24%

%24.45
%40.31
%35.24

CMYK color model

#6FB7A0 color CMYK value is (39,0,13,28).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 28.24%
CMYK:
(39,0,13,28)
C39M0Y13K28 
(39%,0%,13%,28%)
(0.39/0.00/0.13/0.28)	

CMYK percentages

%39.34
%0
%12.57
%28.24

Codes

Color #6FB7A0 in popluar color models

6FB7A0
RGB111183160
HSL161°33.33%57.65%
HSB/HSV161°39.34%71.76%
CMYK39.34%0.00%12.57%
28.24%

Color #6FB7A0 in popluar number systems.

HEX6FB7A0
Decimal111183160
Binary11011111011011110100000
Octal157267240

Shades and tints

Shades of #6FB7A0

#6FB7A0
(111,183,160)
#65A792
(101,167,146)
#5B9784
(91,151,132)
#518776
(81,135,118)
#477768
(71,119,104)
#3D675A
(61,103,90)
#33574C
(51,87,76)
#29473E
(41,71,62)
#1F3730
(31,55,48)
#152722
(21,39,34)
#0B1714
(11,23,20)
#000000
(0,0,0)

Tints of #6FB7A0

#6FB7A0
(111,183,160)
#7CBDA8
(124,189,168)
#89C3B0
(137,195,176)
#96C9B8
(150,201,184)
#A3CFC0
(163,207,192)
#B0D5C8
(176,213,200)
#BDDBD0
(189,219,208)
#CAE1D8
(202,225,216)
#D7E7E0
(215,231,224)
#E4EDE8
(228,237,232)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB7A0 color. Also use rgb(111,183,160) instead hex code.

Text Font Color

.myTextColor { color: #6FB7A0; }

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

This text font color is #6FB7A0.


Background Color

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

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

This div background color is #6FB7A0.


Border color

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

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

This div border color is #6FB7A0.


Opacity

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

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

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

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

This text has shadow with #6FB7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB7A0 on black background.


Color preview on white background

This text has color #6FB7A0 on white background.



Black color preview on #6FB7A0 background

This text has black color on #6FB7A0 background.


White color preview on #6FB7A0 background

This text has white color on #6FB7A0 background.