COLOR #6F967C

HEX: #6F967C RGB: (111,150,124)

Color info

#6F967C contains red, green and blue colors in about the same proportion. Web safe color of #6F967C is #669966 (or #696).

RGB color model

#6F967C color RGB value is (111,150,124).

RGB: (111,150,124) (44%, 59%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 124 of 255 = 49%

111
150
124

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

Portions of RGB colors in percentages

R + G + B = 111 + 150 + 124 = 385 (100%)
R 111 of 385 ~ 28.83%
G 150 of 385 ~ 38.96%
B 124 of 385 ~ 32.21'%

%28.83
%38.96
%32.21

CMYK color model

#6F967C color CMYK value is (26,0,17,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 41.18%

CMYK: (26,0,17,41)
C26M0Y17K41 (26%, 0%, 17%, 41%)
(0.26 / 0.00 / 0.17 / 0.41)

CMYK percentages

%26
%0
%17.33
%41.18

Codes

Color #6F967C in popluar color models

6F 96 7C
RGB 111 150 124
HSL 140° 15.66% 51.18%
HSB/HSV 140° 26.00% 58.82%
CMYK 26.00% 0.00% 17.33%
41.18%

Color #6F967C in popluar number systems.

HEX 6F 96 7C
Decimal 111 150 124
Binary 1101111 10010110 1111100
Octal 157 226 174

Shades and tints

Shades of #6F967C

#6F967C
(111,150,124)
#658971
(101,137,113)
#5B7C66
(91,124,102)
#516F5B
(81,111,91)
#476250
(71,98,80)
#3D5545
(61,85,69)
#33483A
(51,72,58)
#293B2F
(41,59,47)
#1F2E24
(31,46,36)
#152119
(21,33,25)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #6F967C

#6F967C
(111,150,124)
#7C9F87
(124,159,135)
#89A892
(137,168,146)
#96B19D
(150,177,157)
#A3BAA8
(163,186,168)
#B0C3B3
(176,195,179)
#BDCCBE
(189,204,190)
#CAD5C9
(202,213,201)
#D7DED4
(215,222,212)
#E4E7DF
(228,231,223)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F967C color. Also use rgb(111,150,124) instead hex code.

Text Font Color

.myTextColor { color: #6F967C; }

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

This text font color is #6F967C.

Background Color

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

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

This div background color is #6F967C.

Border color

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

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

This div border color is #6F967C.

Opacity

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

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

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

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

This text has shadow with #6F967C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F967C.

Preview

Color preview on black background

This text has color #6F967C on black background.


Color preview on white background

This text has color #6F967C on white background.


Black color preview on #6F967C background

This text has black color on #6F967C background.


White color preview on #6F967C background

This text has white color on #6F967C background.


Related colors

Complementary color

Complementary color for #hex is #906983.


I love getcolorcode.com

Triadic colors

1 #7C6F96 and #967C6F with #6F967C are triadic colors.

2 #7C966F and #966F7C with #6F967C are triadic colors.