COLOR #6BA48B

HEX: #6BA48B
RGB: (107,164,139)

Color info

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

RGB color model

#6BA48B color RGB value is (107,164,139).

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

RGB channels and saturation

R 107 of 255 = 42%
G 164 of 255 = 64%
B 139 of 255 = 55%

107
164
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 164 + 139 = 410 (100%)
R 107 of 410 ~ 26.1%
G 164 of 410 ~ 40%
B 139 of 410 ~ 33.9%

%26.1
%40
%33.9

CMYK color model

#6BA48B color CMYK value is (35,0,15,36).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(35,0,15,36)
C35M0Y15K36 
(35%,0%,15%,36%)
(0.35/0.00/0.15/0.36)	

CMYK percentages

%34.76
%0
%15.24
%35.69

Codes

Color #6BA48B in popluar color models

6BA48B
RGB107164139
HSL154°23.85%53.14%
HSB/HSV154°34.76%64.31%
CMYK34.76%0.00%15.24%
35.69%

Color #6BA48B in popluar number systems.

HEX6BA48B
Decimal107164139
Binary11010111010010010001011
Octal153244213

Shades and tints

Shades of #6BA48B

#6BA48B
(107,164,139)
#62967F
(98,150,127)
#598873
(89,136,115)
#507A67
(80,122,103)
#476C5B
(71,108,91)
#3E5E4F
(62,94,79)
#355043
(53,80,67)
#2C4237
(44,66,55)
#23342B
(35,52,43)
#1A261F
(26,38,31)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #6BA48B

#6BA48B
(107,164,139)
#78AC95
(120,172,149)
#85B49F
(133,180,159)
#92BCA9
(146,188,169)
#9FC4B3
(159,196,179)
#ACCCBD
(172,204,189)
#B9D4C7
(185,212,199)
#C6DCD1
(198,220,209)
#D3E4DB
(211,228,219)
#E0ECE5
(224,236,229)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA48B; }

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

This text font color is #6BA48B.


Background Color

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

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

This div background color is #6BA48B.


Border color

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

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

This div border color is #6BA48B.


Opacity

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

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

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

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

This text has shadow with #6BA48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA48B on black background.


Color preview on white background

This text has color #6BA48B on white background.



Black color preview on #6BA48B background

This text has black color on #6BA48B background.


White color preview on #6BA48B background

This text has white color on #6BA48B background.