COLOR #6CB28E

HEX: #6CB28E
RGB: (108,178,142)

Color info

#6CB28E contains mainly green and blue colors. Web safe color of #6CB28E is #669999 (or #699).

RGB color model

#6CB28E color RGB value is (108,178,142).

  • red value is 108;
  • green value is 178;
  • blue value is 142.
RGB:
(108,178,142)
(42%,70%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 178 of 255 = 70%
B 142 of 255 = 56%

108
178
142

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

Portions of RGB colors in percentages

R + G + B =
108 + 178 + 142 = 428 (100%)
R 108 of 428 ~ 25.23%
G 178 of 428 ~ 41.59%
B 142 of 428 ~ 33.18%

%25.23
%41.59
%33.18

CMYK color model

#6CB28E color CMYK value is (39,0,20,30).

  • cyan value is 39.33%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(39,0,20,30)
C39M0Y20K30 
(39%,0%,20%,30%)
(0.39/0.00/0.20/0.30)	

CMYK percentages

%39.33
%0
%20.22
%30.2

Codes

Color #6CB28E in popluar color models

6CB28E
RGB108178142
HSL149°31.25%56.08%
HSB/HSV149°39.33%69.80%
CMYK39.33%0.00%20.22%
30.20%

Color #6CB28E in popluar number systems.

HEX6CB28E
Decimal108178142
Binary11011001011001010001110
Octal154262216

Shades and tints

Shades of #6CB28E

#6CB28E
(108,178,142)
#63A282
(99,162,130)
#5A9276
(90,146,118)
#51826A
(81,130,106)
#48725E
(72,114,94)
#3F6252
(63,98,82)
#365246
(54,82,70)
#2D423A
(45,66,58)
#24322E
(36,50,46)
#1B2222
(27,34,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #6CB28E

#6CB28E
(108,178,142)
#79B998
(121,185,152)
#86C0A2
(134,192,162)
#93C7AC
(147,199,172)
#A0CEB6
(160,206,182)
#ADD5C0
(173,213,192)
#BADCCA
(186,220,202)
#C7E3D4
(199,227,212)
#D4EADE
(212,234,222)
#E1F1E8
(225,241,232)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB28E color. Also use rgb(108,178,142) instead hex code.

Text Font Color

.myTextColor { color: #6CB28E; }

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

This text font color is #6CB28E.


Background Color

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

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

This div background color is #6CB28E.


Border color

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

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

This div border color is #6CB28E.


Opacity

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

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

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

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

This text has shadow with #6CB28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB28E on black background.


Color preview on white background

This text has color #6CB28E on white background.



Black color preview on #6CB28E background

This text has black color on #6CB28E background.


White color preview on #6CB28E background

This text has white color on #6CB28E background.