COLOR #6BABA8

HEX: #6BABA8
RGB: (107,171,168)

Color info

#6BABA8 contains mainly green and blue colors. Web safe color of #6BABA8 is #669999 (or #699).

RGB color model

#6BABA8 color RGB value is (107,171,168).

  • red value is 107;
  • green value is 171;
  • blue value is 168.
RGB:
(107,171,168)
(42%,67%,66%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 168 of 255 = 66%

107
171
168

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

Portions of RGB colors in percentages

R + G + B =
107 + 171 + 168 = 446 (100%)
R 107 of 446 ~ 23.99%
G 171 of 446 ~ 38.34%
B 168 of 446 ~ 37.67%

%23.99
%38.34
%37.67

CMYK color model

#6BABA8 color CMYK value is (37,0,2,33).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK:
(37,0,2,33)
C37M0Y2K33 
(37%,0%,2%,33%)
(0.37/0.00/0.02/0.33)	

CMYK percentages

%37.43
%0
%1.75
%32.94

Codes

Color #6BABA8 in popluar color models

6BABA8
RGB107171168
HSL177°27.59%54.51%
HSB/HSV177°37.43%67.06%
CMYK37.43%0.00%1.75%
32.94%

Color #6BABA8 in popluar number systems.

HEX6BABA8
Decimal107171168
Binary11010111010101110101000
Octal153253250

Shades and tints

Shades of #6BABA8

#6BABA8
(107,171,168)
#629C99
(98,156,153)
#598D8A
(89,141,138)
#507E7B
(80,126,123)
#476F6C
(71,111,108)
#3E605D
(62,96,93)
#35514E
(53,81,78)
#2C423F
(44,66,63)
#233330
(35,51,48)
#1A2421
(26,36,33)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #6BABA8

#6BABA8
(107,171,168)
#78B2AF
(120,178,175)
#85B9B6
(133,185,182)
#92C0BD
(146,192,189)
#9FC7C4
(159,199,196)
#ACCECB
(172,206,203)
#B9D5D2
(185,213,210)
#C6DCD9
(198,220,217)
#D3E3E0
(211,227,224)
#E0EAE7
(224,234,231)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BABA8 color. Also use rgb(107,171,168) instead hex code.

Text Font Color

.myTextColor { color: #6BABA8; }

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

This text font color is #6BABA8.


Background Color

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

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

This div background color is #6BABA8.


Border color

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

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

This div border color is #6BABA8.


Opacity

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

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

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

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

This text has shadow with #6BABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BABA8 on black background.


Color preview on white background

This text has color #6BABA8 on white background.



Black color preview on #6BABA8 background

This text has black color on #6BABA8 background.


White color preview on #6BABA8 background

This text has white color on #6BABA8 background.