COLOR #6AB97D

HEX: #6AB97D
RGB: (106,185,125)

Color info

#6AB97D contains mainly green color. Web safe color of #6AB97D is #66CC66 (or #6C6).

RGB color model

#6AB97D color RGB value is (106,185,125).

  • red value is 106;
  • green value is 185;
  • blue value is 125.
RGB:
(106,185,125)
(42%,73%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 185 of 255 = 73%
B 125 of 255 = 49%

106
185
125

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

Portions of RGB colors in percentages

R + G + B =
106 + 185 + 125 = 416 (100%)
R 106 of 416 ~ 25.48%
G 185 of 416 ~ 44.47%
B 125 of 416 ~ 30.05%

%25.48
%44.47
%30.05

CMYK color model

#6AB97D color CMYK value is (43,0,32,27).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(43,0,32,27)
C43M0Y32K27 
(43%,0%,32%,27%)
(0.43/0.00/0.32/0.27)	

CMYK percentages

%42.7
%0
%32.43
%27.45

Codes

Color #6AB97D in popluar color models

6AB97D
RGB106185125
HSL134°36.07%57.06%
HSB/HSV134°42.70%72.55%
CMYK42.70%0.00%32.43%
27.45%

Color #6AB97D in popluar number systems.

HEX6AB97D
Decimal106185125
Binary1101010101110011111101
Octal152271175

Shades and tints

Shades of #6AB97D

#6AB97D
(106,185,125)
#61A972
(97,169,114)
#589967
(88,153,103)
#4F895C
(79,137,92)
#467951
(70,121,81)
#3D6946
(61,105,70)
#34593B
(52,89,59)
#2B4930
(43,73,48)
#223925
(34,57,37)
#19291A
(25,41,26)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #6AB97D

#6AB97D
(106,185,125)
#77BF88
(119,191,136)
#84C593
(132,197,147)
#91CB9E
(145,203,158)
#9ED1A9
(158,209,169)
#ABD7B4
(171,215,180)
#B8DDBF
(184,221,191)
#C5E3CA
(197,227,202)
#D2E9D5
(210,233,213)
#DFEFE0
(223,239,224)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB97D color. Also use rgb(106,185,125) instead hex code.

Text Font Color

.myTextColor { color: #6AB97D; }

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

This text font color is #6AB97D.


Background Color

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

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

This div background color is #6AB97D.


Border color

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

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

This div border color is #6AB97D.


Opacity

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

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

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

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

This text has shadow with #6AB97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB97D on black background.


Color preview on white background

This text has color #6AB97D on white background.



Black color preview on #6AB97D background

This text has black color on #6AB97D background.


White color preview on #6AB97D background

This text has white color on #6AB97D background.