COLOR #6AB085

HEX: #6AB085
RGB: (106,176,133)

Color info

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

RGB color model

#6AB085 color RGB value is (106,176,133).

  • red value is 106;
  • green value is 176;
  • blue value is 133.
RGB:
(106,176,133)
(42%,69%,52%)

RGB channels and saturation

R 106 of 255 = 42%
G 176 of 255 = 69%
B 133 of 255 = 52%

106
176
133

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

Portions of RGB colors in percentages

R + G + B =
106 + 176 + 133 = 415 (100%)
R 106 of 415 ~ 25.54%
G 176 of 415 ~ 42.41%
B 133 of 415 ~ 32.05%

%25.54
%42.41
%32.05

CMYK color model

#6AB085 color CMYK value is (40,0,24,31).

  • cyan value is 39.77%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 30.98%
CMYK:
(40,0,24,31)
C40M0Y24K31 
(40%,0%,24%,31%)
(0.40/0.00/0.24/0.31)	

CMYK percentages

%39.77
%0
%24.43
%30.98

Codes

Color #6AB085 in popluar color models

6AB085
RGB106176133
HSL143°30.70%55.29%
HSB/HSV143°39.77%69.02%
CMYK39.77%0.00%24.43%
30.98%

Color #6AB085 in popluar number systems.

HEX6AB085
Decimal106176133
Binary11010101011000010000101
Octal152260205

Shades and tints

Shades of #6AB085

#6AB085
(106,176,133)
#61A079
(97,160,121)
#58906D
(88,144,109)
#4F8061
(79,128,97)
#467055
(70,112,85)
#3D6049
(61,96,73)
#34503D
(52,80,61)
#2B4031
(43,64,49)
#223025
(34,48,37)
#192019
(25,32,25)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #6AB085

#6AB085
(106,176,133)
#77B790
(119,183,144)
#84BE9B
(132,190,155)
#91C5A6
(145,197,166)
#9ECCB1
(158,204,177)
#ABD3BC
(171,211,188)
#B8DAC7
(184,218,199)
#C5E1D2
(197,225,210)
#D2E8DD
(210,232,221)
#DFEFE8
(223,239,232)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB085 color. Also use rgb(106,176,133) instead hex code.

Text Font Color

.myTextColor { color: #6AB085; }

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

This text font color is #6AB085.


Background Color

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

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

This div background color is #6AB085.


Border color

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

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

This div border color is #6AB085.


Opacity

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

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

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

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

This text has shadow with #6AB085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB085 on black background.


Color preview on white background

This text has color #6AB085 on white background.



Black color preview on #6AB085 background

This text has black color on #6AB085 background.


White color preview on #6AB085 background

This text has white color on #6AB085 background.