COLOR #6FAD9D

HEX: #6FAD9D RGB: (111,173,157)

Color info

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

RGB color model

#6FAD9D color RGB value is (111,173,157).

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

RGB channels and saturation

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

111
173
157

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

Portions of RGB colors in percentages

R + G + B = 111 + 173 + 157 = 441 (100%)
R 111 of 441 ~ 25.17%
G 173 of 441 ~ 39.23%
B 157 of 441 ~ 35.6'%

%25.17
%39.23
%35.6

CMYK color model

#6FAD9D color CMYK value is (36,0,9,32).

  • cyan value is 35.84%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%

CMYK: (36,0,9,32)
C36M0Y9K32 (36%, 0%, 9%, 32%)
(0.36 / 0.00 / 0.09 / 0.32)

CMYK percentages

%35.84
%0
%9.25
%32.16

Codes

Color #6FAD9D in popluar color models

6F AD 9D
RGB 111 173 157
HSL 165° 27.43% 55.69%
HSB/HSV 165° 35.84% 67.84%
CMYK 35.84% 0.00% 9.25%
32.16%

Color #6FAD9D in popluar number systems.

HEX 6F AD 9D
Decimal 111 173 157
Binary 1101111 10101101 10011101
Octal 157 255 235

Shades and tints

Shades of #6FAD9D

#6FAD9D
(111,173,157)
#659E8F
(101,158,143)
#5B8F81
(91,143,129)
#518073
(81,128,115)
#477165
(71,113,101)
#3D6257
(61,98,87)
#335349
(51,83,73)
#29443B
(41,68,59)
#1F352D
(31,53,45)
#15261F
(21,38,31)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6FAD9D

#6FAD9D
(111,173,157)
#7CB4A5
(124,180,165)
#89BBAD
(137,187,173)
#96C2B5
(150,194,181)
#A3C9BD
(163,201,189)
#B0D0C5
(176,208,197)
#BDD7CD
(189,215,205)
#CADED5
(202,222,213)
#D7E5DD
(215,229,221)
#E4ECE5
(228,236,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAD9D; }

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

This text font color is #6FAD9D.

Background Color

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

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

This div background color is #6FAD9D.

Border color

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

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

This div border color is #6FAD9D.

Opacity

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

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

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

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

This text has shadow with #6FAD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAD9D.

Preview

Color preview on black background

This text has color #6FAD9D on black background.


Color preview on white background

This text has color #6FAD9D on white background.


Black color preview on #6FAD9D background

This text has black color on #6FAD9D background.


White color preview on #6FAD9D background

This text has white color on #6FAD9D background.


Related colors

Complementary color

Complementary color for #hex is #905262.


I love getcolorcode.com

Triadic colors

1 #9D6FAD and #AD9D6F with #6FAD9D are triadic colors.

2 #9DAD6F and #AD6F9D with #6FAD9D are triadic colors.