COLOR #6ABBB3

HEX: #6ABBB3
RGB: (106,187,179)

Color info

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

RGB color model

#6ABBB3 color RGB value is (106,187,179).

  • red value is 106;
  • green value is 187;
  • blue value is 179.
RGB:
(106,187,179)
(42%,73%,70%)

RGB channels and saturation

R 106 of 255 = 42%
G 187 of 255 = 73%
B 179 of 255 = 70%

106
187
179

R + G + B ~ 62%. #6ABBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 187 + 179 = 472 (100%)
R 106 of 472 ~ 22.46%
G 187 of 472 ~ 39.62%
B 179 of 472 ~ 37.92%

%22.46
%39.62
%37.92

CMYK color model

#6ABBB3 color CMYK value is (43,0,4,27).

  • cyan value is 43.32%
  • magenta value is 0.00%
  • yellow value is 4.28%
  • key color value is 26.67%
CMYK:
(43,0,4,27)
C43M0Y4K27 
(43%,0%,4%,27%)
(0.43/0.00/0.04/0.27)	

CMYK percentages

%43.32
%0
%4.28
%26.67

Codes

Color #6ABBB3 in popluar color models

6ABBB3
RGB106187179
HSL174°37.33%57.45%
HSB/HSV174°43.32%73.33%
CMYK43.32%0.00%4.28%
26.67%

Color #6ABBB3 in popluar number systems.

HEX6ABBB3
Decimal106187179
Binary11010101011101110110011
Octal152273263

Shades and tints

Shades of #6ABBB3

#6ABBB3
(106,187,179)
#61AAA3
(97,170,163)
#589993
(88,153,147)
#4F8883
(79,136,131)
#467773
(70,119,115)
#3D6663
(61,102,99)
#345553
(52,85,83)
#2B4443
(43,68,67)
#223333
(34,51,51)
#192223
(25,34,35)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #6ABBB3

#6ABBB3
(106,187,179)
#77C1B9
(119,193,185)
#84C7BF
(132,199,191)
#91CDC5
(145,205,197)
#9ED3CB
(158,211,203)
#ABD9D1
(171,217,209)
#B8DFD7
(184,223,215)
#C5E5DD
(197,229,221)
#D2EBE3
(210,235,227)
#DFF1E9
(223,241,233)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABBB3 color. Also use rgb(106,187,179) instead hex code.

Text Font Color

.myTextColor { color: #6ABBB3; }

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

This text font color is #6ABBB3.


Background Color

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

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

This div background color is #6ABBB3.


Border color

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

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

This div border color is #6ABBB3.


Opacity

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

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

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

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

This text has shadow with #6ABBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABBB3 on black background.


Color preview on white background

This text has color #6ABBB3 on white background.



Black color preview on #6ABBB3 background

This text has black color on #6ABBB3 background.


White color preview on #6ABBB3 background

This text has white color on #6ABBB3 background.