COLOR #6BA27E

HEX: #6BA27E
RGB: (107,162,126)

Color info

#6BA27E contains red, green and blue colors in about the same proportion. Web safe color of #6BA27E is #669966 (or #696).

RGB color model

#6BA27E color RGB value is (107,162,126).

  • red value is 107;
  • green value is 162;
  • blue value is 126.
RGB:
(107,162,126)
(42%,64%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 162 of 255 = 64%
B 126 of 255 = 49%

107
162
126

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

Portions of RGB colors in percentages

R + G + B =
107 + 162 + 126 = 395 (100%)
R 107 of 395 ~ 27.09%
G 162 of 395 ~ 41.01%
B 126 of 395 ~ 31.9%

%27.09
%41.01
%31.9

CMYK color model

#6BA27E color CMYK value is (34,0,22,36).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 36.47%
CMYK:
(34,0,22,36)
C34M0Y22K36 
(34%,0%,22%,36%)
(0.34/0.00/0.22/0.36)	

CMYK percentages

%33.95
%0
%22.22
%36.47

Codes

Color #6BA27E in popluar color models

6BA27E
RGB107162126
HSL141°22.82%52.75%
HSB/HSV141°33.95%63.53%
CMYK33.95%0.00%22.22%
36.47%

Color #6BA27E in popluar number systems.

HEX6BA27E
Decimal107162126
Binary1101011101000101111110
Octal153242176

Shades and tints

Shades of #6BA27E

#6BA27E
(107,162,126)
#629473
(98,148,115)
#598668
(89,134,104)
#50785D
(80,120,93)
#476A52
(71,106,82)
#3E5C47
(62,92,71)
#354E3C
(53,78,60)
#2C4031
(44,64,49)
#233226
(35,50,38)
#1A241B
(26,36,27)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #6BA27E

#6BA27E
(107,162,126)
#78AA89
(120,170,137)
#85B294
(133,178,148)
#92BA9F
(146,186,159)
#9FC2AA
(159,194,170)
#ACCAB5
(172,202,181)
#B9D2C0
(185,210,192)
#C6DACB
(198,218,203)
#D3E2D6
(211,226,214)
#E0EAE1
(224,234,225)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA27E color. Also use rgb(107,162,126) instead hex code.

Text Font Color

.myTextColor { color: #6BA27E; }

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

This text font color is #6BA27E.


Background Color

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

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

This div background color is #6BA27E.


Border color

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

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

This div border color is #6BA27E.


Opacity

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

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

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

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

This text has shadow with #6BA27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA27E on black background.


Color preview on white background

This text has color #6BA27E on white background.



Black color preview on #6BA27E background

This text has black color on #6BA27E background.


White color preview on #6BA27E background

This text has white color on #6BA27E background.