COLOR #6AB27D

HEX: #6AB27D
RGB: (106,178,125)

Color info

#6AB27D contains mainly green and blue colors. Web safe color of #6AB27D is #669966 (or #696).

RGB color model

#6AB27D color RGB value is (106,178,125).

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

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 125 of 255 = 49%

106
178
125

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 125 = 409 (100%)
R 106 of 409 ~ 25.92%
G 178 of 409 ~ 43.52%
B 125 of 409 ~ 30.56%

%25.92
%43.52
%30.56

CMYK color model

#6AB27D color CMYK value is (40,0,30,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(40,0,30,30)
C40M0Y30K30 
(40%,0%,30%,30%)
(0.40/0.00/0.30/0.30)	

CMYK percentages

%40.45
%0
%29.78
%30.2

Codes

Color #6AB27D in popluar color models

6AB27D
RGB106178125
HSL136°31.86%55.69%
HSB/HSV136°40.45%69.80%
CMYK40.45%0.00%29.78%
30.20%

Color #6AB27D in popluar number systems.

HEX6AB27D
Decimal106178125
Binary1101010101100101111101
Octal152262175

Shades and tints

Shades of #6AB27D

#6AB27D
(106,178,125)
#61A272
(97,162,114)
#589267
(88,146,103)
#4F825C
(79,130,92)
#467251
(70,114,81)
#3D6246
(61,98,70)
#34523B
(52,82,59)
#2B4230
(43,66,48)
#223225
(34,50,37)
#19221A
(25,34,26)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #6AB27D

#6AB27D
(106,178,125)
#77B988
(119,185,136)
#84C093
(132,192,147)
#91C79E
(145,199,158)
#9ECEA9
(158,206,169)
#ABD5B4
(171,213,180)
#B8DCBF
(184,220,191)
#C5E3CA
(197,227,202)
#D2EAD5
(210,234,213)
#DFF1E0
(223,241,224)
#ECF8EB
(236,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB27D; }

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

This text font color is #6AB27D.


Background Color

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

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

This div background color is #6AB27D.


Border color

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

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

This div border color is #6AB27D.


Opacity

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

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

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

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

This text has shadow with #6AB27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB27D on black background.


Color preview on white background

This text has color #6AB27D on white background.



Black color preview on #6AB27D background

This text has black color on #6AB27D background.


White color preview on #6AB27D background

This text has white color on #6AB27D background.