COLOR #6BBEB6

HEX: #6BBEB6
RGB: (107,190,182)

Color info

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

RGB color model

#6BBEB6 color RGB value is (107,190,182).

  • red value is 107;
  • green value is 190;
  • blue value is 182.
RGB:
(107,190,182)
(42%,75%,71%)

RGB channels and saturation

R 107 of 255 = 42%
G 190 of 255 = 75%
B 182 of 255 = 71%

107
190
182

R + G + B ~ 63%. #6BBEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 190 + 182 = 479 (100%)
R 107 of 479 ~ 22.34%
G 190 of 479 ~ 39.67%
B 182 of 479 ~ 38%

%22.34
%39.67
%38

CMYK color model

#6BBEB6 color CMYK value is (44,0,4,25).

  • cyan value is 43.68%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(44,0,4,25)
C44M0Y4K25 
(44%,0%,4%,25%)
(0.44/0.00/0.04/0.25)	

CMYK percentages

%43.68
%0
%4.21
%25.49

Codes

Color #6BBEB6 in popluar color models

6BBEB6
RGB107190182
HSL174°38.97%58.24%
HSB/HSV174°43.68%74.51%
CMYK43.68%0.00%4.21%
25.49%

Color #6BBEB6 in popluar number systems.

HEX6BBEB6
Decimal107190182
Binary11010111011111010110110
Octal153276266

Shades and tints

Shades of #6BBEB6

#6BBEB6
(107,190,182)
#62ADA6
(98,173,166)
#599C96
(89,156,150)
#508B86
(80,139,134)
#477A76
(71,122,118)
#3E6966
(62,105,102)
#355856
(53,88,86)
#2C4746
(44,71,70)
#233636
(35,54,54)
#1A2526
(26,37,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #6BBEB6

#6BBEB6
(107,190,182)
#78C3BC
(120,195,188)
#85C8C2
(133,200,194)
#92CDC8
(146,205,200)
#9FD2CE
(159,210,206)
#ACD7D4
(172,215,212)
#B9DCDA
(185,220,218)
#C6E1E0
(198,225,224)
#D3E6E6
(211,230,230)
#E0EBEC
(224,235,236)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBEB6 color. Also use rgb(107,190,182) instead hex code.

Text Font Color

.myTextColor { color: #6BBEB6; }

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

This text font color is #6BBEB6.


Background Color

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

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

This div background color is #6BBEB6.


Border color

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

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

This div border color is #6BBEB6.


Opacity

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

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

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

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

This text has shadow with #6BBEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBEB6 on black background.


Color preview on white background

This text has color #6BBEB6 on white background.



Black color preview on #6BBEB6 background

This text has black color on #6BBEB6 background.


White color preview on #6BBEB6 background

This text has white color on #6BBEB6 background.