COLOR #6FB7A2

HEX: #6FB7A2
RGB: (111,183,162)

Color info

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

RGB color model

#6FB7A2 color RGB value is (111,183,162).

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

RGB channels and saturation

R 111 of 255 = 44%
G 183 of 255 = 72%
B 162 of 255 = 64%

111
183
162

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

Portions of RGB colors in percentages

R + G + B =
111 + 183 + 162 = 456 (100%)
R 111 of 456 ~ 24.34%
G 183 of 456 ~ 40.13%
B 162 of 456 ~ 35.53%

%24.34
%40.13
%35.53

CMYK color model

#6FB7A2 color CMYK value is (39,0,11,28).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 28.24%
CMYK:
(39,0,11,28)
C39M0Y11K28 
(39%,0%,11%,28%)
(0.39/0.00/0.11/0.28)	

CMYK percentages

%39.34
%0
%11.48
%28.24

Codes

Color #6FB7A2 in popluar color models

6FB7A2
RGB111183162
HSL163°33.33%57.65%
HSB/HSV163°39.34%71.76%
CMYK39.34%0.00%11.48%
28.24%

Color #6FB7A2 in popluar number systems.

HEX6FB7A2
Decimal111183162
Binary11011111011011110100010
Octal157267242

Shades and tints

Shades of #6FB7A2

#6FB7A2
(111,183,162)
#65A794
(101,167,148)
#5B9786
(91,151,134)
#518778
(81,135,120)
#47776A
(71,119,106)
#3D675C
(61,103,92)
#33574E
(51,87,78)
#294740
(41,71,64)
#1F3732
(31,55,50)
#152724
(21,39,36)
#0B1716
(11,23,22)
#000000
(0,0,0)

Tints of #6FB7A2

#6FB7A2
(111,183,162)
#7CBDAA
(124,189,170)
#89C3B2
(137,195,178)
#96C9BA
(150,201,186)
#A3CFC2
(163,207,194)
#B0D5CA
(176,213,202)
#BDDBD2
(189,219,210)
#CAE1DA
(202,225,218)
#D7E7E2
(215,231,226)
#E4EDEA
(228,237,234)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB7A2; }

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

This text font color is #6FB7A2.


Background Color

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

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

This div background color is #6FB7A2.


Border color

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

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

This div border color is #6FB7A2.


Opacity

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

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

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

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

This text has shadow with #6FB7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB7A2 on black background.


Color preview on white background

This text has color #6FB7A2 on white background.



Black color preview on #6FB7A2 background

This text has black color on #6FB7A2 background.


White color preview on #6FB7A2 background

This text has white color on #6FB7A2 background.