COLOR #6CB27E

HEX: #6CB27E
RGB: (108,178,126)

Color info

#6CB27E contains mainly green and blue colors. Web safe color of #6CB27E is #669966 (or #696).

RGB color model

#6CB27E color RGB value is (108,178,126).

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

RGB channels and saturation

R 108 of 255 = 42%
G 178 of 255 = 70%
B 126 of 255 = 49%

108
178
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 178 + 126 = 412 (100%)
R 108 of 412 ~ 26.21%
G 178 of 412 ~ 43.2%
B 126 of 412 ~ 30.58%

%26.21
%43.2
%30.58

CMYK color model

#6CB27E color CMYK value is (39,0,29,30).

  • cyan value is 39.33%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK:
(39,0,29,30)
C39M0Y29K30 
(39%,0%,29%,30%)
(0.39/0.00/0.29/0.30)	

CMYK percentages

%39.33
%0
%29.21
%30.2

Codes

Color #6CB27E in popluar color models

6CB27E
RGB108178126
HSL135°31.25%56.08%
HSB/HSV135°39.33%69.80%
CMYK39.33%0.00%29.21%
30.20%

Color #6CB27E in popluar number systems.

HEX6CB27E
Decimal108178126
Binary1101100101100101111110
Octal154262176

Shades and tints

Shades of #6CB27E

#6CB27E
(108,178,126)
#63A273
(99,162,115)
#5A9268
(90,146,104)
#51825D
(81,130,93)
#487252
(72,114,82)
#3F6247
(63,98,71)
#36523C
(54,82,60)
#2D4231
(45,66,49)
#243226
(36,50,38)
#1B221B
(27,34,27)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #6CB27E

#6CB27E
(108,178,126)
#79B989
(121,185,137)
#86C094
(134,192,148)
#93C79F
(147,199,159)
#A0CEAA
(160,206,170)
#ADD5B5
(173,213,181)
#BADCC0
(186,220,192)
#C7E3CB
(199,227,203)
#D4EAD6
(212,234,214)
#E1F1E1
(225,241,225)
#EEF8EC
(238,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB27E; }

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

This text font color is #6CB27E.


Background Color

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

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

This div background color is #6CB27E.


Border color

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

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

This div border color is #6CB27E.


Opacity

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

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

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

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

This text has shadow with #6CB27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB27E on black background.


Color preview on white background

This text has color #6CB27E on white background.



Black color preview on #6CB27E background

This text has black color on #6CB27E background.


White color preview on #6CB27E background

This text has white color on #6CB27E background.