COLOR #6BA48A

HEX: #6BA48A
RGB: (107,164,138)

Color info

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

RGB color model

#6BA48A color RGB value is (107,164,138).

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

RGB channels and saturation

R 107 of 255 = 42%
G 164 of 255 = 64%
B 138 of 255 = 54%

107
164
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 164 + 138 = 409 (100%)
R 107 of 409 ~ 26.16%
G 164 of 409 ~ 40.1%
B 138 of 409 ~ 33.74%

%26.16
%40.1
%33.74

CMYK color model

#6BA48A color CMYK value is (35,0,16,36).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(35,0,16,36)
C35M0Y16K36 
(35%,0%,16%,36%)
(0.35/0.00/0.16/0.36)	

CMYK percentages

%34.76
%0
%15.85
%35.69

Codes

Color #6BA48A in popluar color models

6BA48A
RGB107164138
HSL153°23.85%53.14%
HSB/HSV153°34.76%64.31%
CMYK34.76%0.00%15.85%
35.69%

Color #6BA48A in popluar number systems.

HEX6BA48A
Decimal107164138
Binary11010111010010010001010
Octal153244212

Shades and tints

Shades of #6BA48A

#6BA48A
(107,164,138)
#62967E
(98,150,126)
#598872
(89,136,114)
#507A66
(80,122,102)
#476C5A
(71,108,90)
#3E5E4E
(62,94,78)
#355042
(53,80,66)
#2C4236
(44,66,54)
#23342A
(35,52,42)
#1A261E
(26,38,30)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #6BA48A

#6BA48A
(107,164,138)
#78AC94
(120,172,148)
#85B49E
(133,180,158)
#92BCA8
(146,188,168)
#9FC4B2
(159,196,178)
#ACCCBC
(172,204,188)
#B9D4C6
(185,212,198)
#C6DCD0
(198,220,208)
#D3E4DA
(211,228,218)
#E0ECE4
(224,236,228)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA48A; }

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

This text font color is #6BA48A.


Background Color

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

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

This div background color is #6BA48A.


Border color

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

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

This div border color is #6BA48A.


Opacity

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

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

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

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

This text has shadow with #6BA48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA48A on black background.


Color preview on white background

This text has color #6BA48A on white background.



Black color preview on #6BA48A background

This text has black color on #6BA48A background.


White color preview on #6BA48A background

This text has white color on #6BA48A background.