COLOR #6BE2EB

HEX: #6BE2EB
RGB: (107,226,235)

Color info

#6BE2EB contains mainly green and blue colors. Web safe color of #6BE2EB is #66CCFF (or #6CF).

RGB color model

#6BE2EB color RGB value is (107,226,235).

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

RGB channels and saturation

R 107 of 255 = 42%
G 226 of 255 = 89%
B 235 of 255 = 92%

107
226
235

R + G + B ~ 74%. #6BE2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 226 + 235 = 568 (100%)
R 107 of 568 ~ 18.84%
G 226 of 568 ~ 39.79%
B 235 of 568 ~ 41.37%

%18.84
%39.79
%41.37

CMYK color model

#6BE2EB color CMYK value is (54,4,0,8).

  • cyan value is 54.47%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(54,4,0,8)
C54M4Y0K8 
(54%,4%,0%,8%)
(0.54/0.04/0.00/0.08)	

CMYK percentages

%54.47
%3.83
%0
%7.84

Codes

Color #6BE2EB in popluar color models

6BE2EB
RGB107226235
HSL184°76.19%67.06%
HSB/HSV184°54.47%92.16%
CMYK54.47%3.83%0.00%
7.84%

Color #6BE2EB in popluar number systems.

HEX6BE2EB
Decimal107226235
Binary11010111110001011101011
Octal153342353

Shades and tints

Shades of #6BE2EB

#6BE2EB
(107,226,235)
#62CED6
(98,206,214)
#59BAC1
(89,186,193)
#50A6AC
(80,166,172)
#479297
(71,146,151)
#3E7E82
(62,126,130)
#356A6D
(53,106,109)
#2C5658
(44,86,88)
#234243
(35,66,67)
#1A2E2E
(26,46,46)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #6BE2EB

#6BE2EB
(107,226,235)
#78E4EC
(120,228,236)
#85E6ED
(133,230,237)
#92E8EE
(146,232,238)
#9FEAEF
(159,234,239)
#ACECF0
(172,236,240)
#B9EEF1
(185,238,241)
#C6F0F2
(198,240,242)
#D3F2F3
(211,242,243)
#E0F4F4
(224,244,244)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BE2EB; }

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

This text font color is #6BE2EB.


Background Color

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

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

This div background color is #6BE2EB.


Border color

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

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

This div border color is #6BE2EB.


Opacity

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

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

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

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

This text has shadow with #6BE2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE2EB on black background.


Color preview on white background

This text has color #6BE2EB on white background.



Black color preview on #6BE2EB background

This text has black color on #6BE2EB background.


White color preview on #6BE2EB background

This text has white color on #6BE2EB background.