COLOR #6BD08E

HEX: #6BD08E
RGB: (107,208,142)

Color info

#6BD08E contains mainly green color. Web safe color of #6BD08E is #66CC99 (or #6C9).

RGB color model

#6BD08E color RGB value is (107,208,142).

  • red value is 107;
  • green value is 208;
  • blue value is 142.
RGB:
(107,208,142)
(42%,82%,56%)

RGB channels and saturation

R 107 of 255 = 42%
G 208 of 255 = 82%
B 142 of 255 = 56%

107
208
142

R + G + B ~ 60%. #6BD08E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 208 + 142 = 457 (100%)
R 107 of 457 ~ 23.41%
G 208 of 457 ~ 45.51%
B 142 of 457 ~ 31.07%

%23.41
%45.51
%31.07

CMYK color model

#6BD08E color CMYK value is (49,0,32,18).

  • cyan value is 48.56%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK:
(49,0,32,18)
C49M0Y32K18 
(49%,0%,32%,18%)
(0.49/0.00/0.32/0.18)	

CMYK percentages

%48.56
%0
%31.73
%18.43

Codes

Color #6BD08E in popluar color models

6BD08E
RGB107208142
HSL141°51.79%61.76%
HSB/HSV141°48.56%81.57%
CMYK48.56%0.00%31.73%
18.43%

Color #6BD08E in popluar number systems.

HEX6BD08E
Decimal107208142
Binary11010111101000010001110
Octal153320216

Shades and tints

Shades of #6BD08E

#6BD08E
(107,208,142)
#62BE82
(98,190,130)
#59AC76
(89,172,118)
#509A6A
(80,154,106)
#47885E
(71,136,94)
#3E7652
(62,118,82)
#356446
(53,100,70)
#2C523A
(44,82,58)
#23402E
(35,64,46)
#1A2E22
(26,46,34)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #6BD08E

#6BD08E
(107,208,142)
#78D498
(120,212,152)
#85D8A2
(133,216,162)
#92DCAC
(146,220,172)
#9FE0B6
(159,224,182)
#ACE4C0
(172,228,192)
#B9E8CA
(185,232,202)
#C6ECD4
(198,236,212)
#D3F0DE
(211,240,222)
#E0F4E8
(224,244,232)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD08E color. Also use rgb(107,208,142) instead hex code.

Text Font Color

.myTextColor { color: #6BD08E; }

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

This text font color is #6BD08E.


Background Color

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

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

This div background color is #6BD08E.


Border color

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

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

This div border color is #6BD08E.


Opacity

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

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

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

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

This text has shadow with #6BD08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD08E on black background.


Color preview on white background

This text has color #6BD08E on white background.



Black color preview on #6BD08E background

This text has black color on #6BD08E background.


White color preview on #6BD08E background

This text has white color on #6BD08E background.