COLOR #6AB88D

HEX: #6AB88D RGB: (106,184,141)

Color info

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

RGB color model

#6AB88D color RGB value is (106,184,141).

RGB: (106,184,141) (42%, 72%, 55%)

RGB channels and saturation

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

106
184
141

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

Portions of RGB colors in percentages

R + G + B = 106 + 184 + 141 = 431 (100%)
R 106 of 431 ~ 24.59%
G 184 of 431 ~ 42.69%
B 141 of 431 ~ 32.71'%

%24.59
%42.69
%32.71

CMYK color model

#6AB88D color CMYK value is (42,0,23,28).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (42,0,23,28)
C42M0Y23K28 (42%, 0%, 23%, 28%)
(0.42 / 0.00 / 0.23 / 0.28)

CMYK percentages

%42.39
%0
%23.37
%27.84

Codes

Color #6AB88D in popluar color models

6A B8 8D
RGB 106 184 141
HSL 147° 35.45% 56.86%
HSB/HSV 147° 42.39% 72.16%
CMYK 42.39% 0.00% 23.37%
27.84%

Color #6AB88D in popluar number systems.

HEX 6A B8 8D
Decimal 106 184 141
Binary 1101010 10111000 10001101
Octal 152 270 215

Shades and tints

Shades of #6AB88D

#6AB88D
(106,184,141)
#61A881
(97,168,129)
#589875
(88,152,117)
#4F8869
(79,136,105)
#46785D
(70,120,93)
#3D6851
(61,104,81)
#345845
(52,88,69)
#2B4839
(43,72,57)
#22382D
(34,56,45)
#192821
(25,40,33)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #6AB88D

#6AB88D
(106,184,141)
#77BE97
(119,190,151)
#84C4A1
(132,196,161)
#91CAAB
(145,202,171)
#9ED0B5
(158,208,181)
#ABD6BF
(171,214,191)
#B8DCC9
(184,220,201)
#C5E2D3
(197,226,211)
#D2E8DD
(210,232,221)
#DFEEE7
(223,238,231)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB88D; }

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

This text font color is #6AB88D.

Background Color

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

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

This div background color is #6AB88D.

Border color

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

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

This div border color is #6AB88D.

Opacity

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

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

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

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

This text has shadow with #6AB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB88D.

Preview

Color preview on black background

This text has color #6AB88D on black background.


Color preview on white background

This text has color #6AB88D on white background.


Black color preview on #6AB88D background

This text has black color on #6AB88D background.


White color preview on #6AB88D background

This text has white color on #6AB88D background.


Related colors

Complementary color

Complementary color for #hex is #954772.


I love getcolorcode.com

Triadic colors

1 #8D6AB8 and #B88D6A with #6AB88D are triadic colors.

2 #8DB86A and #B86A8D with #6AB88D are triadic colors.