COLOR #6FAE9D

HEX: #6FAE9D RGB: (111,174,157)

Color info

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

RGB color model

#6FAE9D color RGB value is (111,174,157).

RGB: (111,174,157) (44%, 68%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 174 of 255 = 68%
B 157 of 255 = 62%

111
174
157

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

Portions of RGB colors in percentages

R + G + B = 111 + 174 + 157 = 442 (100%)
R 111 of 442 ~ 25.11%
G 174 of 442 ~ 39.37%
B 157 of 442 ~ 35.52'%

%25.11
%39.37
%35.52

CMYK color model

#6FAE9D color CMYK value is (36,0,10,32).

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

CMYK: (36,0,10,32)
C36M0Y10K32 (36%, 0%, 10%, 32%)
(0.36 / 0.00 / 0.10 / 0.32)

CMYK percentages

%36.21
%0
%9.77
%31.76

Codes

Color #6FAE9D in popluar color models

6F AE 9D
RGB 111 174 157
HSL 164° 28.00% 55.88%
HSB/HSV 164° 36.21% 68.24%
CMYK 36.21% 0.00% 9.77%
31.76%

Color #6FAE9D in popluar number systems.

HEX 6F AE 9D
Decimal 111 174 157
Binary 1101111 10101110 10011101
Octal 157 256 235

Shades and tints

Shades of #6FAE9D

#6FAE9D
(111,174,157)
#659F8F
(101,159,143)
#5B9081
(91,144,129)
#518173
(81,129,115)
#477265
(71,114,101)
#3D6357
(61,99,87)
#335449
(51,84,73)
#29453B
(41,69,59)
#1F362D
(31,54,45)
#15271F
(21,39,31)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #6FAE9D

#6FAE9D
(111,174,157)
#7CB5A5
(124,181,165)
#89BCAD
(137,188,173)
#96C3B5
(150,195,181)
#A3CABD
(163,202,189)
#B0D1C5
(176,209,197)
#BDD8CD
(189,216,205)
#CADFD5
(202,223,213)
#D7E6DD
(215,230,221)
#E4EDE5
(228,237,229)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAE9D; }

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

This text font color is #6FAE9D.

Background Color

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

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

This div background color is #6FAE9D.

Border color

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

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

This div border color is #6FAE9D.

Opacity

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

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

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

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

This text has shadow with #6FAE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAE9D.

Preview

Color preview on black background

This text has color #6FAE9D on black background.


Color preview on white background

This text has color #6FAE9D on white background.


Black color preview on #6FAE9D background

This text has black color on #6FAE9D background.


White color preview on #6FAE9D background

This text has white color on #6FAE9D background.


Related colors

Complementary color

Complementary color for #hex is #905162.


I love getcolorcode.com

Triadic colors

1 #9D6FAE and #AE9D6F with #6FAE9D are triadic colors.

2 #9DAE6F and #AE6F9D with #6FAE9D are triadic colors.