COLOR #6FAD87

HEX: #6FAD87
RGB: (111,173,135)

Color info

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

RGB color model

#6FAD87 color RGB value is (111,173,135).

  • red value is 111;
  • green value is 173;
  • blue value is 135.
RGB: (111,173,135) (44%,68%,53%)

RGB channels and saturation

R 111 of 255 = 44%
G 173 of 255 = 68%
B 135 of 255 = 53%

111
173
135

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

Portions of RGB colors in percentages

R + G + B =
111 + 173 + 135 = 419 (100%)
R 111 of 419 ~ 26.49%
G 173 of 419 ~ 41.29%
B 135 of 419 ~ 32.22%

%26.49
%41.29
%32.22

CMYK color model

#6FAD87 color CMYK value is (36,0,22,32).

  • cyan value is 35.84%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 32.16%
CMYK: (36,0,22,32) C36M0Y22K32 (36%,0%,22%,32%) (0.36/0.00/0.22/0.32)

CMYK percentages

%35.84
%0
%21.97
%32.16

Codes

Color #6FAD87 in popluar color models

6FAD87
RGB111173135
HSL143°27.43%55.69%
HSB/HSV143°35.84%67.84%
CMYK35.84%0.00%21.97%
32.16%

Color #6FAD87 in popluar number systems.

HEX6FAD87
Decimal111173135
Binary11011111010110110000111
Octal157255207

Shades and tints

Shades of #6FAD87

#6FAD87
(111,173,135)
#659E7B
(101,158,123)
#5B8F6F
(91,143,111)
#518063
(81,128,99)
#477157
(71,113,87)
#3D624B
(61,98,75)
#33533F
(51,83,63)
#294433
(41,68,51)
#1F3527
(31,53,39)
#15261B
(21,38,27)
#0B170F
(11,23,15)
#000000
(0,0,0)

Tints of #6FAD87

#6FAD87
(111,173,135)
#7CB491
(124,180,145)
#89BB9B
(137,187,155)
#96C2A5
(150,194,165)
#A3C9AF
(163,201,175)
#B0D0B9
(176,208,185)
#BDD7C3
(189,215,195)
#CADECD
(202,222,205)
#D7E5D7
(215,229,215)
#E4ECE1
(228,236,225)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAD87; }

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

This text font color is #6FAD87.


Background Color

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

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

This div background color is #6FAD87.


Border color

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

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

This div border color is #6FAD87.


Opacity

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

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

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

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

This text has shadow with #6FAD87 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6FAD87 on black background.


Color preview on white background

This text has color #6FAD87 on white background.



Black color preview on #6FAD87 background

This text has black color on #6FAD87 background.


White color preview on #6FAD87 background

This text has white color on #6FAD87 background.