COLOR #6CB99E

HEX: #6CB99E
RGB: (108,185,158)

Color info

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

RGB color model

#6CB99E color RGB value is (108,185,158).

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

RGB channels and saturation

R 108 of 255 = 42%
G 185 of 255 = 73%
B 158 of 255 = 62%

108
185
158

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

Portions of RGB colors in percentages

R + G + B =
108 + 185 + 158 = 451 (100%)
R 108 of 451 ~ 23.95%
G 185 of 451 ~ 41.02%
B 158 of 451 ~ 35.03%

%23.95
%41.02
%35.03

CMYK color model

#6CB99E color CMYK value is (42,0,15,27).

  • cyan value is 41.62%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(42,0,15,27)
C42M0Y15K27 
(42%,0%,15%,27%)
(0.42/0.00/0.15/0.27)	

CMYK percentages

%41.62
%0
%14.59
%27.45

Codes

Color #6CB99E in popluar color models

6CB99E
RGB108185158
HSL159°35.48%57.45%
HSB/HSV159°41.62%72.55%
CMYK41.62%0.00%14.59%
27.45%

Color #6CB99E in popluar number systems.

HEX6CB99E
Decimal108185158
Binary11011001011100110011110
Octal154271236

Shades and tints

Shades of #6CB99E

#6CB99E
(108,185,158)
#63A990
(99,169,144)
#5A9982
(90,153,130)
#518974
(81,137,116)
#487966
(72,121,102)
#3F6958
(63,105,88)
#36594A
(54,89,74)
#2D493C
(45,73,60)
#24392E
(36,57,46)
#1B2920
(27,41,32)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #6CB99E

#6CB99E
(108,185,158)
#79BFA6
(121,191,166)
#86C5AE
(134,197,174)
#93CBB6
(147,203,182)
#A0D1BE
(160,209,190)
#ADD7C6
(173,215,198)
#BADDCE
(186,221,206)
#C7E3D6
(199,227,214)
#D4E9DE
(212,233,222)
#E1EFE6
(225,239,230)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB99E; }

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

This text font color is #6CB99E.


Background Color

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

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

This div background color is #6CB99E.


Border color

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

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

This div border color is #6CB99E.


Opacity

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

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

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

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

This text has shadow with #6CB99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB99E on black background.


Color preview on white background

This text has color #6CB99E on white background.



Black color preview on #6CB99E background

This text has black color on #6CB99E background.


White color preview on #6CB99E background

This text has white color on #6CB99E background.