COLOR #6BA38E

HEX: #6BA38E
RGB: (107,163,142)

Color info

#6BA38E contains red, green and blue colors in about the same proportion. Web safe color of #6BA38E is #669999 (or #699).

RGB color model

#6BA38E color RGB value is (107,163,142).

  • red value is 107;
  • green value is 163;
  • blue value is 142.
RGB:
(107,163,142)
(42%,64%,56%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 142 of 255 = 56%

107
163
142

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

Portions of RGB colors in percentages

R + G + B =
107 + 163 + 142 = 412 (100%)
R 107 of 412 ~ 25.97%
G 163 of 412 ~ 39.56%
B 142 of 412 ~ 34.47%

%25.97
%39.56
%34.47

CMYK color model

#6BA38E color CMYK value is (34,0,13,36).

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(34,0,13,36)
C34M0Y13K36 
(34%,0%,13%,36%)
(0.34/0.00/0.13/0.36)	

CMYK percentages

%34.36
%0
%12.88
%36.08

Codes

Color #6BA38E in popluar color models

6BA38E
RGB107163142
HSL158°23.33%52.94%
HSB/HSV158°34.36%63.92%
CMYK34.36%0.00%12.88%
36.08%

Color #6BA38E in popluar number systems.

HEX6BA38E
Decimal107163142
Binary11010111010001110001110
Octal153243216

Shades and tints

Shades of #6BA38E

#6BA38E
(107,163,142)
#629582
(98,149,130)
#598776
(89,135,118)
#50796A
(80,121,106)
#476B5E
(71,107,94)
#3E5D52
(62,93,82)
#354F46
(53,79,70)
#2C413A
(44,65,58)
#23332E
(35,51,46)
#1A2522
(26,37,34)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #6BA38E

#6BA38E
(107,163,142)
#78AB98
(120,171,152)
#85B3A2
(133,179,162)
#92BBAC
(146,187,172)
#9FC3B6
(159,195,182)
#ACCBC0
(172,203,192)
#B9D3CA
(185,211,202)
#C6DBD4
(198,219,212)
#D3E3DE
(211,227,222)
#E0EBE8
(224,235,232)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA38E color. Also use rgb(107,163,142) instead hex code.

Text Font Color

.myTextColor { color: #6BA38E; }

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

This text font color is #6BA38E.


Background Color

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

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

This div background color is #6BA38E.


Border color

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

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

This div border color is #6BA38E.


Opacity

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

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

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

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

This text has shadow with #6BA38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA38E on black background.


Color preview on white background

This text has color #6BA38E on white background.



Black color preview on #6BA38E background

This text has black color on #6BA38E background.


White color preview on #6BA38E background

This text has white color on #6BA38E background.