COLOR #6AB98C

HEX: #6AB98C
RGB: (106,185,140)

Color info

#6AB98C contains mainly green and blue colors. Web safe color of #6AB98C is #66CC99 (or #6C9).

RGB color model

#6AB98C color RGB value is (106,185,140).

  • red value is 106;
  • green value is 185;
  • blue value is 140.
RGB:
(106,185,140)
(42%,73%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 185 of 255 = 73%
B 140 of 255 = 55%

106
185
140

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

Portions of RGB colors in percentages

R + G + B =
106 + 185 + 140 = 431 (100%)
R 106 of 431 ~ 24.59%
G 185 of 431 ~ 42.92%
B 140 of 431 ~ 32.48%

%24.59
%42.92
%32.48

CMYK color model

#6AB98C color CMYK value is (43,0,24,27).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(43,0,24,27)
C43M0Y24K27 
(43%,0%,24%,27%)
(0.43/0.00/0.24/0.27)	

CMYK percentages

%42.7
%0
%24.32
%27.45

Codes

Color #6AB98C in popluar color models

6AB98C
RGB106185140
HSL146°36.07%57.06%
HSB/HSV146°42.70%72.55%
CMYK42.70%0.00%24.32%
27.45%

Color #6AB98C in popluar number systems.

HEX6AB98C
Decimal106185140
Binary11010101011100110001100
Octal152271214

Shades and tints

Shades of #6AB98C

#6AB98C
(106,185,140)
#61A980
(97,169,128)
#589974
(88,153,116)
#4F8968
(79,137,104)
#46795C
(70,121,92)
#3D6950
(61,105,80)
#345944
(52,89,68)
#2B4938
(43,73,56)
#22392C
(34,57,44)
#192920
(25,41,32)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #6AB98C

#6AB98C
(106,185,140)
#77BF96
(119,191,150)
#84C5A0
(132,197,160)
#91CBAA
(145,203,170)
#9ED1B4
(158,209,180)
#ABD7BE
(171,215,190)
#B8DDC8
(184,221,200)
#C5E3D2
(197,227,210)
#D2E9DC
(210,233,220)
#DFEFE6
(223,239,230)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB98C color. Also use rgb(106,185,140) instead hex code.

Text Font Color

.myTextColor { color: #6AB98C; }

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

This text font color is #6AB98C.


Background Color

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

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

This div background color is #6AB98C.


Border color

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

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

This div border color is #6AB98C.


Opacity

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

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

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

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

This text has shadow with #6AB98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB98C on black background.


Color preview on white background

This text has color #6AB98C on white background.



Black color preview on #6AB98C background

This text has black color on #6AB98C background.


White color preview on #6AB98C background

This text has white color on #6AB98C background.