COLOR #6BEFE0

HEX: #6BEFE0
RGB: (107,239,224)

Color info

#6BEFE0 contains mainly green and blue colors. Web safe color of #6BEFE0 is #66FFCC (or #6FC).

RGB color model

#6BEFE0 color RGB value is (107,239,224).

  • red value is 107;
  • green value is 239;
  • blue value is 224.
RGB:
(107,239,224)
(42%,94%,88%)

RGB channels and saturation

R 107 of 255 = 42%
G 239 of 255 = 94%
B 224 of 255 = 88%

107
239
224

R + G + B ~ 75%. #6BEFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 239 + 224 = 570 (100%)
R 107 of 570 ~ 18.77%
G 239 of 570 ~ 41.93%
B 224 of 570 ~ 39.3%

%18.77
%41.93
%39.3

CMYK color model

#6BEFE0 color CMYK value is (55,0,6,6).

  • cyan value is 55.23%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(55,0,6,6)
C55M0Y6K6 
(55%,0%,6%,6%)
(0.55/0.00/0.06/0.06)	

CMYK percentages

%55.23
%0
%6.28
%6.27

Codes

Color #6BEFE0 in popluar color models

6BEFE0
RGB107239224
HSL173°80.49%67.84%
HSB/HSV173°55.23%93.73%
CMYK55.23%0.00%6.28%
6.27%

Color #6BEFE0 in popluar number systems.

HEX6BEFE0
Decimal107239224
Binary11010111110111111100000
Octal153357340

Shades and tints

Shades of #6BEFE0

#6BEFE0
(107,239,224)
#62DACC
(98,218,204)
#59C5B8
(89,197,184)
#50B0A4
(80,176,164)
#479B90
(71,155,144)
#3E867C
(62,134,124)
#357168
(53,113,104)
#2C5C54
(44,92,84)
#234740
(35,71,64)
#1A322C
(26,50,44)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #6BEFE0

#6BEFE0
(107,239,224)
#78F0E2
(120,240,226)
#85F1E4
(133,241,228)
#92F2E6
(146,242,230)
#9FF3E8
(159,243,232)
#ACF4EA
(172,244,234)
#B9F5EC
(185,245,236)
#C6F6EE
(198,246,238)
#D3F7F0
(211,247,240)
#E0F8F2
(224,248,242)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BEFE0 color. Also use rgb(107,239,224) instead hex code.

Text Font Color

.myTextColor { color: #6BEFE0; }

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

This text font color is #6BEFE0.


Background Color

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

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

This div background color is #6BEFE0.


Border color

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

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

This div border color is #6BEFE0.


Opacity

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

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

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

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

This text has shadow with #6BEFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BEFE0 on black background.


Color preview on white background

This text has color #6BEFE0 on white background.



Black color preview on #6BEFE0 background

This text has black color on #6BEFE0 background.


White color preview on #6BEFE0 background

This text has white color on #6BEFE0 background.