COLOR #6FA984

HEX: #6FA984
RGB: (111,169,132)

Color info

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

RGB color model

#6FA984 color RGB value is (111,169,132).

  • red value is 111;
  • green value is 169;
  • blue value is 132.
RGB:
(111,169,132)
(44%,66%,52%)

RGB channels and saturation

R 111 of 255 = 44%
G 169 of 255 = 66%
B 132 of 255 = 52%

111
169
132

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

Portions of RGB colors in percentages

R + G + B =
111 + 169 + 132 = 412 (100%)
R 111 of 412 ~ 26.94%
G 169 of 412 ~ 41.02%
B 132 of 412 ~ 32.04%

%26.94
%41.02
%32.04

CMYK color model

#6FA984 color CMYK value is (34,0,22,34).

  • cyan value is 34.32%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(34,0,22,34)
C34M0Y22K34 
(34%,0%,22%,34%)
(0.34/0.00/0.22/0.34)	

CMYK percentages

%34.32
%0
%21.89
%33.73

Codes

Color #6FA984 in popluar color models

6FA984
RGB111169132
HSL142°25.22%54.90%
HSB/HSV142°34.32%66.27%
CMYK34.32%0.00%21.89%
33.73%

Color #6FA984 in popluar number systems.

HEX6FA984
Decimal111169132
Binary11011111010100110000100
Octal157251204

Shades and tints

Shades of #6FA984

#6FA984
(111,169,132)
#659A78
(101,154,120)
#5B8B6C
(91,139,108)
#517C60
(81,124,96)
#476D54
(71,109,84)
#3D5E48
(61,94,72)
#334F3C
(51,79,60)
#294030
(41,64,48)
#1F3124
(31,49,36)
#152218
(21,34,24)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #6FA984

#6FA984
(111,169,132)
#7CB08F
(124,176,143)
#89B79A
(137,183,154)
#96BEA5
(150,190,165)
#A3C5B0
(163,197,176)
#B0CCBB
(176,204,187)
#BDD3C6
(189,211,198)
#CADAD1
(202,218,209)
#D7E1DC
(215,225,220)
#E4E8E7
(228,232,231)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA984 color. Also use rgb(111,169,132) instead hex code.

Text Font Color

.myTextColor { color: #6FA984; }

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

This text font color is #6FA984.


Background Color

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

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

This div background color is #6FA984.


Border color

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

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

This div border color is #6FA984.


Opacity

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

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

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

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

This text has shadow with #6FA984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA984 on black background.


Color preview on white background

This text has color #6FA984 on white background.



Black color preview on #6FA984 background

This text has black color on #6FA984 background.


White color preview on #6FA984 background

This text has white color on #6FA984 background.