COLOR #6BEED7

HEX: #6BEED7
RGB: (107,238,215)

Color info

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

RGB color model

#6BEED7 color RGB value is (107,238,215).

  • red value is 107;
  • green value is 238;
  • blue value is 215.
RGB:
(107,238,215)
(42%,93%,84%)

RGB channels and saturation

R 107 of 255 = 42%
G 238 of 255 = 93%
B 215 of 255 = 84%

107
238
215

R + G + B ~ 73%. #6BEED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 238 + 215 = 560 (100%)
R 107 of 560 ~ 19.11%
G 238 of 560 ~ 42.5%
B 215 of 560 ~ 38.39%

%19.11
%42.5
%38.39

CMYK color model

#6BEED7 color CMYK value is (55,0,10,7).

  • cyan value is 55.04%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(55,0,10,7)
C55M0Y10K7 
(55%,0%,10%,7%)
(0.55/0.00/0.10/0.07)	

CMYK percentages

%55.04
%0
%9.66
%6.67

Codes

Color #6BEED7 in popluar color models

6BEED7
RGB107238215
HSL169°79.39%67.65%
HSB/HSV169°55.04%93.33%
CMYK55.04%0.00%9.66%
6.67%

Color #6BEED7 in popluar number systems.

HEX6BEED7
Decimal107238215
Binary11010111110111011010111
Octal153356327

Shades and tints

Shades of #6BEED7

#6BEED7
(107,238,215)
#62D9C4
(98,217,196)
#59C4B1
(89,196,177)
#50AF9E
(80,175,158)
#479A8B
(71,154,139)
#3E8578
(62,133,120)
#357065
(53,112,101)
#2C5B52
(44,91,82)
#23463F
(35,70,63)
#1A312C
(26,49,44)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #6BEED7

#6BEED7
(107,238,215)
#78EFDA
(120,239,218)
#85F0DD
(133,240,221)
#92F1E0
(146,241,224)
#9FF2E3
(159,242,227)
#ACF3E6
(172,243,230)
#B9F4E9
(185,244,233)
#C6F5EC
(198,245,236)
#D3F6EF
(211,246,239)
#E0F7F2
(224,247,242)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BEED7 color. Also use rgb(107,238,215) instead hex code.

Text Font Color

.myTextColor { color: #6BEED7; }

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

This text font color is #6BEED7.


Background Color

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

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

This div background color is #6BEED7.


Border color

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

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

This div border color is #6BEED7.


Opacity

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

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

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

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

This text has shadow with #6BEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BEED7 on black background.


Color preview on white background

This text has color #6BEED7 on white background.



Black color preview on #6BEED7 background

This text has black color on #6BEED7 background.


White color preview on #6BEED7 background

This text has white color on #6BEED7 background.