COLOR #6ABFA3

HEX: #6ABFA3
RGB: (106,191,163)

Color info

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

RGB color model

#6ABFA3 color RGB value is (106,191,163).

  • red value is 106;
  • green value is 191;
  • blue value is 163.
RGB:
(106,191,163)
(42%,75%,64%)

RGB channels and saturation

R 106 of 255 = 42%
G 191 of 255 = 75%
B 163 of 255 = 64%

106
191
163

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

Portions of RGB colors in percentages

R + G + B =
106 + 191 + 163 = 460 (100%)
R 106 of 460 ~ 23.04%
G 191 of 460 ~ 41.52%
B 163 of 460 ~ 35.43%

%23.04
%41.52
%35.43

CMYK color model

#6ABFA3 color CMYK value is (45,0,15,25).

  • cyan value is 44.50%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 25.10%
CMYK:
(45,0,15,25)
C45M0Y15K25 
(45%,0%,15%,25%)
(0.45/0.00/0.15/0.25)	

CMYK percentages

%44.5
%0
%14.66
%25.1

Codes

Color #6ABFA3 in popluar color models

6ABFA3
RGB106191163
HSL160°39.91%58.24%
HSB/HSV160°44.50%74.90%
CMYK44.50%0.00%14.66%
25.10%

Color #6ABFA3 in popluar number systems.

HEX6ABFA3
Decimal106191163
Binary11010101011111110100011
Octal152277243

Shades and tints

Shades of #6ABFA3

#6ABFA3
(106,191,163)
#61AE95
(97,174,149)
#589D87
(88,157,135)
#4F8C79
(79,140,121)
#467B6B
(70,123,107)
#3D6A5D
(61,106,93)
#34594F
(52,89,79)
#2B4841
(43,72,65)
#223733
(34,55,51)
#192625
(25,38,37)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #6ABFA3

#6ABFA3
(106,191,163)
#77C4AB
(119,196,171)
#84C9B3
(132,201,179)
#91CEBB
(145,206,187)
#9ED3C3
(158,211,195)
#ABD8CB
(171,216,203)
#B8DDD3
(184,221,211)
#C5E2DB
(197,226,219)
#D2E7E3
(210,231,227)
#DFECEB
(223,236,235)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABFA3 color. Also use rgb(106,191,163) instead hex code.

Text Font Color

.myTextColor { color: #6ABFA3; }

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

This text font color is #6ABFA3.


Background Color

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

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

This div background color is #6ABFA3.


Border color

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

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

This div border color is #6ABFA3.


Opacity

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

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

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

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

This text has shadow with #6ABFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABFA3 on black background.


Color preview on white background

This text has color #6ABFA3 on white background.



Black color preview on #6ABFA3 background

This text has black color on #6ABFA3 background.


White color preview on #6ABFA3 background

This text has white color on #6ABFA3 background.