COLOR #6BAB98

HEX: #6BAB98
RGB: (107,171,152)

Color info

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

RGB color model

#6BAB98 color RGB value is (107,171,152).

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

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 152 of 255 = 60%

107
171
152

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

Portions of RGB colors in percentages

R + G + B =
107 + 171 + 152 = 430 (100%)
R 107 of 430 ~ 24.88%
G 171 of 430 ~ 39.77%
B 152 of 430 ~ 35.35%

%24.88
%39.77
%35.35

CMYK color model

#6BAB98 color CMYK value is (37,0,11,33).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 32.94%
CMYK:
(37,0,11,33)
C37M0Y11K33 
(37%,0%,11%,33%)
(0.37/0.00/0.11/0.33)	

CMYK percentages

%37.43
%0
%11.11
%32.94

Codes

Color #6BAB98 in popluar color models

6BAB98
RGB107171152
HSL162°27.59%54.51%
HSB/HSV162°37.43%67.06%
CMYK37.43%0.00%11.11%
32.94%

Color #6BAB98 in popluar number systems.

HEX6BAB98
Decimal107171152
Binary11010111010101110011000
Octal153253230

Shades and tints

Shades of #6BAB98

#6BAB98
(107,171,152)
#629C8B
(98,156,139)
#598D7E
(89,141,126)
#507E71
(80,126,113)
#476F64
(71,111,100)
#3E6057
(62,96,87)
#35514A
(53,81,74)
#2C423D
(44,66,61)
#233330
(35,51,48)
#1A2423
(26,36,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #6BAB98

#6BAB98
(107,171,152)
#78B2A1
(120,178,161)
#85B9AA
(133,185,170)
#92C0B3
(146,192,179)
#9FC7BC
(159,199,188)
#ACCEC5
(172,206,197)
#B9D5CE
(185,213,206)
#C6DCD7
(198,220,215)
#D3E3E0
(211,227,224)
#E0EAE9
(224,234,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAB98; }

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

This text font color is #6BAB98.


Background Color

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

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

This div background color is #6BAB98.


Border color

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

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

This div border color is #6BAB98.


Opacity

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

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

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

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

This text has shadow with #6BAB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAB98 on black background.


Color preview on white background

This text has color #6BAB98 on white background.



Black color preview on #6BAB98 background

This text has black color on #6BAB98 background.


White color preview on #6BAB98 background

This text has white color on #6BAB98 background.