COLOR #6CCB9E

HEX: #6CCB9E
RGB: (108,203,158)

Color info

#6CCB9E contains mainly green and blue colors. Web safe color of #6CCB9E is #66CC99 (or #6C9).

RGB color model

#6CCB9E color RGB value is (108,203,158).

  • red value is 108;
  • green value is 203;
  • blue value is 158.
RGB:
(108,203,158)
(42%,80%,62%)

RGB channels and saturation

R 108 of 255 = 42%
G 203 of 255 = 80%
B 158 of 255 = 62%

108
203
158

R + G + B ~ 61%. #6CCB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 203 + 158 = 469 (100%)
R 108 of 469 ~ 23.03%
G 203 of 469 ~ 43.28%
B 158 of 469 ~ 33.69%

%23.03
%43.28
%33.69

CMYK color model

#6CCB9E color CMYK value is (47,0,22,20).

  • cyan value is 46.80%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK:
(47,0,22,20)
C47M0Y22K20 
(47%,0%,22%,20%)
(0.47/0.00/0.22/0.20)	

CMYK percentages

%46.8
%0
%22.17
%20.39

Codes

Color #6CCB9E in popluar color models

6CCB9E
RGB108203158
HSL152°47.74%60.98%
HSB/HSV152°46.80%79.61%
CMYK46.80%0.00%22.17%
20.39%

Color #6CCB9E in popluar number systems.

HEX6CCB9E
Decimal108203158
Binary11011001100101110011110
Octal154313236

Shades and tints

Shades of #6CCB9E

#6CCB9E
(108,203,158)
#63B990
(99,185,144)
#5AA782
(90,167,130)
#519574
(81,149,116)
#488366
(72,131,102)
#3F7158
(63,113,88)
#365F4A
(54,95,74)
#2D4D3C
(45,77,60)
#243B2E
(36,59,46)
#1B2920
(27,41,32)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #6CCB9E

#6CCB9E
(108,203,158)
#79CFA6
(121,207,166)
#86D3AE
(134,211,174)
#93D7B6
(147,215,182)
#A0DBBE
(160,219,190)
#ADDFC6
(173,223,198)
#BAE3CE
(186,227,206)
#C7E7D6
(199,231,214)
#D4EBDE
(212,235,222)
#E1EFE6
(225,239,230)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCB9E color. Also use rgb(108,203,158) instead hex code.

Text Font Color

.myTextColor { color: #6CCB9E; }

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

This text font color is #6CCB9E.


Background Color

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

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

This div background color is #6CCB9E.


Border color

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

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

This div border color is #6CCB9E.


Opacity

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

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

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

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

This text has shadow with #6CCB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCB9E on black background.


Color preview on white background

This text has color #6CCB9E on white background.



Black color preview on #6CCB9E background

This text has black color on #6CCB9E background.


White color preview on #6CCB9E background

This text has white color on #6CCB9E background.