COLOR #6BBFA2

HEX: #6BBFA2
RGB: (107,191,162)

Color info

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

RGB color model

#6BBFA2 color RGB value is (107,191,162).

  • red value is 107;
  • green value is 191;
  • blue value is 162.
RGB:
(107,191,162)
(42%,75%,64%)

RGB channels and saturation

R 107 of 255 = 42%
G 191 of 255 = 75%
B 162 of 255 = 64%

107
191
162

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

Portions of RGB colors in percentages

R + G + B =
107 + 191 + 162 = 460 (100%)
R 107 of 460 ~ 23.26%
G 191 of 460 ~ 41.52%
B 162 of 460 ~ 35.22%

%23.26
%41.52
%35.22

CMYK color model

#6BBFA2 color CMYK value is (44,0,15,25).

  • cyan value is 43.98%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 25.10%
CMYK:
(44,0,15,25)
C44M0Y15K25 
(44%,0%,15%,25%)
(0.44/0.00/0.15/0.25)	

CMYK percentages

%43.98
%0
%15.18
%25.1

Codes

Color #6BBFA2 in popluar color models

6BBFA2
RGB107191162
HSL159°39.62%58.43%
HSB/HSV159°43.98%74.90%
CMYK43.98%0.00%15.18%
25.10%

Color #6BBFA2 in popluar number systems.

HEX6BBFA2
Decimal107191162
Binary11010111011111110100010
Octal153277242

Shades and tints

Shades of #6BBFA2

#6BBFA2
(107,191,162)
#62AE94
(98,174,148)
#599D86
(89,157,134)
#508C78
(80,140,120)
#477B6A
(71,123,106)
#3E6A5C
(62,106,92)
#35594E
(53,89,78)
#2C4840
(44,72,64)
#233732
(35,55,50)
#1A2624
(26,38,36)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #6BBFA2

#6BBFA2
(107,191,162)
#78C4AA
(120,196,170)
#85C9B2
(133,201,178)
#92CEBA
(146,206,186)
#9FD3C2
(159,211,194)
#ACD8CA
(172,216,202)
#B9DDD2
(185,221,210)
#C6E2DA
(198,226,218)
#D3E7E2
(211,231,226)
#E0ECEA
(224,236,234)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBFA2 color. Also use rgb(107,191,162) instead hex code.

Text Font Color

.myTextColor { color: #6BBFA2; }

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

This text font color is #6BBFA2.


Background Color

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

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

This div background color is #6BBFA2.


Border color

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

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

This div border color is #6BBFA2.


Opacity

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

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

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

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

This text has shadow with #6BBFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBFA2 on black background.


Color preview on white background

This text has color #6BBFA2 on white background.



Black color preview on #6BBFA2 background

This text has black color on #6BBFA2 background.


White color preview on #6BBFA2 background

This text has white color on #6BBFA2 background.