COLOR #6AA48E

HEX: #6AA48E
RGB: (106,164,142)

Color info

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

RGB color model

#6AA48E color RGB value is (106,164,142).

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

RGB channels and saturation

R 106 of 255 = 42%
G 164 of 255 = 64%
B 142 of 255 = 56%

106
164
142

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

Portions of RGB colors in percentages

R + G + B =
106 + 164 + 142 = 412 (100%)
R 106 of 412 ~ 25.73%
G 164 of 412 ~ 39.81%
B 142 of 412 ~ 34.47%

%25.73
%39.81
%34.47

CMYK color model

#6AA48E color CMYK value is (35,0,13,36).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(35,0,13,36)
C35M0Y13K36 
(35%,0%,13%,36%)
(0.35/0.00/0.13/0.36)	

CMYK percentages

%35.37
%0
%13.41
%35.69

Codes

Color #6AA48E in popluar color models

6AA48E
RGB106164142
HSL157°24.17%52.94%
HSB/HSV157°35.37%64.31%
CMYK35.37%0.00%13.41%
35.69%

Color #6AA48E in popluar number systems.

HEX6AA48E
Decimal106164142
Binary11010101010010010001110
Octal152244216

Shades and tints

Shades of #6AA48E

#6AA48E
(106,164,142)
#619682
(97,150,130)
#588876
(88,136,118)
#4F7A6A
(79,122,106)
#466C5E
(70,108,94)
#3D5E52
(61,94,82)
#345046
(52,80,70)
#2B423A
(43,66,58)
#22342E
(34,52,46)
#192622
(25,38,34)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #6AA48E

#6AA48E
(106,164,142)
#77AC98
(119,172,152)
#84B4A2
(132,180,162)
#91BCAC
(145,188,172)
#9EC4B6
(158,196,182)
#ABCCC0
(171,204,192)
#B8D4CA
(184,212,202)
#C5DCD4
(197,220,212)
#D2E4DE
(210,228,222)
#DFECE8
(223,236,232)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA48E; }

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

This text font color is #6AA48E.


Background Color

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

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

This div background color is #6AA48E.


Border color

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

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

This div border color is #6AA48E.


Opacity

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

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

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

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

This text has shadow with #6AA48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA48E on black background.


Color preview on white background

This text has color #6AA48E on white background.



Black color preview on #6AA48E background

This text has black color on #6AA48E background.


White color preview on #6AA48E background

This text has white color on #6AA48E background.