COLOR #6AB88B

HEX: #6AB88B
RGB: (106,184,139)

Color info

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

RGB color model

#6AB88B color RGB value is (106,184,139).

  • red value is 106;
  • green value is 184;
  • blue value is 139.
RGB:
(106,184,139)
(42%,72%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 184 of 255 = 72%
B 139 of 255 = 55%

106
184
139

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

Portions of RGB colors in percentages

R + G + B =
106 + 184 + 139 = 429 (100%)
R 106 of 429 ~ 24.71%
G 184 of 429 ~ 42.89%
B 139 of 429 ~ 32.4%

%24.71
%42.89
%32.4

CMYK color model

#6AB88B color CMYK value is (42,0,24,28).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK:
(42,0,24,28)
C42M0Y24K28 
(42%,0%,24%,28%)
(0.42/0.00/0.24/0.28)	

CMYK percentages

%42.39
%0
%24.46
%27.84

Codes

Color #6AB88B in popluar color models

6AB88B
RGB106184139
HSL145°35.45%56.86%
HSB/HSV145°42.39%72.16%
CMYK42.39%0.00%24.46%
27.84%

Color #6AB88B in popluar number systems.

HEX6AB88B
Decimal106184139
Binary11010101011100010001011
Octal152270213

Shades and tints

Shades of #6AB88B

#6AB88B
(106,184,139)
#61A87F
(97,168,127)
#589873
(88,152,115)
#4F8867
(79,136,103)
#46785B
(70,120,91)
#3D684F
(61,104,79)
#345843
(52,88,67)
#2B4837
(43,72,55)
#22382B
(34,56,43)
#19281F
(25,40,31)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #6AB88B

#6AB88B
(106,184,139)
#77BE95
(119,190,149)
#84C49F
(132,196,159)
#91CAA9
(145,202,169)
#9ED0B3
(158,208,179)
#ABD6BD
(171,214,189)
#B8DCC7
(184,220,199)
#C5E2D1
(197,226,209)
#D2E8DB
(210,232,219)
#DFEEE5
(223,238,229)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB88B color. Also use rgb(106,184,139) instead hex code.

Text Font Color

.myTextColor { color: #6AB88B; }

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

This text font color is #6AB88B.


Background Color

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

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

This div background color is #6AB88B.


Border color

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

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

This div border color is #6AB88B.


Opacity

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

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

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

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

This text has shadow with #6AB88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB88B on black background.


Color preview on white background

This text has color #6AB88B on white background.



Black color preview on #6AB88B background

This text has black color on #6AB88B background.


White color preview on #6AB88B background

This text has white color on #6AB88B background.