COLOR #6BDEB6

HEX: #6BDEB6
RGB: (107,222,182)

Color info

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

RGB color model

#6BDEB6 color RGB value is (107,222,182).

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

RGB channels and saturation

R 107 of 255 = 42%
G 222 of 255 = 87%
B 182 of 255 = 71%

107
222
182

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

Portions of RGB colors in percentages

R + G + B =
107 + 222 + 182 = 511 (100%)
R 107 of 511 ~ 20.94%
G 222 of 511 ~ 43.44%
B 182 of 511 ~ 35.62%

%20.94
%43.44
%35.62

CMYK color model

#6BDEB6 color CMYK value is (52,0,18,13).

  • cyan value is 51.80%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(52,0,18,13)
C52M0Y18K13 
(52%,0%,18%,13%)
(0.52/0.00/0.18/0.13)	

CMYK percentages

%51.8
%0
%18.02
%12.94

Codes

Color #6BDEB6 in popluar color models

6BDEB6
RGB107222182
HSL159°63.54%64.51%
HSB/HSV159°51.80%87.06%
CMYK51.80%0.00%18.02%
12.94%

Color #6BDEB6 in popluar number systems.

HEX6BDEB6
Decimal107222182
Binary11010111101111010110110
Octal153336266

Shades and tints

Shades of #6BDEB6

#6BDEB6
(107,222,182)
#62CAA6
(98,202,166)
#59B696
(89,182,150)
#50A286
(80,162,134)
#478E76
(71,142,118)
#3E7A66
(62,122,102)
#356656
(53,102,86)
#2C5246
(44,82,70)
#233E36
(35,62,54)
#1A2A26
(26,42,38)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #6BDEB6

#6BDEB6
(107,222,182)
#78E1BC
(120,225,188)
#85E4C2
(133,228,194)
#92E7C8
(146,231,200)
#9FEACE
(159,234,206)
#ACEDD4
(172,237,212)
#B9F0DA
(185,240,218)
#C6F3E0
(198,243,224)
#D3F6E6
(211,246,230)
#E0F9EC
(224,249,236)
#EDFCF2
(237,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BDEB6; }

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

This text font color is #6BDEB6.


Background Color

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

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

This div background color is #6BDEB6.


Border color

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

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

This div border color is #6BDEB6.


Opacity

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

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

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

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

This text has shadow with #6BDEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BDEB6 on black background.


Color preview on white background

This text has color #6BDEB6 on white background.



Black color preview on #6BDEB6 background

This text has black color on #6BDEB6 background.


White color preview on #6BDEB6 background

This text has white color on #6BDEB6 background.