COLOR #6AB27E

HEX: #6AB27E
RGB: (106,178,126)

Color info

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

RGB color model

#6AB27E color RGB value is (106,178,126).

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

RGB channels and saturation

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

106
178
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 126 = 410 (100%)
R 106 of 410 ~ 25.85%
G 178 of 410 ~ 43.41%
B 126 of 410 ~ 30.73%

%25.85
%43.41
%30.73

CMYK color model

#6AB27E color CMYK value is (40,0,29,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK:
(40,0,29,30)
C40M0Y29K30 
(40%,0%,29%,30%)
(0.40/0.00/0.29/0.30)	

CMYK percentages

%40.45
%0
%29.21
%30.2

Codes

Color #6AB27E in popluar color models

6AB27E
RGB106178126
HSL137°31.86%55.69%
HSB/HSV137°40.45%69.80%
CMYK40.45%0.00%29.21%
30.20%

Color #6AB27E in popluar number systems.

HEX6AB27E
Decimal106178126
Binary1101010101100101111110
Octal152262176

Shades and tints

Shades of #6AB27E

#6AB27E
(106,178,126)
#61A273
(97,162,115)
#589268
(88,146,104)
#4F825D
(79,130,93)
#467252
(70,114,82)
#3D6247
(61,98,71)
#34523C
(52,82,60)
#2B4231
(43,66,49)
#223226
(34,50,38)
#19221B
(25,34,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #6AB27E

#6AB27E
(106,178,126)
#77B989
(119,185,137)
#84C094
(132,192,148)
#91C79F
(145,199,159)
#9ECEAA
(158,206,170)
#ABD5B5
(171,213,181)
#B8DCC0
(184,220,192)
#C5E3CB
(197,227,203)
#D2EAD6
(210,234,214)
#DFF1E1
(223,241,225)
#ECF8EC
(236,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB27E; }

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

This text font color is #6AB27E.


Background Color

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

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

This div background color is #6AB27E.


Border color

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

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

This div border color is #6AB27E.


Opacity

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

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

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

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

This text has shadow with #6AB27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB27E on black background.


Color preview on white background

This text has color #6AB27E on white background.



Black color preview on #6AB27E background

This text has black color on #6AB27E background.


White color preview on #6AB27E background

This text has white color on #6AB27E background.