COLOR #6BA48E

HEX: #6BA48E
RGB: (107,164,142)

Color info

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

RGB color model

#6BA48E color RGB value is (107,164,142).

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

RGB channels and saturation

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

107
164
142

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

Portions of RGB colors in percentages

R + G + B =
107 + 164 + 142 = 413 (100%)
R 107 of 413 ~ 25.91%
G 164 of 413 ~ 39.71%
B 142 of 413 ~ 34.38%

%25.91
%39.71
%34.38

CMYK color model

#6BA48E color CMYK value is (35,0,13,36).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(35,0,13,36)
C35M0Y13K36 
(35%,0%,13%,36%)
(0.35/0.00/0.13/0.36)	

CMYK percentages

%34.76
%0
%13.41
%35.69

Codes

Color #6BA48E in popluar color models

6BA48E
RGB107164142
HSL157°23.85%53.14%
HSB/HSV157°34.76%64.31%
CMYK34.76%0.00%13.41%
35.69%

Color #6BA48E in popluar number systems.

HEX6BA48E
Decimal107164142
Binary11010111010010010001110
Octal153244216

Shades and tints

Shades of #6BA48E

#6BA48E
(107,164,142)
#629682
(98,150,130)
#598876
(89,136,118)
#507A6A
(80,122,106)
#476C5E
(71,108,94)
#3E5E52
(62,94,82)
#355046
(53,80,70)
#2C423A
(44,66,58)
#23342E
(35,52,46)
#1A2622
(26,38,34)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #6BA48E

#6BA48E
(107,164,142)
#78AC98
(120,172,152)
#85B4A2
(133,180,162)
#92BCAC
(146,188,172)
#9FC4B6
(159,196,182)
#ACCCC0
(172,204,192)
#B9D4CA
(185,212,202)
#C6DCD4
(198,220,212)
#D3E4DE
(211,228,222)
#E0ECE8
(224,236,232)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA48E; }

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

This text font color is #6BA48E.


Background Color

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

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

This div background color is #6BA48E.


Border color

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

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

This div border color is #6BA48E.


Opacity

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

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

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

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

This text has shadow with #6BA48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA48E on black background.


Color preview on white background

This text has color #6BA48E on white background.



Black color preview on #6BA48E background

This text has black color on #6BA48E background.


White color preview on #6BA48E background

This text has white color on #6BA48E background.