COLOR #6BE1B2

HEX: #6BE1B2
RGB: (107,225,178)

Color info

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

RGB color model

#6BE1B2 color RGB value is (107,225,178).

  • red value is 107;
  • green value is 225;
  • blue value is 178.
RGB:
(107,225,178)
(42%,88%,70%)

RGB channels and saturation

R 107 of 255 = 42%
G 225 of 255 = 88%
B 178 of 255 = 70%

107
225
178

R + G + B ~ 67%. #6BE1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 225 + 178 = 510 (100%)
R 107 of 510 ~ 20.98%
G 225 of 510 ~ 44.12%
B 178 of 510 ~ 34.9%

%20.98
%44.12
%34.9

CMYK color model

#6BE1B2 color CMYK value is (52,0,21,12).

  • cyan value is 52.44%
  • magenta value is 0.00%
  • yellow value is 20.89%
  • key color value is 11.76%
CMYK:
(52,0,21,12)
C52M0Y21K12 
(52%,0%,21%,12%)
(0.52/0.00/0.21/0.12)	

CMYK percentages

%52.44
%0
%20.89
%11.76

Codes

Color #6BE1B2 in popluar color models

6BE1B2
RGB107225178
HSL156°66.29%65.10%
HSB/HSV156°52.44%88.24%
CMYK52.44%0.00%20.89%
11.76%

Color #6BE1B2 in popluar number systems.

HEX6BE1B2
Decimal107225178
Binary11010111110000110110010
Octal153341262

Shades and tints

Shades of #6BE1B2

#6BE1B2
(107,225,178)
#62CDA2
(98,205,162)
#59B992
(89,185,146)
#50A582
(80,165,130)
#479172
(71,145,114)
#3E7D62
(62,125,98)
#356952
(53,105,82)
#2C5542
(44,85,66)
#234132
(35,65,50)
#1A2D22
(26,45,34)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #6BE1B2

#6BE1B2
(107,225,178)
#78E3B9
(120,227,185)
#85E5C0
(133,229,192)
#92E7C7
(146,231,199)
#9FE9CE
(159,233,206)
#ACEBD5
(172,235,213)
#B9EDDC
(185,237,220)
#C6EFE3
(198,239,227)
#D3F1EA
(211,241,234)
#E0F3F1
(224,243,241)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BE1B2 color. Also use rgb(107,225,178) instead hex code.

Text Font Color

.myTextColor { color: #6BE1B2; }

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

This text font color is #6BE1B2.


Background Color

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

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

This div background color is #6BE1B2.


Border color

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

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

This div border color is #6BE1B2.


Opacity

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

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

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

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

This text has shadow with #6BE1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE1B2 on black background.


Color preview on white background

This text has color #6BE1B2 on white background.



Black color preview on #6BE1B2 background

This text has black color on #6BE1B2 background.


White color preview on #6BE1B2 background

This text has white color on #6BE1B2 background.