COLOR #6FAE89

HEX: #6FAE89 RGB: (111,174,137)

Color info

#6FAE89 contains mainly green and blue colors. Web safe color of #6FAE89 is #669999 (or #699).

RGB color model

#6FAE89 color RGB value is (111,174,137).

RGB: (111,174,137) (44%, 68%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 174 of 255 = 68%
B 137 of 255 = 54%

111
174
137

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

Portions of RGB colors in percentages

R + G + B = 111 + 174 + 137 = 422 (100%)
R 111 of 422 ~ 26.3%
G 174 of 422 ~ 41.23%
B 137 of 422 ~ 32.46'%

%26.3
%41.23
%32.46

CMYK color model

#6FAE89 color CMYK value is (36,0,21,32).

  • cyan value is 36.21%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%

CMYK: (36,0,21,32)
C36M0Y21K32 (36%, 0%, 21%, 32%)
(0.36 / 0.00 / 0.21 / 0.32)

CMYK percentages

%36.21
%0
%21.26
%31.76

Codes

Color #6FAE89 in popluar color models

6F AE 89
RGB 111 174 137
HSL 145° 28.00% 55.88%
HSB/HSV 145° 36.21% 68.24%
CMYK 36.21% 0.00% 21.26%
31.76%

Color #6FAE89 in popluar number systems.

HEX 6F AE 89
Decimal 111 174 137
Binary 1101111 10101110 10001001
Octal 157 256 211

Shades and tints

Shades of #6FAE89

#6FAE89
(111,174,137)
#659F7D
(101,159,125)
#5B9071
(91,144,113)
#518165
(81,129,101)
#477259
(71,114,89)
#3D634D
(61,99,77)
#335441
(51,84,65)
#294535
(41,69,53)
#1F3629
(31,54,41)
#15271D
(21,39,29)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #6FAE89

#6FAE89
(111,174,137)
#7CB593
(124,181,147)
#89BC9D
(137,188,157)
#96C3A7
(150,195,167)
#A3CAB1
(163,202,177)
#B0D1BB
(176,209,187)
#BDD8C5
(189,216,197)
#CADFCF
(202,223,207)
#D7E6D9
(215,230,217)
#E4EDE3
(228,237,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAE89 color. Also use rgb(111,174,137) instead hex code.

Text Font Color

.myTextColor { color: #6FAE89; }

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

This text font color is #6FAE89.

Background Color

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

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

This div background color is #6FAE89.

Border color

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

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

This div border color is #6FAE89.

Opacity

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

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

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

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

This text has shadow with #6FAE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAE89.

Preview

Color preview on black background

This text has color #6FAE89 on black background.


Color preview on white background

This text has color #6FAE89 on white background.


Black color preview on #6FAE89 background

This text has black color on #6FAE89 background.


White color preview on #6FAE89 background

This text has white color on #6FAE89 background.


Related colors

Complementary color

Complementary color for #hex is #905176.


I love getcolorcode.com

Triadic colors

1 #896FAE and #AE896F with #6FAE89 are triadic colors.

2 #89AE6F and #AE6F89 with #6FAE89 are triadic colors.