COLOR #6BE2B8

HEX: #6BE2B8
RGB: (107,226,184)

Color info

#6BE2B8 contains mainly green and blue colors. Web safe color of #6BE2B8 is #66CCCC (or #6CC).

RGB color model

#6BE2B8 color RGB value is (107,226,184).

  • red value is 107;
  • green value is 226;
  • blue value is 184.
RGB:
(107,226,184)
(42%,89%,72%)

RGB channels and saturation

R 107 of 255 = 42%
G 226 of 255 = 89%
B 184 of 255 = 72%

107
226
184

R + G + B ~ 68%. #6BE2B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 226 + 184 = 517 (100%)
R 107 of 517 ~ 20.7%
G 226 of 517 ~ 43.71%
B 184 of 517 ~ 35.59%

%20.7
%43.71
%35.59

CMYK color model

#6BE2B8 color CMYK value is (53,0,19,11).

  • cyan value is 52.65%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 11.37%
CMYK:
(53,0,19,11)
C53M0Y19K11 
(53%,0%,19%,11%)
(0.53/0.00/0.19/0.11)	

CMYK percentages

%52.65
%0
%18.58
%11.37

Codes

Color #6BE2B8 in popluar color models

6BE2B8
RGB107226184
HSL159°67.23%65.29%
HSB/HSV159°52.65%88.63%
CMYK52.65%0.00%18.58%
11.37%

Color #6BE2B8 in popluar number systems.

HEX6BE2B8
Decimal107226184
Binary11010111110001010111000
Octal153342270

Shades and tints

Shades of #6BE2B8

#6BE2B8
(107,226,184)
#62CEA8
(98,206,168)
#59BA98
(89,186,152)
#50A688
(80,166,136)
#479278
(71,146,120)
#3E7E68
(62,126,104)
#356A58
(53,106,88)
#2C5648
(44,86,72)
#234238
(35,66,56)
#1A2E28
(26,46,40)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #6BE2B8

#6BE2B8
(107,226,184)
#78E4BE
(120,228,190)
#85E6C4
(133,230,196)
#92E8CA
(146,232,202)
#9FEAD0
(159,234,208)
#ACECD6
(172,236,214)
#B9EEDC
(185,238,220)
#C6F0E2
(198,240,226)
#D3F2E8
(211,242,232)
#E0F4EE
(224,244,238)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BE2B8 color. Also use rgb(107,226,184) instead hex code.

Text Font Color

.myTextColor { color: #6BE2B8; }

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

This text font color is #6BE2B8.


Background Color

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

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

This div background color is #6BE2B8.


Border color

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

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

This div border color is #6BE2B8.


Opacity

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

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

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

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

This text has shadow with #6BE2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE2B8 on black background.


Color preview on white background

This text has color #6BE2B8 on white background.



Black color preview on #6BE2B8 background

This text has black color on #6BE2B8 background.


White color preview on #6BE2B8 background

This text has white color on #6BE2B8 background.