COLOR #6AA48B

HEX: #6AA48B
RGB: (106,164,139)

Color info

#6AA48B contains red, green and blue colors in about the same proportion. Web safe color of #6AA48B is #669999 (or #699).

RGB color model

#6AA48B color RGB value is (106,164,139).

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

RGB channels and saturation

R 106 of 255 = 42%
G 164 of 255 = 64%
B 139 of 255 = 55%

106
164
139

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

Portions of RGB colors in percentages

R + G + B =
106 + 164 + 139 = 409 (100%)
R 106 of 409 ~ 25.92%
G 164 of 409 ~ 40.1%
B 139 of 409 ~ 33.99%

%25.92
%40.1
%33.99

CMYK color model

#6AA48B color CMYK value is (35,0,15,36).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(35,0,15,36)
C35M0Y15K36 
(35%,0%,15%,36%)
(0.35/0.00/0.15/0.36)	

CMYK percentages

%35.37
%0
%15.24
%35.69

Codes

Color #6AA48B in popluar color models

6AA48B
RGB106164139
HSL154°24.17%52.94%
HSB/HSV154°35.37%64.31%
CMYK35.37%0.00%15.24%
35.69%

Color #6AA48B in popluar number systems.

HEX6AA48B
Decimal106164139
Binary11010101010010010001011
Octal152244213

Shades and tints

Shades of #6AA48B

#6AA48B
(106,164,139)
#61967F
(97,150,127)
#588873
(88,136,115)
#4F7A67
(79,122,103)
#466C5B
(70,108,91)
#3D5E4F
(61,94,79)
#345043
(52,80,67)
#2B4237
(43,66,55)
#22342B
(34,52,43)
#19261F
(25,38,31)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #6AA48B

#6AA48B
(106,164,139)
#77AC95
(119,172,149)
#84B49F
(132,180,159)
#91BCA9
(145,188,169)
#9EC4B3
(158,196,179)
#ABCCBD
(171,204,189)
#B8D4C7
(184,212,199)
#C5DCD1
(197,220,209)
#D2E4DB
(210,228,219)
#DFECE5
(223,236,229)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA48B; }

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

This text font color is #6AA48B.


Background Color

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

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

This div background color is #6AA48B.


Border color

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

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

This div border color is #6AA48B.


Opacity

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

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

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

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

This text has shadow with #6AA48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA48B on black background.


Color preview on white background

This text has color #6AA48B on white background.



Black color preview on #6AA48B background

This text has black color on #6AA48B background.


White color preview on #6AA48B background

This text has white color on #6AA48B background.